@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix untp: <https://test.uncefact.org/vocabulary/untp/> .

<https://test.uncefact.org/vocabulary/license-type/copyleft> a skos:Concept ;
    skos:definition "Platforms, infrastructure. Restrictiveness - Medium–high"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "copyleft" ;
    skos:prefLabel "Copyleft"@en .

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

<https://test.uncefact.org/vocabulary/license-type/permissive-OpenSource> a skos:Concept ;
    skos:definition "Libraries, frameworks. Restrictiveness - Low"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "permissive-OpenSource" ;
    skos:prefLabel "Permissive Open Source"@en .

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

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

<https://test.uncefact.org/vocabulary/license-type/public> a skos:Concept ;
    skos:definition "Data, examples. Restrictiveness - None"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "public" ;
    skos:prefLabel "Public"@en .

<https://test.uncefact.org/vocabulary/license-type/source-Available> a skos:Concept ;
    skos:definition "Commercial SaaS vendors. Restrictiveness - Medium–high"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "source-Available" ;
    skos:prefLabel "Source Available"@en .

unece:license-type a skos:ConceptScheme ;
    rdfs:label "License Type"@en ;
    dcterms:source untp:LicenseType ;
    skos:definition "License Type UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

