Ontology Version: 2.2.0

cacontology-gufo:intakeBeginTime leaf node


URI

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

Label

intake begin time

Description

Temporal point when case intake begins using gUFO temporal framework.

Usage

DOMAINPROPERTYRANGE
cacontology-case:IntakeWorkflow cacontology-gufo:intakeBeginTime xsd:dateTime

Implementation

@prefix cacontology-case: <https://cacontology.projectvic.org/case-management#> .
@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:intakeBeginTime a owl:DatatypeProperty ;
    rdfs:label "intake begin time"@en ;
    rdfs:comment "Temporal point when case intake begins using gUFO temporal framework."@en ;
    rdfs:domain cacontology-case:IntakeWorkflow ;
    rdfs:range xsd:dateTime .