Ontology Version: 2.2.0

cacontology-taskforce:trainingType leaf node


URI

https://cacontology.projectvic.org/taskforce#trainingType

Label

training type

Description

Type of training (basic, advanced, specialized, certification).

Usage

DOMAINPROPERTYRANGE
cacontology-taskforce:TaskForceTraining cacontology-taskforce:trainingType xsd:string

Implementation

@prefix cacontology-taskforce: <https://cacontology.projectvic.org/taskforce#> .
@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-taskforce:trainingType a owl:DatatypeProperty ;
    rdfs:label "training type"@en ;
    rdfs:comment "Type of training (basic, advanced, specialized, certification)."@en ;
    rdfs:domain cacontology-taskforce:TaskForceTraining ;
    rdfs:range xsd:string .