https://cacontology.projectvic.org#InitialPhaseShape
Instances of cacontology:InitialPhase can have the following properties:
@prefix cacontology: <https://cacontology.projectvic.org#> .
@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:InitialPhaseShape a sh:NodeShape ;
rdfs:label "Initial Phase Shape"@en ;
sh:property [ sh:message "Initial phase must have begin point"@en ;
sh:minCount 1 ;
sh:path cacontology:hasPhaseBeginPoint ] ;
sh:targetClass cacontology:InitialPhase .