https://cacontology.projectvic.org/custodial#inCustodyPhase
Links custodial relationship to its current phase. Enhanced with gUFO phase transitions.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-custodial:CustodialRelationship | cacontology-custodial:inCustodyPhase | cac-core:Phase |
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix cacontology-custodial: <https://cacontology.projectvic.org/custodial#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-custodial:inCustodyPhase a owl:ObjectProperty ;
rdfs:label "in custody phase"@en ;
rdfs:comment "Links custodial relationship to its current phase. Enhanced with gUFO phase transitions."@en ;
rdfs:domain cacontology-custodial:CustodialRelationship ;
rdfs:range cac-core:Phase ;
rdfs:subPropertyOf cacontology:hasPhase .