https://cacontology.projectvic.org/educational/shapes#EducationalExploitationSituationGUFOShape
Validates educational exploitation situation instances as gUFO Situations for complex state relationships.
Instances of cacontology-educational:EducationalExploitationSituation 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 cacontology-gufo: <https://cacontology.projectvic.org/gufo#> .
@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: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 .