Ontology Version: 2.2.0

cacontology-gufo:exploitationEndTime leaf node


URI

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

Label

exploitation end time

Description

Temporal point when athletic exploitation ends using gUFO temporal framework.

Usage

DOMAINPROPERTYRANGE
cacontology-athletic:AthleticCoachingExploitation cacontology-gufo:exploitationEndTime 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:exploitationEndTime a owl:DatatypeProperty ;
    rdfs:label "exploitation end time"@en ;
    rdfs:comment "Temporal point when athletic exploitation ends using gUFO temporal framework."@en ;
    rdfs:domain cacontology-athletic:AthleticCoachingExploitation ;
    rdfs:range xsd:dateTime .