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

<https://test.uncefact.org/vocabulary/aggregation-type/count> a skos:Concept ;
    skos:definition "The number of occurrences is counted"@en ;
    skos:inScheme unece:aggregation-type ;
    skos:notation "count" ;
    skos:prefLabel "Count"@en .

