Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mielvds committed Mar 18, 2024
1 parent c70279c commit 15c667f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 33 deletions.
30 changes: 0 additions & 30 deletions description/bibliographic.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,6 @@
sh:message "the object of schema:issueNumber is not of type xsd:string, or occurs more than once"@en ;
sh:severity sh:Violation
] ,
[
a sh:PropertyShape ;
sh:path dct:format ;
sh:hasValue "newspaper" ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:name "format"@en ;
sh:name "format"@fr ;
sh:name "formaat"@nl ;
sh:description "Extra indication of the type of NewspaperIssue."@en ;
sh:description "Indication supplémentaire du type de NewspaperIssue."@fr ;
sh:description "Indicatie van het type NewspaperIssue."@nl ;
sh:message "the object of dct:format is not 'newspaper', is missing or occurs more than once"@en ;
sh:severity sh:Violation
] ,
[
a sh:PropertyShape ;
sh:path bf:issuance ;
Expand Down Expand Up @@ -183,21 +168,6 @@
sh:description "Geeft de kranteneditie aan waar een specifieke pagina deel van uitmaakt."@nl ;
sh:message "the object of rel:isp is not of type haDes:NewspaperIssue, is missing or occurs more than once"@en ;
sh:severity sh:Violation
] ,
[
a sh:PropertyShape ;
sh:path dct:format ;
sh:hasValue "newspaperpage" ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:name "format"@en ;
sh:name "format"@fr ;
sh:name "formaat"@nl ;
sh:description "Extra indication of the NewspaperIssuePage type."@en ;
sh:description "Indication supplémentaire du NewspaperIssuePage type."@fr ;
sh:description "Extra indicatie van het NewspaperIssuePage type."@nl ;
sh:message "the object of dct:format is not 'newspaperpage', is missing or occurs more than once"@en ;
sh:severity sh:Violation
] .


Expand Down
16 changes: 15 additions & 1 deletion description/description.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,9 @@
sh:name "credit text"@en ;
sh:name "credittekst"@nl ;
sh:name "texte de crédit"@fr ;
sh:description "Text to credit person(s) and/or organization(s) associated with the intellectual entity."@en;
sh:description "Texte pour énoncer les person(s) et / ou les organisations associés à l'entité intellectuelle."@fr;
sh:description "Tekst om perso(o)n(en) en/of organisatie(s) geassocieerd met de intellectuele entiteit te vermelden."@nl;
sh:severity sh:Violation ;
sh:message "schema:creditText is not of type string"@en ;
sh:message "schema:creditText is niet van het type string"@nl ;
Expand Down Expand Up @@ -403,7 +406,7 @@
sh:path dct:format ;
sh:nodeKind sh:Literal ;
sh:datatype xsd:string ;
sh:in ("audio" "video" "film" "paper") ;
sh:in ("audio" "video" "film" "paper" "newspaper" "newspaperpage") ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:name "format"@en ;
Expand Down Expand Up @@ -433,6 +436,7 @@
sh:path schema:height ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:class schema:QuantitativeValue ;
sh:maxCount 1;
sh:name "height"@en ;
sh:name "hoogte"@nl ;
sh:name "hauteur"@fr ;
Expand All @@ -446,6 +450,7 @@
sh:path schema:depth ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:class schema:QuantitativeValue ;
sh:maxCount 1;
sh:name "depth"@en ;
sh:name "diepte"@nl ;
sh:name "profondeur"@fr ;
Expand All @@ -459,6 +464,7 @@
sh:path schema:width ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:class schema:QuantitativeValue ;
sh:maxCount 1;
sh:name "width"@en ;
sh:name "breedte"@nl ;
sh:name "largeur"@fr ;
Expand Down Expand Up @@ -575,6 +581,7 @@
sh:path schema:height ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:class schema:QuantitativeValue ;
sh:maxCount 1;
sh:name "height"@en ;
sh:name "hoogte"@nl ;
sh:name "hauteur"@fr ;
Expand All @@ -588,6 +595,7 @@
sh:path schema:depth ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:class schema:QuantitativeValue ;
sh:maxCount 1;
sh:name "depth"@en ;
sh:name "diepte"@nl ;
sh:name "profondeur"@fr ;
Expand All @@ -601,6 +609,7 @@
sh:path schema:width ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:class schema:QuantitativeValue ;
sh:maxCount 1;
sh:name "width"@en ;
sh:name "breedte"@nl ;
sh:name "largeur"@fr ;
Expand Down Expand Up @@ -968,6 +977,8 @@
sh:path schema:unitCode ;
sh:nodeKind sh:Literal ;
sh:datatype xsd:string ;
sh:minCount 1;
sh:maxCount 1;
sh:name "unit code"@en ;
sh:name "eenheidcode"@nl ;
sh:name "code d'unité"@fr ;
Expand All @@ -982,6 +993,7 @@
sh:path schema:unitText ;
sh:nodeKind sh:Literal ;
sh:datatype xsd:string ;
sh:maxCount 1;
sh:name "unit text"@en ;
sh:name "eenheidstekst"@nl ;
sh:name "texte d'unité"@fr ;
Expand All @@ -995,6 +1007,8 @@
sh:path schema:value ;
sh:nodeKind sh:Literal ;
sh:datatype xsd:float ;
sh:minCount 1;
sh:maxCount 1;
sh:name "value"@en ;
sh:name "waarde"@nl ;
sh:name "valeur"@fr ;
Expand Down
4 changes: 2 additions & 2 deletions ontologies/schema.rdfs.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ schema:PostalAddress a rdfs:Class ;

schema:QuantitativeValue a rdfs:Class ;
rdfs:subClassOf schema:Thing ;
rdfs:label "quantitative Value"@en ;
rdfs:label "Quantitative Value"@en ;
rdfs:label "Kwantitatieve waarde"@nl ;
rdfs:label "Valeur quantitative"@fr ;
skos:definition """A point value or interval for product characteristics and other purposes."""@en ;
Expand Down Expand Up @@ -422,7 +422,7 @@ schema:creditText a rdf:Property ;
rdfs:label "credit text"@en ;
rdfs:label "credittekst"@nl ;
rdfs:label "texte du crédit"@fr ;
skos:definition "Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work." ;
skos:definition "Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work."@en ;
skos:definition "Tekst die gebruikt kan worden om personen en/of organisaties aan te geven die met een gepubliceerd CreativeWork zijn verbonden."@nl ;
skos:definition "Texte qui peut être utilisé pour créditer la ou les personne(s) et/ou organisation(s) associée(s) à une oeuvre créative (CreativeWork) publiée."@fr ;
rdfs:isDefinedBy <https://schema.org/> .
Expand Down

0 comments on commit 15c667f

Please sign in to comment.