@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-Document> a skos:Concept ;
    skos:definition "Manuals, standards. Restrictiveness - Medium"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "proprietary-Document" ;
    skos:prefLabel "Proprietary Document"@en .

