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