Ontology Version: 3.0.0

cac-core:isPhaseOf leaf node


URI

https://cacontology.projectvic.org/core#isPhaseOf

Label

is phase of

Description

Links a phase to the entity, process, or situation it is a temporal stage of.

Usage

DOMAINPROPERTYRANGE
cac-core:Phase cac-core:isPhaseOf owl:Thing (inferred)

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cac-core:isPhaseOf a owl:ObjectProperty ;
    rdfs:label "is phase of"@en ;
    rdfs:comment "Links a phase to the entity, process, or situation it is a temporal stage of."@en ;
    rdfs:domain cac-core:Phase ;
    owl:inverseOf cac-core:hasPhase .