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

