@prefix cacontology-usa-federal: <https://cacontology.projectvic.org/usa-federal-law#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@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-usa-federal:SubKindValidationShape a sh:NodeShape ;
sh:message "Every SubKind must be a subclass of a Kind"@en ;
sh:property [ sh:class gufo:Kind ;
sh:minCount 1 ;
sh:path rdfs:subClassOf ] ;
sh:targetClass gufo:SubKind .