https://cacontology.projectvic.org/hotlines#phaseDuration
The duration of a particular phase in ISO 8601 format.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:Phase | cacontology-hotlines:phaseDuration | xsd:duration |
@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 .