https://cacontology.projectvic.org/usa-federal-law#TrialPhaseShape
Instances of cacontology-usa-federal:TrialPhase 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:TrialPhaseShape a sh:NodeShape ;
sh:property [ sh:datatype xsd:dateTimeStamp ;
sh:maxCount 1 ;
sh:message "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 "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 "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:TrialPhase .