Ontology Version: 2.2.0

cacontology-gufo:practiceSessionEndTime leaf node


URI

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

Label

practice session end time

Description

Temporal point when practice session ends using gUFO temporal framework.

Usage

DOMAINPROPERTYRANGE
cacontology-athletic:PracticeSessionExploitation cacontology-gufo:practiceSessionEndTime xsd:dateTime

Implementation

@prefix cacontology-athletic: <https://cacontology.projectvic.org/athletic#> .
@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:practiceSessionEndTime a owl:DatatypeProperty ;
    rdfs:label "practice session end time"@en ;
    rdfs:comment "Temporal point when practice session ends using gUFO temporal framework."@en ;
    rdfs:domain cacontology-athletic:PracticeSessionExploitation ;
    rdfs:range xsd:dateTime .