https://cacontology.projectvic.org/usa-federal-law#ProsecutorCollaborationBusinessRule
Instances of cacontology-usa-federal:CEOSAttorneyRole can have the following properties:
@prefix cacontology-usa-federal: <https://cacontology.projectvic.org/usa-federal-law#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-usa-federal:ProsecutorCollaborationBusinessRule a sh:NodeShape ;
sh:property [ sh:class cacontology-usa-federal:FederalInvestigatorRole ;
sh:message "CEOS attorney must collaborate with at least one federal investigator"@en ;
sh:minCount 1 ;
sh:path cacontology-usa-federal:collaboratesWith ] ;
sh:targetClass cacontology-usa-federal:CEOSAttorneyRole .