Ontology Version: 3.0.0

cacontology-grooming:GroomingEventTypeValidationShape leaf node


URI

https://cacontology.projectvic.org/grooming#GroomingEventTypeValidationShape

Label

GroomingEventTypeValidationShape

Implementation

@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 .