https://cacontology.projectvic.org/partnerships/shapes#ProjectSafeChildhoodCaseShape
Validation shape for Project Safe Childhood case instances.
@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:ProjectSafeChildhoodCaseShape a sh:NodeShape ;
rdfs:label "Project Safe Childhood Case Shape"@en ;
rdfs:comment "Validation shape for Project Safe Childhood case instances."@en ;
sh:property [ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:maxLength 200 ;
sh:message "Case label should be between 5 and 200 characters when provided."@en ;
sh:minCount 0 ;
sh:minLength 5 ;
sh:path rdfs:label ] ;
sh:targetClass cacontology-partnerships:ProjectSafeChildhoodCase .