Skip to content

Commit bdc36af

Browse files
Merge pull request #85 from viaacode/kg-369-merge-tl-users
KG-369 Add telephone property to schema:Person
2 parents 3536e2e + 4e8d351 commit bdc36af

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

organizations/organizations.shacl.ttl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,22 @@
689689
sh:severity sh:Info ;
690690
sh:message "its object is no xsd:string"@en ;
691691
],
692+
[
693+
a sh:PropertyShape ;
694+
sh:path schema:telephone ;
695+
sh:datatype xsd:string ;
696+
697+
sh:name "telephone"@en ;
698+
sh:name "telefoon"@nl ;
699+
sh:name "téléphone"@fr ;
700+
701+
sh:description "Telephone of this person."@en ;
702+
sh:description "Telefoon van deze persoon."@nl ;
703+
sh:description "Téléphone de cette personne."@fr ;
704+
705+
sh:severity sh:Info ;
706+
sh:message "its object is no xsd:string"@en ;
707+
],
692708
[
693709
a sh:PropertyShape ;
694710
sh:path haOrg:isAccountManagerOf ;

0 commit comments

Comments
 (0)