Ontology Version: 2.2.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. - Temporal point when exploitation operation transitions between phases using gUFO temporal framework. - Temporal point when forfeiture operation transitions between phases using gUFO temporal framework.

Usage

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

Implementation

@prefix cacontology-gufo: <https://cacontology.projectvic.org/gufo#> .
@prefix gufo: <http://purl.org/nemo/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,
        "Temporal point when exploitation operation transitions between phases using gUFO temporal framework."@en,
        "Temporal point when forfeiture operation transitions between phases using gUFO temporal framework."@en ;
    rdfs:domain gufo:Phase ;
    rdfs:range xsd:dateTime .