-
Notifications
You must be signed in to change notification settings - Fork 30
#160: Allow lists at sh:class and sh:datatype #395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: gh-pages
Are you sure you want to change the base?
Conversation
For each value node | ||
that is either a literal, or a non-literal that is not a SHACL instance of $class in the data graph,
|
||
that is either a literal, or a non-literal that is not a SHACL instance of any of the classes in the data graph,
|
||
there is a validation result with the value node as sh:value .
|
||
The remainder of this section is informative. |
||
Note that multiple values for sh:class are interpreted as a conjunction,
|
||
i.e. the values need to be SHACL instances of all of them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i.e. the values need to be SHACL instances of all of them. | |
i.e., the values need to be SHACL instances of all of them. |
Co-authored-by: Ted Thibodeau Jr
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think #160 should not be closed until this box is populated. I also recall there's supposed to be an automatic generation process.
I have not yet added the JSON-LD to the samples - is my understanding correct that the generation of that will be automated?
Closes #160