https://cacontology.projectvic.org/custodial#hasCustodyPhase
Links custodial relationship to all phases it has experienced. Enhanced with gUFO phase history.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-custodial:CustodialRelationship | cacontology-custodial:hasCustodyPhase | 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:hasCustodyPhase a owl:ObjectProperty ;
rdfs:label "has custody phase"@en ;
rdfs:comment "Links custodial relationship to all phases it has experienced. Enhanced with gUFO phase history."@en ;
rdfs:domain cacontology-custodial:CustodialRelationship ;
rdfs:range cac-core:Phase ;
rdfs:subPropertyOf cacontology:hasPhase .