https://ontology.caseontology.org/icac/educational-exploitation/shapes/MultiVictimExploitationSituationGUFOShape
Validates multi-victim exploitation situation instances with specialized coordination requirements.
@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 uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-educational-shapes:MultiVictimExploitationSituationGUFOShape a sh:NodeShape ;
rdfs:label "gUFO Multi-Victim Exploitation Situation Shape"@en ;
rdfs:comment "Validates multi-victim exploitation situation instances with specialized coordination requirements."@en ;
sh:property [ sh:hasValue gufo:Situation ;
sh:message "Multi-victim exploitation situation must be typed as gUFO Situation"@en ;
sh:minCount 1 ;
sh:path rdf:type ],
[ sh:datatype xsd:nonNegativeInteger ;
sh:maxInclusive 100 ;
sh:message "Multi-victim situation must have between 2 and 100 victims"@en ;
sh:minInclusive 2 ;
sh:path cacontology-educational:victimCount ],
[ sh:class uco-identity:Person ;
sh:message "Multi-victim situation must involve at least two students"@en ;
sh:minCount 2 ;
sh:path cacontology-educational:involvedStudents ] ;
sh:targetClass cacontology-educational:MultiVictimExploitationSituation .