https://cacontology.projectvic.org/institutional-exploitation#VulnerableChildPhaseValidationShape
Instances of cac-core:Phase can have the following properties:
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-institutional: <https://cacontology.projectvic.org/institutional-exploitation#> .
@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#> .
cacontology-institutional:VulnerableChildPhaseValidationShape a sh:NodeShape ;
sh:message "Vulnerable child phases are anti-rigid temporal stages and cannot be rigid Kinds"@en ;
sh:not [ sh:property [ sh:class gufo:Kind ;
sh:path rdfs:subClassOf ] ] ;
sh:targetClass cac-core:Phase .