Ontology Version: 3.0.0

cac-core:hasPhase leaf node


URI

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

Label

has phase

Description

Links an enduring entity, process, or situation to one of its temporal phases.

Usage

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

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:hasPhase a owl:ObjectProperty ;
    rdfs:label "has phase"@en ;
    rdfs:comment "Links an enduring entity, process, or situation to one of its temporal phases."@en ;
    rdfs:range cac-core:Phase .