https://cacontology.projectvic.org/hotlines#phaseBeginTime
The timestamp when a particular phase begins. gUFO temporal modeling for phase transitions.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:Phase | cacontology-hotlines:phaseBeginTime | xsd:dateTime |
@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 .