Ontology Version: 2.2.0

cacontology-institutional:PositionOfTrustAbuseShape leaf node


URI

https://cacontology.projectvic.org/institutional-exploitation#PositionOfTrustAbuseShape

Label

Position of Trust Abuse Shape

Description

Validation shape for position of trust abuse with gUFO integration.

Shape Properties

Instances of cacontology-institutional:PositionOfTrustAbuse can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-institutional:PositionOfTrustAbuse
cacontology-institutional:exploitsRole 1 1 cacontology-institutional:TrustedAdultRole
cacontology-institutional:trustLevelExploited 1 1 xsd:string
cacontology-institutional:InstitutionalExploitation
cacontology-institutional:hasExploitationEndDate 1 xsd:dateTime
cacontology-institutional:hasExploitationSeverityLevel 1 1 xsd:string
cacontology-institutional:hasExploitationStartDate 1 xsd:dateTime
cacontology-institutional:occursWithin 1 1 cacontology-institutional:CharitableOrganization
cacontology-institutional:victimCount 1 1 xsd:nonNegativeInteger

Implementation

@prefix cacontology-institutional: <https://cacontology.projectvic.org/institutional-exploitation#> .
@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-institutional:PositionOfTrustAbuseShape a sh:NodeShape ;
    rdfs:label "Position of Trust Abuse Shape"@en ;
    rdfs:comment "Validation shape for position of trust abuse with gUFO integration."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:in ( "high" "complete" "institutional" "parental" "absolute" ) ;
            sh:maxCount 1 ;
            sh:message "Position of trust abuse must specify trust level exploited."@en ;
            sh:minCount 1 ;
            sh:path cacontology-institutional:trustLevelExploited ],
        [ sh:class cacontology-institutional:TrustedAdultRole ;
            sh:maxCount 1 ;
            sh:message "Trust abuse must exploit a trusted adult role."@en ;
            sh:minCount 1 ;
            sh:path cacontology-institutional:exploitsRole ] ;
    sh:targetClass cacontology-institutional:PositionOfTrustAbuse .