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

<https://test.uncefact.org/vocabulary/aggregation-type/weighted-average> a skos:Concept ;
    skos:definition "Values must be averaged weighted by volume/output (e.g. emissions intensity per kg across suppliers)"@en ;
    skos:inScheme unece:aggregation-type ;
    skos:notation "weighted-average" ;
    skos:prefLabel "Weighted average"@en .

