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

<https://test.uncefact.org/vocabulary/performance-metrics/renewable-energy-percentage> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/energy> ;
    skos:definition "Share of total energy consumption sourced from renewable sources such as solar, wind, hydro, and geothermal."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "02.02" ;
    skos:prefLabel "Renewable Energy Percentage"@en ;
    skos:scopeNote "ESRS E1-5; GRI 302-1; RE100 reporting."@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> .

