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

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

