https://cacontology.projectvic.org/partnerships/shapes#EmergencyCoordinationShape
Validation shape for emergency coordination instances.
Instances of cacontology-partnerships:EmergencyCoordination can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-partnerships: <https://cacontology.projectvic.org/partnerships#> .
@prefix cacontology-partnerships-shapes: <https://cacontology.projectvic.org/partnerships/shapes#> .
@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-partnerships-shapes:EmergencyCoordinationShape a sh:NodeShape ;
rdfs:label "Emergency Coordination Shape"@en ;
rdfs:comment "Validation shape for emergency coordination instances."@en ;
sh:property [ sh:datatype xsd:decimal ;
sh:maxCount 1 ;
sh:maxInclusive 72.0 ;
sh:message "Emergency response time must be between 0.25 and 72.0 hours."@en ;
sh:minCount 1 ;
sh:minInclusive 0.25 ;
sh:path cacontology-partnerships:responseTime ] ;
sh:targetClass cacontology-partnerships:EmergencyCoordination .