https://cacontology.projectvic.org/usa-federal-law#PreTrialPhaseShape
Instances of cacontology-usa-federal:PreTrialPhase 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:PreTrialPhaseShape a sh:NodeShape ;
sh:property [ sh:datatype xsd:dateTimeStamp ;
sh:maxCount 1 ;
sh:message "Pre-trial phase must have exactly one begin point"@en ;
sh:minCount 1 ;
sh:path cacontology-usa-federal:hasPhaseBeginPoint ],
[ sh:datatype xsd:dateTimeStamp ;
sh:maxCount 1 ;
sh:message "Pre-trial phase must have at most one end point"@en ;
sh:path cacontology-usa-federal:hasPhaseEndPoint ],
[ sh:class cacontology-usa-federal:FederalProsecution ;
sh:maxCount 1 ;
sh:message "Pre-trial phase must be part of exactly one federal prosecution"@en ;
sh:minCount 1 ;
sh:path cacontology-usa-federal:isPhaseOf ] ;
sh:targetClass cacontology-usa-federal:PreTrialPhase .