@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://vocab.uncece-test.workers.dev/> .

<https://vocab.uncece-test.workers.dev/performance-metrics/voc-emissions> a skos:Concept ;
    skos:broader <https://vocab.uncece-test.workers.dev/performance-metrics/pollution> ;
    skos:definition "Total mass of volatile organic compounds released to air from solvents, coatings, and industrial processes, in tonnes."@en ;
    skos:inScheme <https://vocab.uncece-test.workers.dev/performance-metrics/> ;
    skos:notation "06.03" ;
    skos:prefLabel "VOC Emissions"@en ;
    skos:scopeNote "ESRS E2-4; GRI 305-7; EU Solvents Directive."@en ;
    unece:aggregationMethod <https://vocab.uncece-test.workers.dev/aggregation-type/sum> ;
    unece:allowedUnit <https://vocab.uncece-test.workers.dev/unit-of-measure/TNE> ;
    unece:improvementDirection <https://vocab.uncece-test.workers.dev/improvement-indicator/lower> .

