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

<https://test.uncefact.org/vocabulary/aggregation-type/maximum> a skos:Concept ;
    skos:definition "Only the largest value across the set is meaningful"@en ;
    skos:inScheme unece:aggregation-type ;
    skos:notation "maximum" ;
    skos:prefLabel "Maximum"@en .

