Ontology Version: 3.0.0

cacontology-trafficking:transitionsToPhase leaf node


URI

https://cacontology.projectvic.org/trafficking#transitionsToPhase

Label

transitions to phase

Description

Links one enterprise phase to the next phase in sequence.

Usage

DOMAINPROPERTYRANGE
cac-core:Phase cacontology-trafficking:transitionsToPhase cac-core:Phase

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-trafficking: <https://cacontology.projectvic.org/trafficking#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-trafficking:transitionsToPhase a owl:ObjectProperty ;
    rdfs:label "transitions to phase"@en ;
    rdfs:comment "Links one enterprise phase to the next phase in sequence."@en ;
    rdfs:domain cac-core:Phase ;
    rdfs:range cac-core:Phase .