Ontology Version: 3.0.0

hotline: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 hotline:phaseEndTime xsd:dateTime

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix hotline: <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#> .
hotline: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 .