Ontology Version: 2.2.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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-institutional:ExploitationEventTypeValidationShape a sh:NodeShape ;
    sh:message "Every exploitation EventType must extend gufo:Event"@en ;
    sh:property [ sh:hasValue gufo:EventType ;
            sh:minCount 1 ;
            sh:path rdf:type ],
        [ sh:class gufo:Event ;
            sh:minCount 1 ;
            sh:path rdfs:subClassOf ] ;
    sh:targetClass gufo:EventType .