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

<https://test.uncefact.org/vocabulary/performance-metrics/forced-labor-incidents> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/workforce> ;
    skos:definition "Number of confirmed incidents of forced, bonded, or compulsory 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.09" ;
    skos:prefLabel "Forced Labor Incidents"@en ;
    skos:scopeNote "ESRS S1, S2; GRI 409-1; ILO Conventions 29, 105."@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> .

