Ontology Version: 2.2.0

cacontology-enterprises:GufoEventTypeValidationShape leaf node


URI

https://cacontology.projectvic.org/extremist-enterprises#GufoEventTypeValidationShape

Label

GufoEventTypeValidationShape

Implementation

@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-enterprises:GufoEventTypeValidationShape a sh:NodeShape ;
    sh:property [ sh:hasValue owl:Class ;
            sh:message "gUFO Event Types must be OWL classes."@en ;
            sh:minCount 1 ;
            sh:path rdf:type ] ;
    sh:targetClass gufo:EventType .