From 0f41bd20f9fd177a3766ea02f2d980f19f6fa817 Mon Sep 17 00:00:00 2001 From: milan <67414316+milvld@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:28:37 +0200 Subject: [PATCH] ARC-2366 Add PropertyShape for haOrg:hasPreference --- organizations/organizations.shacl.ttl | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/organizations/organizations.shacl.ttl b/organizations/organizations.shacl.ttl index 1f3a6dd..225ad0c 100644 --- a/organizations/organizations.shacl.ttl +++ b/organizations/organizations.shacl.ttl @@ -308,7 +308,24 @@ sh:description "Verwijst naar de unieke identificator van de organisatie."@nl ; sh:message "occurs more than once or its object is no xsd:string"@en ; - ] . + ], + [ + a sh:PropertyShape ; + sh:path haOrg:hasPreference ; + sh:minCount 0 ; + sh:class skos:Concept ; + + sh:name "prefers"@en ; + sh:name "préfère"@fr ; + sh:name "verkiest"@nl ; + + sh:description "Expresses the wish of an organization regarding whether or not to perform a certain service in collaboration with/by meemoo."@en ; + sh:description "Exprime le souhait d'une organisation quant à la réalisation ou non d'un certain service en collaboration avec/par meemoo."@fr ; + sh:description "Drukt de wens uit van een organisatie met betrekking tot het al dan niet uitvoeren van een bepaalde service in samenwerking met/door meemoo."@nl ; + + sh:message "the object of `` is no skos:Concept" @en ; + + ]. <#LogoShape> a sh:NodeShape ; sh:targetClass haOrg:Logo .