Ontology Version: 2.2.0

cacontology-multi:SituationTypeValidationShape leaf node


URI

https://cacontology.projectvic.org/multi-jurisdiction#SituationTypeValidationShape

Label

Situation Type Validation Shape

Description

Validates gUFO Situation type consistency for coordination situations.

Target Classes (1)

Shape Properties

Instances of gufo:Situation can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cacontology-multi: <https://cacontology.projectvic.org/multi-jurisdiction#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@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-multi:SituationTypeValidationShape a sh:NodeShape ;
    rdfs:label "Situation Type Validation Shape"@en ;
    rdfs:comment "Validates gUFO Situation type consistency for coordination situations."@en ;
    sh:property [ sh:hasValue gufo:Situation ;
            sh:message "Multi-jurisdictional situation should extend gUFO Situation."@en ;
            sh:minCount 0 ;
            sh:path rdfs:subClassOf ] ;
    sh:targetClass gufo:Situation .