Ontology Version: 2.2.0

cacontology-institutional:AdultVictimTestimonyShape leaf node


URI

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

Label

Adult Victim Testimony Shape

Description

Validation shape for adult victim testimony with gUFO integration.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-institutional:AdultVictimTestimony
cacontology-institutional:yearsFromVictimizationToTestimony 1 1 xsd:nonNegativeInteger
cacontology-institutional:MultipleVictimTestimony
cacontology-institutional:victimTestimoniesCount 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:AdultVictimTestimonyShape a sh:NodeShape ;
    rdfs:label "Adult Victim Testimony Shape"@en ;
    rdfs:comment "Validation shape for adult victim testimony with gUFO integration."@en ;
    sh:property [ sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 50 ;
            sh:message "Adult victim testimony must specify years from victimization (5-50)."@en ;
            sh:minCount 1 ;
            sh:minInclusive 5 ;
            sh:path cacontology-institutional:yearsFromVictimizationToTestimony ] ;
    sh:targetClass cacontology-institutional:AdultVictimTestimony .