Ontology Version: 2.2.0

cacontology-street:PhysicalVulnerabilityIndicatorShape leaf node


URI

https://cacontology.projectvic.org/street#PhysicalVulnerabilityIndicatorShape

Label

Physical Vulnerability Indicator Shape

Description

Validation shape for physical vulnerability indicator instances.

Shape Properties

Instances of cacontology-street:PhysicalVulnerabilityIndicator can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cacontology-street: <https://cacontology.projectvic.org/street#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-street:PhysicalVulnerabilityIndicatorShape a sh:NodeShape ;
    rdfs:label "Physical Vulnerability Indicator Shape"@en ;
    rdfs:comment "Validation shape for physical vulnerability indicator instances."@en ;
    sh:targetClass cacontology-street:PhysicalVulnerabilityIndicator .