Ontology Version: 3.0.0

cacontology-gufo:phaseTransitionTime leaf node


URI

https://cacontology.projectvic.org/gufo#phaseTransitionTime

Label

phase transition time

Description

Temporal point when case management transitions between phases using gUFO temporal framework.

Usage

DOMAINPROPERTYRANGE
cac-core:Phase cacontology-gufo:phaseTransitionTime xsd:dateTime

Implementation

@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 .