@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/performance-metrics/training-hours-per-employee> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/workforce> ;
    skos:definition "Average number of hours of training and professional development provided per employee per year."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "07.05" ;
    skos:prefLabel "Training Hours per Employee"@en ;
    skos:scopeNote "ESRS S1-13; GRI 404-1."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/average> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/HUR> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/higher> .

