Skip to content
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

META-293 Fix multiple docs issues #81

Merged
merged 5 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions description/description.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
dct:title "Modèle de données Description"@fr ;
dct:title "Datamodel Descriptie"@nl ;
dct:created "2022-01-07" ;
dct:modified "2024-01-17" ;
dct:modified "2024-10-02" ;
dct:description """Data model to describe the content of objects."""@en ;
dct:description """Modèle de données pour décrire le contenu des objets."""@fr ;
dct:description """Datamodel voor de beschrijving van de inhoud van objecten."""@nl ;
Expand Down Expand Up @@ -497,8 +497,8 @@
sh:name "les acteurs"@fr ;
sh:name "castleden"@nl ;
sh:description "The cast members of a TV or theatre production."@en ;
sh:description "De castleden van een tv- of theaterproductie."@en ;
sh:description "Les acteurs d'une production télévisée ou théâtrale."@en ;
sh:description "De castleden van een tv- of theaterproductie."@nl ;
sh:description "Les acteurs d'une production télévisée ou théâtrale."@fr ;
sh:severity sh:Violation ;
sh:message "ebucore:hasCastMember is not of type string"@en
],
Expand Down Expand Up @@ -946,6 +946,7 @@
[sh:class org:Organization ]
[sh:class schema:Thing ]
) ;
sh:maxCount 1 ;
sh:name "creator"@en ;
sh:name "maker"@nl ;
sh:name "créateur"@fr ;
Expand All @@ -962,6 +963,7 @@
[sh:class org:Organization ]
[sh:class schema:Thing ]
) ;
sh:maxCount 1 ;
sh:name "contributor"@en ;
sh:name "bijdrager"@nl ;
sh:name "contributeur"@fr ;
Expand All @@ -978,6 +980,7 @@
[sh:class org:Organization ]
[sh:class schema:Thing ]
) ;
sh:maxCount 1 ;
sh:name "publisher"@en ;
sh:name "uitgever"@nl ;
sh:name "éditeur"@fr ;
Expand All @@ -990,6 +993,7 @@
a sh:PropertyShape ;
sh:path schema:actor ;
sh:class schema:Person ;
sh:maxCount 1 ;
sh:name "actor"@en ;
sh:name "acteur"@nl ;
sh:name "acteur"@fr ;
Expand Down
2 changes: 1 addition & 1 deletion ontologies/ebucore.rdfs.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ ebucore:hasCastMember a rdf:Property ;
rdfs:label "cast member"@en ;
rdfs:label "cast lid"@nl ;
rdfs:label "membre de la distribution"@fr ;
rdfs:comment "A member of the cast."@en, "Een lid van de cast."@nl, "A member of the cast."@fr, "Range: a string or a Cast"@en ;
rdfs:comment "A member of the cast."@en, "Een lid van de cast."@nl, "A member of the cast."@fr ;
rdfs:range xsd:string, ebucore:Cast ;
rdfs:domain ebucore:Asset .

Expand Down
2 changes: 1 addition & 1 deletion organizations/organizations.rdfs.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ haOrg:ServiceProvider a rdfs:Class ;
rdfs:isDefinedBy <https://data.hetarchief.be/ns/organization/> .

haOrg:DigitizationPartner a rdfs:Class ;
rdfs:subClassOf org:ServiceProvider ;
rdfs:subClassOf haOrg:ServiceProvider ;
rdfs:label "Digitization partner"@en ;
rdfs:label "Partenaire de digitalisation"@fr ;
rdfs:label "Digitaliseringspartner"@nl ;
Expand Down
5 changes: 3 additions & 2 deletions organizations/organizations.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
dct:title "Modèle de données Organisations"@fr ;
dct:title "Datamodel Organisaties"@nl ;
dct:created "2022-03-14" ;
dct:modified "2024-08-06" ;
dct:modified "2024-09-25" ;
dct:description """Data model to describe organizations."""@en ;
dct:description """Modèle de données pour décrire des organisations."""@fr ;
dct:description """Datamodel voor het beschrijven van organisaties."""@nl ;
Expand Down Expand Up @@ -68,7 +68,8 @@
sh:description "Le nom / étiquette préféré de l'organisation."@fr ;

sh:message "is missing or its object is no language string"@en ;
],[
],
[
a sh:PropertyShape ;
sh:path skos:altLabel ;
sh:uniqueLang true ;
Expand Down
Loading