@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/code-list-scope/domain> a skos:Concept ;
    skos:definition "Reference data used primarily within a single domain."@en ;
    skos:inScheme unece:code-list-scope ;
    skos:notation "domain" ;
    skos:prefLabel "domain-scoped"@en .

<https://test.uncefact.org/vocabulary/code-list-scope/shared> a skos:Concept ;
    skos:definition "Cross-cutting reference data reused across domains (for example country, currency, units, party role)."@en ;
    skos:inScheme unece:code-list-scope ;
    skos:notation "shared" ;
    skos:prefLabel "shared"@en .

<https://test.uncefact.org/vocabulary/code-list-scope/governance> a skos:Concept ;
    skos:definition "The vocabulary's own machinery (object nature, term status, code list scope)."@en ;
    skos:inScheme unece:code-list-scope ;
    skos:notation "governance" ;
    skos:prefLabel "governance"@en .

unece:code-list-scope a skos:ConceptScheme ;
    rdfs:label "Vocab code list scope"@en ;
    skos:definition "Presentation classification for a code list: whether it is cross-cutting reference data, domain-scoped, or vocabulary machinery. Navigation only; no semantic effect."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/governance> .

