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

<https://test.uncefact.org/vocabulary/license-type/creative-Commons> a skos:Concept ;
    skos:definition "Media, publications. Restrictiveness - Variable"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "creative-Commons" ;
    skos:prefLabel "Creative Commons"@en .

