https://ontology.caseontology.org/icac/educational-exploitation/shapes/EducationalExploitationSituationGUFOShape
Validates educational exploitation situation instances as gUFO Situations for complex state relationships.
@prefix cacontology-educational: <https://ontology.caseontology.org/icac/educational-exploitation/> .
@prefix cacontology-educational-shapes: <https://ontology.caseontology.org/icac/educational-exploitation/shapes/> .
@prefix cacontology-gufo: <https://cacontology.projectvic.org/gufo#> .
@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:EducationalExploitationSituationGUFOShape a sh:NodeShape ;
rdfs:label "gUFO Educational Exploitation Situation Shape"@en ;
rdfs:comment "Validates educational exploitation situation instances as gUFO Situations for complex state relationships."@en ;
sh:property [ sh:hasValue gufo:Situation ;
sh:message "Educational exploitation situation must be typed as gUFO Situation"@en ;
sh:minCount 1 ;
sh:path rdf:type ],
[ sh:datatype xsd:dateTimeStamp ;
sh:maxCount 1 ;
sh:message "Situation can have at most one begin point"@en ;
sh:path cacontology-gufo:situationBeginTimePoint ],
[ sh:datatype xsd:dateTimeStamp ;
sh:maxCount 1 ;
sh:message "Situation can have at most one end point"@en ;
sh:path cacontology-gufo:situationEndTimePoint ],
[ sh:class cacontology-educational:EducationalInstitution ;
sh:message "Situation must involve at least one educational institution"@en ;
sh:minCount 1 ;
sh:path cacontology-educational:involvedInstitutions ],
[ sh:class uco-identity:Person ;
sh:message "Situation must involve at least one educator"@en ;
sh:minCount 1 ;
sh:path cacontology-educational:involvedEducators ],
[ sh:class uco-identity:Person ;
sh:message "Situation must involve at least one student"@en ;
sh:minCount 1 ;
sh:path cacontology-educational:involvedStudents ] ;
sh:targetClass cacontology-educational:EducationalExploitationSituation .