https://cacontology.projectvic.org/partnerships/shapes#NGOPartnerShape
Validation shape for NGO partner instances.
Instances of cacontology-partnerships:NGOPartner can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-partnerships: <https://cacontology.projectvic.org/partnerships#> .
@prefix cacontology-partnerships-shapes: <https://cacontology.projectvic.org/partnerships/shapes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-partnerships-shapes:NGOPartnerShape a sh:NodeShape ;
rdfs:label "NGO Partner Shape"@en ;
rdfs:comment "Validation shape for NGO partner instances."@en ;
sh:property [ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:maxLength 100 ;
sh:message "NGO partner label should be between 3 and 100 characters when provided."@en ;
sh:minCount 0 ;
sh:minLength 3 ;
sh:path rdfs:label ] ;
sh:targetClass cacontology-partnerships:NGOPartner .