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

<https://test.uncefact.org/vocabulary/aggregation-type/latest> a skos:Concept ;
    skos:definition "Only the most recent value is meaningful (e.g. a biodiversity assessment score where only the current state matters)"@en ;
    skos:inScheme unece:aggregation-type ;
    skos:notation "latest" ;
    skos:prefLabel "Latest"@en .

