Ontology Version: 2.2.0

cacontology-institutional:SystematicInstitutionalAbuseShape leaf node


URI

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

Label

Systematic Institutional Abuse Shape

Description

Validation shape for systematic abuse patterns with gUFO integration.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-institutional:SystematicInstitutionalAbuse
cacontology-institutional:hasSystematicityDegree 1 1 xsd:double
cacontology-institutional:victimCount 1 1 xsd:nonNegativeInteger
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 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:SystematicInstitutionalAbuseShape a sh:NodeShape ;
    rdfs:label "Systematic Institutional Abuse Shape"@en ;
    rdfs:comment "Validation shape for systematic abuse patterns with gUFO integration."@en ;
    sh:property [ sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:maxInclusive 1.0 ;
            sh:message "Systematic abuse must have high systematicity degree (0.7-1.0) (gUFO quality aspect)"@en ;
            sh:minCount 1 ;
            sh:minInclusive 0.7 ;
            sh:path cacontology-institutional:hasSystematicityDegree ],
        [ sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:message "Systematic abuse must involve at least 3 victims."@en ;
            sh:minCount 1 ;
            sh:minInclusive 3 ;
            sh:path cacontology-institutional:victimCount ] ;
    sh:targetClass cacontology-institutional:SystematicInstitutionalAbuse .