Ontology Version: 3.0.0

cacontology:phaseDuration leaf node


URI

https://cacontology.projectvic.org#phaseDuration

Label

phase duration

Description

Duration of investigation phase.

Usage

DOMAINPROPERTYRANGE
cac-core:Phase cacontology:phaseDuration xsd:duration

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology:phaseDuration a owl:DatatypeProperty ;
    rdfs:label "phase duration"@en ;
    rdfs:comment "Duration of investigation phase."@en ;
    rdfs:domain cac-core:Phase ;
    rdfs:range xsd:duration .