- From: Karol Szczepański via GitHub <sysbot+gh@w3.org>
- Date: Thu, 03 Nov 2022 18:51:13 +0000
- To: public-hydra-logs@w3.org
I think your approach is an overkill - I believe whole `memberAssertion` block should look like this: ```turtle <book-languages> hydra:memberAssertion [hydra:property dcterms:language], [ hydra:property rdf:type; hydra:object bibo:Book ] . ``` It should be interpreted as _each resource at book-languages has a predicate of dcterms:language and another predicate of rdf:type of which value is bibo:Book_. As for having a blank node used as a value of `hydra:object` in my example - indeed it might be troublesome for the client to figure it out what's inside. We could add a statetement in the spec that recommends using non-blank resources here. -- GitHub Notification of comment by alien-mcl Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/248#issuecomment-1302534772 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 3 November 2022 18:51:15 UTC