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

