Ontology Version: 3.0.0

cacontology:currentPhase leaf node


URI

https://cacontology.projectvic.org#currentPhase

Label

current phase

Description

The current active phase of the investigation.

Usage

DOMAINPROPERTYRANGE
cacontology:CACInvestigation cacontology:currentPhase 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:currentPhase a owl:ObjectProperty ;
    rdfs:label "current phase"@en ;
    rdfs:comment "The current active phase of the investigation."@en ;
    rdfs:domain cacontology:CACInvestigation ;
    rdfs:range cac-core:Phase .