Ontology Version: 3.0.0

cacontology-custodial:inCustodyPhase leaf node


URI

https://cacontology.projectvic.org/custodial#inCustodyPhase

Label

in custody phase

Description

Links custodial relationship to its current phase. Enhanced with gUFO phase transitions.

Inherits from

Usage

DOMAINPROPERTYRANGE
cacontology-custodial:CustodialRelationship cacontology-custodial:inCustodyPhase cac-core:Phase

Implementation

@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 .