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

<https://test.uncefact.org/vocabulary/performance-metrics/particulate-matter-emissions> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/pollution> ;
    skos:definition "Total mass of fine particulate matter (PM2.5 and PM10) released to air from operations, in tonnes."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "06.04" ;
    skos:prefLabel "Particulate Matter Emissions"@en ;
    skos:scopeNote "ESRS E2-4; GRI 305-7; WHO Air Quality Guidelines."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/sum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/TNE> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

