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

<https://test.uncefact.org/vocabulary/performance-metrics/total-water-withdrawal> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/water> ;
    skos:definition "Total volume of water drawn from surface, ground, sea, produced, or third-party sources, in cubic metres."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "03.01" ;
    skos:prefLabel "Total Water Withdrawal"@en ;
    skos:scopeNote "ESRS E3-4; GRI 303-3."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/sum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/MTQ> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

<https://test.uncefact.org/vocabulary/performance-metrics/water-consumption> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/water> ;
    skos:definition "Volume of water withdrawn that is not returned to the original source, representing net water removed from the environment, in cubic metres."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "03.02" ;
    skos:prefLabel "Water Consumption"@en ;
    skos:scopeNote "ESRS E3-4; GRI 303-5."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/sum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/MTQ> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

<https://test.uncefact.org/vocabulary/performance-metrics/water-discharge> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/water> ;
    skos:definition "Total volume of effluent water discharged to surface water, groundwater, or third-party treatment, in cubic metres."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "03.04" ;
    skos:prefLabel "Water Discharge"@en ;
    skos:scopeNote "ESRS E3-4; GRI 303-4."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/sum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/MTQ> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

<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> .

<https://test.uncefact.org/vocabulary/performance-metrics/water-recycling-rate> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/water> ;
    skos:definition "Percentage of total water use that is recycled or reused within operations."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "03.03" ;
    skos:prefLabel "Water Recycling Rate"@en ;
    skos:scopeNote "GRI 303-3; CEO Water Mandate."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/weighted-average> ;
    unece:allowedUnit "P1" ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/higher> .

<https://test.uncefact.org/vocabulary/performance-metrics/water-stress-area-withdrawal> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/water> ;
    skos:definition "Volume of water withdrawn from areas classified as high or extremely-high baseline water stress, in cubic metres."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "03.06" ;
    skos:prefLabel "Water Stress Area Withdrawal"@en ;
    skos:scopeNote "ESRS E3-4; GRI 303-3; WRI Aqueduct water stress classifications."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/sum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/MTQ> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

<https://test.uncefact.org/vocabulary/performance-metrics/water> a skos:Concept ;
    skos:definition "Metrics for measuring water withdrawal, consumption, discharge, recycling, and usage intensity across operations."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:narrower <https://test.uncefact.org/vocabulary/performance-metrics/total-water-withdrawal>,
        <https://test.uncefact.org/vocabulary/performance-metrics/water-consumption>,
        <https://test.uncefact.org/vocabulary/performance-metrics/water-discharge>,
        <https://test.uncefact.org/vocabulary/performance-metrics/water-intensity>,
        <https://test.uncefact.org/vocabulary/performance-metrics/water-recycling-rate>,
        <https://test.uncefact.org/vocabulary/performance-metrics/water-stress-area-withdrawal> ;
    skos:notation "03" ;
    skos:prefLabel "Water"@en ;
    skos:scopeNote "ESRS E3; GRI 303; CEO Water Mandate; Alliance for Water Stewardship."@en ;
    skos:topConceptOf <https://test.uncefact.org/vocabulary/performance-metrics/> .

