Ontology Version: 2.2.0

cacontology-gufo:CompletedPhaseShape leaf node


URI

https://cacontology.projectvic.org/gufo#CompletedPhaseShape

Label

Completed Phase Shape

Implementation

@prefix cacontology-gufo: <https://cacontology.projectvic.org/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-gufo:CompletedPhaseShape a sh:NodeShape ;
    rdfs:label "Completed Phase Shape"@en ;
    sh:property [ sh:message "Completed phase must have end point"@en ;
            sh:minCount 1 ;
            sh:path cacontology-gufo:hasPhaseEndPoint ] ;
    sh:targetClass cacontology-gufo:CompletedPhase .