https://cacontology.projectvic.org/multi-jurisdiction#CoordinationPhaseTypeValidationShape
Validates that multi-jurisdiction phases are properly anchored to the semantic spine.
Instances of cac-core:Phase can have the following properties:
@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 .