From 74da853174aaa49dd57118a0e22b387c607409cb Mon Sep 17 00:00:00 2001 From: Miel Vander Sande Date: Fri, 15 Mar 2024 15:21:36 +0100 Subject: [PATCH] Add Thing to object classes of copyrightHolder --- description/description.shacl.ttl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/description/description.shacl.ttl b/description/description.shacl.ttl index 1a2978e..0cb9c22 100644 --- a/description/description.shacl.ttl +++ b/description/description.shacl.ttl @@ -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 ;