https://cacontology.projectvic.org/grooming#GroomingEventTypeValidationShape
@prefix cacontology-grooming: <https://cacontology.projectvic.org/grooming#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-grooming:GroomingEventTypeValidationShape a sh:NodeShape ;
sh:message "Every grooming EventType must be declared as rdf:type gufo:EventType"@en ;
sh:targetClass gufo:EventType .