Ontology Version: 2.2.0

cacontology-gufo:trialBeginTime leaf node


URI

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

Label

trial begin time

Description

Temporal point when trial proceedings begin using gUFO temporal framework.

Usage

DOMAINPROPERTYRANGE
cacontology-case:ProsecutionWorkflow cacontology-gufo:trialBeginTime 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:trialBeginTime a owl:DatatypeProperty ;
    rdfs:label "trial begin time"@en ;
    rdfs:comment "Temporal point when trial proceedings begin using gUFO temporal framework."@en ;
    rdfs:domain cacontology-case:ProsecutionWorkflow ;
    rdfs:range xsd:dateTime .