@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://vocab.uncece-test.workers.dev/> .

<https://vocab.uncece-test.workers.dev/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 .

