Ontology Version: 3.0.0

cacontology:transitionsTo leaf node


URI

https://cacontology.projectvic.org#transitionsTo

Label

transitions to

Description

Links one investigation phase to the next phase in sequence.

Usage

DOMAINPROPERTYRANGE
cac-core:Phase cacontology:transitionsTo cac-core:Phase

Implementation

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