Ontology Version: 3.0.0

cacontology-athletic:currentPhase leaf node


URI

https://cacontology.projectvic.org/athletic#currentPhase

Label

current phase

Description

Links athletic exploitation to its current operational phase. gUFO Phase modeling for exploitation state management.

Usage

DOMAINPROPERTYRANGE
cacontology-athletic:AthleticCoachingExploitation cacontology-athletic:currentPhase cac-core:Phase

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-athletic: <https://cacontology.projectvic.org/athletic#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-athletic:currentPhase a owl:ObjectProperty ;
    rdfs:label "current phase"@en ;
    rdfs:comment "Links athletic exploitation to its current operational phase. gUFO Phase modeling for exploitation state management."@en ;
    rdfs:domain cacontology-athletic:AthleticCoachingExploitation ;
    rdfs:range cac-core:Phase .