Skip to content

Commit

Permalink
Add Thing to object classes of copyrightHolder
Browse files Browse the repository at this point in the history
  • Loading branch information
mielvds committed Mar 15, 2024
1 parent 54bd08b commit 74da853
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions description/description.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -286,14 +286,15 @@
sh:or (
[sh:class schema:Person ]
[sh:class org:Organization ]
[sh:class schema:Thing ]
) ;
sh:name "copyright holder"@en ;
sh:name "houder van auteursrecht"@nl ;
sh:name "détenteur des droits d'auteur"@fr ;
sh:severity sh:Violation ;
sh:message "schema:copyrightHolder is not of class schema:Person or org:Organization"@en ;
sh:message "schema:copyrightHolder is niet van de klasse schema:Person of org:Organization"@nl ;
sh:message "schema:copyrightHolder n'est pas de la classe schema:Person ou org:Organization"@fr ;
sh:message "schema:copyrightHolder is not of class schema:Person, schema:Thing, or org:Organization"@en ;
sh:message "schema:copyrightHolder is niet van de klasse schema:Person, schema:Thing of org:Organization"@nl ;
sh:message "schema:copyrightHolder n'est pas de la classe schema:Person, schema:Thing ou org:Organization"@fr ;
],
[
a sh:PropertyShape ;
Expand Down

0 comments on commit 74da853

Please sign in to comment.