https://cacontology.projectvic.org/custodial#ActiveCustodyPhaseShape
Validates active custody phases.
Instances of cacontology-custodial:ActiveCustodyPhase can have the following properties:
@prefix cacontology-custodial: <https://cacontology.projectvic.org/custodial#> .
@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-custodial:ActiveCustodyPhaseShape a sh:NodeShape ;
rdfs:label "Active Custody Phase Shape"@en ;
rdfs:comment "Validates active custody phases."@en ;
sh:property [ sh:message "Active custody phase must have begin point"@en ;
sh:minCount 1 ;
sh:path cacontology-custodial:hasCustodyBeginPoint ] ;
sh:targetClass cacontology-custodial:ActiveCustodyPhase .