https://cacontology.projectvic.org/gufo#phaseTransitionTime
Temporal point when case management transitions between phases using gUFO temporal framework.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:Phase | cacontology-gufo:phaseTransitionTime | xsd:dateTime |
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-gufo: <https://cacontology.projectvic.org/gufo#> .
@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-gufo:phaseTransitionTime a owl:DatatypeProperty ;
rdfs:label "phase transition time"@en ;
rdfs:comment "Temporal point when case management transitions between phases using gUFO temporal framework."@en ;
rdfs:domain cac-core:Phase ;
rdfs:range xsd:dateTime .