Ontology Version: 3.0.0

cacontology-multi:CoordinationPhaseTypeValidationShape leaf node


URI

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

Label

Coordination Phase Type Validation Shape

Description

Validates that multi-jurisdiction phases are properly anchored to the semantic spine.

Target Classes (1)

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-multi: <https://cacontology.projectvic.org/multi-jurisdiction#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:CoordinationPhaseTypeValidationShape a sh:NodeShape ;
    rdfs:label "Coordination Phase Type Validation Shape"@en ;
    rdfs:comment "Validates that multi-jurisdiction phases are properly anchored to the semantic spine."@en ;
    sh:property [ sh:message "Phase instances must have at least one rdf:type declaration."@en ;
            sh:minCount 1 ;
            sh:path rdf:type ] ;
    sh:targetClass cac-core:Phase .