Skip to content

Commit

Permalink
KG-266 schema:thumbnailURL update
Browse files Browse the repository at this point in the history
  • Loading branch information
milvld committed Jan 16, 2024
1 parent 8a0ac5b commit 5ab04f2
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions description/description.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,22 @@
sh:message "schema:dateCreated is not of type EDTF-level1"@en ;
sh:message "schema:dateCreated is niet van het type EDTF-level1"@nl ;
sh:message "schema:dateCreated n'est pas de type EDTF-level1"@fr ;
],
[
a sh:PropertyShape ;
sh:path schema:thumbnailUrl ;
sh:nodeKind sh:IRI ;
sh:maxCount 1 ;
sh:name "thumbnail"@en ;
sh:name "miniatuurafbeelding"@nl ;
sh:name "image miniature"@fr ;
sh:severity sh:Violation ;
sh:description "A thumbnail image relevant to the Digital Representation."@en;
sh:description "Une image miniature pertinente pour la représentation numérique."@fr;
sh:description "Een miniatuurafbeelding die relevant is voor de digitale weergave."@nl;
sh:message "schema:thumbnailUrl is not an IRI"@en ;
sh:message "schema:thumbnailUrl is geen IRI"@nl ;
sh:message "schema:thumbnailUrl n'est pas un IRI"@fr ;
].

<#DigitalRepresentationNodeShape> a sh:NodeShape ;
Expand Down Expand Up @@ -673,22 +689,6 @@
sh:message "schema:caption is niet van het type string"@nl ;
sh:message "schema:caption n'est pas de type string"@fr ;
],
[
a sh:PropertyShape ;
sh:path schema:thumbnailUrl ;
sh:nodeKind sh:IRI ;
sh:maxCount 1 ;
sh:name "thumbnail"@en ;
sh:name "miniatuurafbeelding"@nl ;
sh:name "image miniature"@fr ;
sh:severity sh:Violation ;
sh:description "A thumbnail image relevant to the Digital Representation."@en;
sh:description "Une image miniature pertinente pour la représentation numérique."@fr;
sh:description "Een miniatuurafbeelding die relevant is voor de digitale weergave."@nl;
sh:message "schema:thumbnailUrl is not an IRI"@en ;
sh:message "schema:thumbnailUrl is geen IRI"@nl ;
sh:message "schema:thumbnailUrl n'est pas un IRI"@fr ;
],
[
a sh:PropertyShape ;
sh:path schema:creator ;
Expand Down

0 comments on commit 5ab04f2

Please sign in to comment.