https://cacontology.projectvic.org/grooming#GroomingPhaseValidationShape
Instances of cacontology-grooming:GroomingPhase can have the following properties:
@prefix cacontology-grooming: <https://cacontology.projectvic.org/grooming#> .
@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-grooming:GroomingPhaseValidationShape a sh:NodeShape ;
sh:message "Grooming 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 cacontology-grooming:GroomingPhase .