https://cacontology.projectvic.org/educational/shapes#InstitutionalResponseSituationGUFOShape
Validates institutional response situation instances with gUFO Situation constraints for organizational response coordination.
Instances of cacontology-educational:InstitutionalResponseSituation can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-educational: <https://cacontology.projectvic.org/educational#> .
@prefix cacontology-educational-shapes: <https://cacontology.projectvic.org/educational/shapes#> .
@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: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: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:targetClass cacontology-educational:InstitutionalResponseSituation .