Ontology Version: 2.2.0

cacontology-gufo:exploitationBeginTime leaf node


URI

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

Label

exploitation begin time

Description

Temporal point when athletic exploitation begins using gUFO temporal framework.

Usage

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