https://cacontology.projectvic.org/usa-federal-law#PhaseValidationShape
Instances of cac-core:Phase can have the following properties:
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-usa-federal: <https://cacontology.projectvic.org/usa-federal-law#> .
@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-usa-federal:PhaseValidationShape a sh:NodeShape ;
sh:message "Phases are anti-rigid and cannot be subclasses of rigid Kinds"@en ;
sh:not [ sh:property [ sh:class gufo:Kind ;
sh:path rdfs:subClassOf ] ] ;
sh:targetClass cac-core:Phase .