Ontology Version: 3.0.0

cacontology-hotlines:phaseBeginTime leaf node


URI

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

Label

phase begin time

Description

The timestamp when a particular phase begins. gUFO temporal modeling for phase transitions.

Usage

DOMAINPROPERTYRANGE
cac-core:Phase cacontology-hotlines:phaseBeginTime 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:phaseBeginTime a owl:DatatypeProperty ;
    rdfs:label "phase begin time"@en ;
    rdfs:comment "The timestamp when a particular phase begins. gUFO temporal modeling for phase transitions."@en ;
    rdfs:domain cac-core:Phase ;
    rdfs:range xsd:dateTime .