Ontology Version: 3.0.0

cacontology-hotlines:phaseEndTime leaf node


URI

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

Label

phase end time

Description

The timestamp when a particular phase ends.

Usage

DOMAINPROPERTYRANGE
cac-core:Phase cacontology-hotlines:phaseEndTime xsd:dateTime

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:phaseEndTime a owl:DatatypeProperty ;
    rdfs:label "phase end time"@en ;
    rdfs:comment "The timestamp when a particular phase ends."@en ;
    rdfs:domain cac-core:Phase ;
    rdfs:range xsd:dateTime .