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

<https://test.uncefact.org/vocabulary/performance-metrics/child-labor-incidents> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/workforce> ;
    skos:definition "Number of confirmed incidents of child labor identified in own operations and supply chain during the reporting period."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "07.08" ;
    skos:prefLabel "Child Labor Incidents"@en ;
    skos:scopeNote "ESRS S1, S2; GRI 408-1; ILO Conventions 138, 182."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/count> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/C62> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

