https://cacontology.projectvic.org#transitionsTo
Links one investigation phase to the next phase in sequence.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:Phase | cacontology:transitionsTo | cac-core:Phase |
@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 .