Ontology Version: 2.2.0

cacontology-international:OverseasVictimCoordinationShape leaf node


URI

https://cacontology.projectvic.org/international#OverseasVictimCoordinationShape

Label

Overseas Victim Coordination Shape

Description

Validation shape for overseas victim coordination instances.

Implementation

@prefix cacontology-international: <https://cacontology.projectvic.org/international#> .
@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-international:OverseasVictimCoordinationShape a sh:NodeShape ;
    rdfs:label "Overseas Victim Coordination Shape"@en ;
    rdfs:comment "Validation shape for overseas victim coordination instances."@en ;
    sh:property [ sh:datatype xsd:decimal ;
            sh:maxCount 1 ;
            sh:maxInclusive 72.0 ;
            sh:message "Overseas victim coordination response time should be within 72 hours."@en ;
            sh:minCount 0 ;
            sh:minInclusive 1.0 ;
            sh:path cacontology-international:responseTimeInternational ] ;
    sh:targetClass cacontology-international:OverseasVictimCoordination .