https://cacontology.projectvic.org/core#isPhaseOf
Links a phase to the entity, process, or situation it is a temporal stage of.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:Phase | cac-core:isPhaseOf | owl:Thing (inferred) |
@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 .