Ontology Version: 3.0.0

cacontology-institutional:ExploitationEventTypeValidationShape leaf node


URI

https://cacontology.projectvic.org/institutional-exploitation#ExploitationEventTypeValidationShape

Label

ExploitationEventTypeValidationShape

Implementation

@prefix cacontology-institutional: <https://cacontology.projectvic.org/institutional-exploitation#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-institutional:ExploitationEventTypeValidationShape a sh:NodeShape ;
    sh:message "Every exploitation EventType must extend gufo:Event"@en ;
    sh:targetClass gufo:EventType .