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

<https://test.uncefact.org/vocabulary/license-type/proprietary-Code> a skos:Concept ;
    skos:definition "Commercial software, internal docs. Restrictiveness - Very high"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "proprietary-Code" ;
    skos:prefLabel "Proprietary Code"@en .

