Ontology Version: 2.2.0

hotline:phaseEndTime leaf node


URI

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

Label

phase end time

Description

The timestamp when a particular phase ends.

Usage

DOMAINPROPERTYRANGE
gufo:Phase hotline:phaseEndTime xsd:dateTime

Implementation

@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix hotline: <https://cacontology.projectvic.org/hotlines/core#> .
@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 gufo:Phase ;
    rdfs:range xsd:dateTime .