Ontology Version: 2.2.0

cacontology-institutional:MultipleVictimTestimonyShape leaf node


URI

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

Label

Multiple Victim Testimony Shape

Description

Validation shape for multiple victim testimony with gUFO integration.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

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:MultipleVictimTestimonyShape a sh:NodeShape ;
    rdfs:label "Multiple Victim Testimony Shape"@en ;
    rdfs:comment "Validation shape for multiple victim testimony with gUFO integration."@en ;
    sh:property [ sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 100 ;
            sh:message "Multiple victim testimony must specify count (2-100)."@en ;
            sh:minCount 1 ;
            sh:minInclusive 2 ;
            sh:path cacontology-institutional:victimTestimoniesCount ] ;
    sh:targetClass cacontology-institutional:MultipleVictimTestimony .