https://cacontology.projectvic.org/custodial#TerminatedCustodyPhaseShape
Validates terminated custody phases.
Instances of cacontology-custodial:TerminatedCustodyPhase 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:TerminatedCustodyPhaseShape a sh:NodeShape ;
rdfs:label "Terminated Custody Phase Shape"@en ;
rdfs:comment "Validates terminated custody phases."@en ;
sh:property [ sh:message "Terminated custody phase must have end point"@en ;
sh:minCount 1 ;
sh:path cacontology-custodial:hasCustodyEndPoint ] ;
sh:targetClass cacontology-custodial:TerminatedCustodyPhase .