@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:GufoKindValidationShape a sh:NodeShape ;
sh:property [ sh:hasValue owl:Class ;
sh:message "gUFO Kinds must be OWL classes."@en ;
sh:minCount 1 ;
sh:path rdf:type ] ;
sh:targetClass gufo:Kind .