Ontology Version: 2.2.0

cacontology-educational:shapes/AcademicIntimidationGUFOShape leaf node


URI

https://ontology.caseontology.org/icac/educational-exploitation/shapes/AcademicIntimidationGUFOShape

Label

gUFO Academic Intimidation Shape

Description

Validation shape for academic intimidation events with gUFO temporal modeling.

Implementation

@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:AcademicIntimidationGUFOShape a sh:NodeShape ;
    rdfs:label "gUFO Academic Intimidation Shape"@en ;
    rdfs:comment "Validation shape for academic intimidation events with gUFO temporal modeling."@en ;
    sh:property [ sh:hasValue gufo:Event ;
            sh:message "Academic intimidation must be typed as gUFO Event"@en ;
            sh:minCount 1 ;
            sh:path rdf:type ],
        [ sh:datatype xsd:string ;
            sh:in ( "grade_threats" "academic_punishment" "public_humiliation" "isolation" "academic_discrimination" ) ;
            sh:message "Intimidation method must be from valid academic intimidation methods"@en ;
            sh:path cacontology-educational:intimidationMethod ] ;
    sh:targetClass cacontology-educational:AcademicIntimidation .