Ontology Version: 3.0.0

cacontology-infrastructure-shapes:InfrastructureSituationTypeValidationShape leaf node


URI

https://cacontology.projectvic.org/infrastructure/shapes#InfrastructureSituationTypeValidationShape

Label

Infrastructure Situation Type Validation Shape

Description

Validates gUFO Situation type consistency for infrastructure situations.

Target Classes (1)

Shape Properties

Instances of cac-core:Situation can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-infrastructure-shapes: <https://cacontology.projectvic.org/infrastructure/shapes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-infrastructure-shapes:InfrastructureSituationTypeValidationShape a sh:NodeShape ;
    rdfs:label "Infrastructure Situation Type Validation Shape"@en ;
    rdfs:comment "Validates gUFO Situation type consistency for infrastructure situations."@en ;
    sh:targetClass cac-core:Situation .