https://ontology.caseontology.org/icac/educational-exploitation/shapes/InstitutionalResponseSituationGUFOShape
Validates institutional response situation instances with gUFO Situation constraints for organizational response coordination.
@prefix cacontology-educational: <https://ontology.caseontology.org/icac/educational-exploitation/> .
@prefix cacontology-educational-shapes: <https://ontology.caseontology.org/icac/educational-exploitation/shapes/> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-educational-shapes:InstitutionalResponseSituationGUFOShape a sh:NodeShape ;
rdfs:label "gUFO Institutional Response Situation Shape"@en ;
rdfs:comment "Validates institutional response situation instances with gUFO Situation constraints for organizational response coordination."@en ;
sh:property [ sh:datatype xsd:decimal ;
sh:maxInclusive 365 ;
sh:message "Response timeline must be between 0.1 and 365 days"@en ;
sh:minInclusive 0.1 ;
sh:path cacontology-educational:responseTimeline ],
[ sh:hasValue gufo:Situation ;
sh:message "Institutional response situation must be typed as gUFO Situation"@en ;
sh:minCount 1 ;
sh:path rdf:type ],
[ sh:datatype xsd:string ;
sh:in ( "investigation" "suspension" "termination" "reporting" "counseling" "policy_change" ) ;
sh:message "Response type must be from valid institutional response types"@en ;
sh:path cacontology-educational:responseType ] ;
sh:targetClass cacontology-educational:InstitutionalResponseSituation .