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

<https://test.uncefact.org/vocabulary/aggregation-type/sum> a skos:Concept ;
    skos:definition "Values add up (e.g. total GHG emissions across all facilities = sum of each facility's emissions)"@en ;
    skos:inScheme unece:aggregation-type ;
    skos:notation "sum" ;
    skos:prefLabel "Sum"@en .

