Ontology Version: 2.2.0

cacontology-institutional:LongTermInstitutionalControlShape leaf node


URI

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

Label

Long Term Institutional Control Shape

Description

Validation shape for long-term institutional control with gUFO integration.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-institutional:LongTermInstitutionalControl
cacontology-institutional:hasSystematicityDegree 1 1 xsd:double
cacontology-institutional:operationDurationYears 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:LongTermInstitutionalControlShape a sh:NodeShape ;
    rdfs:label "Long Term Institutional Control Shape"@en ;
    rdfs:comment "Validation shape for long-term institutional control with gUFO integration."@en ;
    sh:property [ sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 50 ;
            sh:message "Long-term control must specify duration (2-50 years)."@en ;
            sh:minCount 1 ;
            sh:minInclusive 2 ;
            sh:path cacontology-institutional:operationDurationYears ],
        [ sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:maxInclusive 1.0 ;
            sh:message "Long-term control must have high systematicity degree (0.5-1.0) (gUFO quality aspect)"@en ;
            sh:minCount 1 ;
            sh:minInclusive 0.5 ;
            sh:path cacontology-institutional:hasSystematicityDegree ] ;
    sh:targetClass cacontology-institutional:LongTermInstitutionalControl .