Ontology Version: 3.0.0

cacontology-hotlines:phaseDuration leaf node


URI

https://cacontology.projectvic.org/hotlines#phaseDuration

Label

phase duration

Description

The duration of a particular phase in ISO 8601 format.

Usage

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

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-hotlines: <https://cacontology.projectvic.org/hotlines#> .
@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-hotlines:phaseDuration a owl:DatatypeProperty ;
    rdfs:label "phase duration"@en ;
    rdfs:comment "The duration of a particular phase in ISO 8601 format."@en ;
    rdfs:domain cac-core:Phase ;
    rdfs:range xsd:duration .