Ontology Version: 3.0.0

cacontology-custodial:hasCustodyPhase leaf node


URI

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

Label

has custody phase

Description

Links custodial relationship to all phases it has experienced. Enhanced with gUFO phase history.

Inherits from

Usage

DOMAINPROPERTYRANGE
cacontology-custodial:CustodialRelationship cacontology-custodial:hasCustodyPhase 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: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 .