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

<https://test.uncefact.org/vocabulary/performance-metrics/water-intensity> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/water> ;
    skos:definition "Water consumed per unit of economic output or physical activity, expressed as litres per unit of measure."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "03.05" ;
    skos:prefLabel "Water Intensity"@en ;
    skos:scopeNote "ESRS E3-4; GRI 303-5."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/weighted-average> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/LTR> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

