@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix untp: <https://test.uncefact.org/vocabulary/untp/> .

<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 .

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

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

unece:product-idgranularity a skos:ConceptScheme ;
    rdfs:label "Product IDGranularity"@en ;
    dcterms:source untp:ProductIDGranularity ;
    skos:definition "Product IDGranularity UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

