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-301 Make schema:name on Person a langString #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions description/audiovisual.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

<> a owl:Ontology ;
dct:author [
schema:name "Miel Vander Sande" ;
schema:name "Miel Vander Sande"@nl ;
schema:email "[email protected]"
] ,
[
schema:name "Lennert Van de Velde" ;
schema:name "Lennert Van de Velde"@nl ;
schema:email "[email protected]"
] ,
[
schema:name "Milan Valadou" ;
schema:name "Milan Valadou"@nl ;
schema:email "[email protected]"
] ;
dct:title "Data model Audiovisual archive objects"@en ;
Expand Down
6 changes: 3 additions & 3 deletions description/bibliographic.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

<> a owl:Ontology ;
dct:author [
schema:name "Miel Vander Sande" ;
schema:name "Miel Vander Sande"@nl ;
schema:email "[email protected]"
] ,
[
schema:name "Lennert Van de Velde" ;
schema:name "Lennert Van de Velde"@nl ;
schema:email "[email protected]"
] ,
[
schema:name "Milan Valadou" ;
schema:name "Milan Valadou"@nl ;
schema:email "[email protected]"
] ;
dct:title "Bibliographic data model"@en ;
Expand Down
6 changes: 3 additions & 3 deletions description/description.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
vann:preferredNamespacePrefix "haDes" ;
vann:preferredNamespaceUri "http://data.hetarchief.be/ns/description/" ;
dct:author [
schema:name "Miel Vander Sande" ;
schema:name "Miel Vander Sande"@nl ;
schema:email "[email protected]"
] ,
[
schema:name "Lennert Van de Velde" ;
schema:name "Lennert Van de Velde"@nl ;
schema:email "[email protected]"
] ,
[
schema:name "Milan Valadou" ;
schema:name "Milan Valadou"@nl ;
schema:email "[email protected]"
] ;
dct:title "Data model Description"@en ;
Expand Down
6 changes: 3 additions & 3 deletions description/film.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

<> a owl:Ontology ;
dct:author [
schema:name "Miel Vander Sande" ;
schema:name "Miel Vander Sande"@nl ;
schema:email "[email protected]"
] ,
[
schema:name "Lennert Van de Velde" ;
schema:name "Lennert Van de Velde"@nl ;
schema:email "[email protected]"
] ,
[
schema:name "Milan Valadou" ;
schema:name "Milan Valadou"@nl ;
schema:email "[email protected]"
] ;
dct:title "Data model Film"@en ;
Expand Down
6 changes: 3 additions & 3 deletions events/events.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
vann:preferredNamespacePrefix "haEvt" ;
vann:preferredNamespaceUri "http://data.hetarchief.be/ns/events/" ;
dct:author [
schema:name "Milan Valadou" ;
schema:name "Milan Valadou"@nl ;
schema:email "[email protected]"
] ,
[
schema:name "Miel Vander Sande" ;
schema:name "Miel Vander Sande"@nl ;
schema:email "[email protected]"
] ,
[
schema:name "Lennert Van de Velde" ;
schema:name "Lennert Van de Velde"@nl ;
schema:email "[email protected]"
] ;
dct:title "Data model Events"@en ;
Expand Down
6 changes: 3 additions & 3 deletions objects/objects.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
vann:preferredNamespacePrefix "haObj" ;
vann:preferredNamespaceUri "http://data.hetarchief.be/ns/object/" ;
dct:author [
schema:name "Milan Valadou" ;
schema:name "Milan Valadou"@nl ;
schema:email "[email protected]"

] ,
[
schema:name "Miel Vander Sande" ;
schema:name "Miel Vander Sande"@nl ;
schema:email "[email protected]"
] ,
[
schema:name "Lennert Van de Velde" ;
schema:name "Lennert Van de Velde"@nl ;
schema:email "[email protected]"
] ;
dct:title "Data model Objects"@en ;
Expand Down
13 changes: 7 additions & 6 deletions organizations/organizations.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
vann:preferredNamespaceUri "http://data.hetarchief.be/ns/organization/" ;
schema:author [
a schema:Person ;
schema:name "Miel Vander Sande" ;
schema:name "Miel Vander Sande"@nl ;
schema:email "[email protected]"
] , [
a schema:Person ;
schema:name "Milan Valadou" ;
schema:name "Milan Valadou"@nl ;
schema:email "[email protected]"
] , [
a schema:Person ;
schema:name "Lennert Van de Velde" ;
schema:name "Lennert Van de Velde"@nl ;
schema:email "[email protected]"
] ;
dct:title "Data model Organizations"@en ;
Expand Down Expand Up @@ -737,8 +737,9 @@
a sh:PropertyShape ;
sh:path schema:name ;
sh:nodeKind sh:Literal ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:datatype rdf:langString ;
sh:minCount 1 ;
sh:uniqueLang true;

sh:name "name"@en ;
sh:name "naam"@nl ;
Expand All @@ -749,7 +750,7 @@
sh:description "De voor- en achternaam van deze persoon (gecombineerd in één string)."@nl ;

sh:severity sh:Violation ;
sh:message "occurs more than once or its object is not of type xsd:string"@en ;
sh:message "schema:name is missing or is not of type string"@en ;
],
[
a sh:PropertyShape ;
Expand Down
6 changes: 3 additions & 3 deletions terms/terms.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
vann:preferredNamespacePrefix "haTerm" ;
vann:preferredNamespaceUri "http://data.hetarchief.be/ns/terms/" ;
dct:author [
schema:name "Lennert Van de Velde" ;
schema:name "Lennert Van de Velde"@nl ;
schema:email "[email protected]"
] ,
[
schema:name "Miel Vander Sande" ;
schema:name "Miel Vander Sande"@nl ;
schema:email "[email protected]"
] ,
[
schema:name "Milan Valadou" ;
schema:name "Milan Valadou"@nl ;
schema:email "[email protected]"
] ;
dct:title "Data model List of terms"@en ;
Expand Down
Loading