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

<https://test.uncefact.org/vocabulary/product-idgranularity/batch> a skos:Concept ;
    skos:definition "product manufactured batch level ID"@en ;
    skos:inScheme unece:product-idgranularity ;
    skos:notation "batch" ;
    skos:prefLabel "Batch"@en .

