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

<https://test.uncefact.org/vocabulary/performance-metrics/employee-turnover-rate> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/workforce> ;
    skos:definition "Percentage of employees who leave the organisation voluntarily or involuntarily during the reporting period."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "07.07" ;
    skos:prefLabel "Employee Turnover Rate"@en ;
    skos:scopeNote "ESRS S1-6; GRI 401-1."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/average> ;
    unece:allowedUnit "P1" ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

