@prefix licenses: <https://w3id.org/zpid/vocabs/licenses/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

licenses:licenseCode
  rdfs:subPropertyOf skos:altLabel ;
  rdfs:comment "Kurzcode für einen Lizenztyp. Schema für CC-Lizenzen folgt den Empfehlungen von SPDX."@de ;
  rdfs:label "Lizenz-Code"@de, "license code"@en .

licenses:
  skos:prefLabel "Licenses for use/re-use that publications may have"@en, "Nutzungs-Lizenzen, die Publikationen haben können"@de ;
  a skos:ConceptScheme .

<http://schema.vocnet.org/HierarchyNode>
  rdfs:label "Hierarchieknoten"@de, "Hierarchy Node"@en ;
  skos:prefLabel "Hierarchieknoten"@de, "Hierarchy Node"@en ;
  a owl:Class .

licenses:CC_BY-NC
  licenses:licenseCode "CC-BY-NC" ;
  skos:editorialNote "Notation taken from legacy code in COPR |c. Migration: We have several records with this license type, but where the version is unknown. Only these indeterminate records - with 'COPR |c CC BY-NC' - should be annotated with this concept. All others should be annotated with their specific version as given in the COPR |c."@en ;
  skos:broader licenses:someRightsReserved ;
  skos:exactMatch <http://publications.europa.eu/resource/authority/licence/CC_BYNC> ;
  skos:narrower licenses:CC_BY-NC_4_0, licenses:CC_BY-NC_3_0, licenses:CC_BY-NC_2_5, licenses:CC_BY-NC_1_0 ;
  skos:scopeNote "This is not a license that exists; the concept is used to group the numbered versions of CC-BY-NC. CC-BY-NC is only valid with a version number. Please don't use it for annotation."@en ;
  skos:notation "CC BY-NC" ;
  skos:inScheme licenses: ;
  skos:prefLabel "CC BY-NC: Creative Commons Attribution - Non-Commercial"@en, "CC BY-NC: Creative Commons Namensnennung - Nicht-kommerziell"@de ;
  a <http://schema.vocnet.org/HierarchyNode>, skos:Concept .

licenses:someRightsReserved
  skos:notation "some res" ;
  skos:prefLabel "Some rights reserved"@en, "Manche Nutzungsrechte vorbehalten"@de ;
  a <http://schema.vocnet.org/HierarchyNode>, skos:Concept ;
  skos:narrower licenses:CC_BY-NC .

licenses:CC_BY-NC_4_0
  skos:notation "2300" ;
  skos:prefLabel "CC BY-NC 4.0: Creative Commons Attribution - Non-Commercial 4.0 International"@en, "CC BY-NC 4.0: Creative Commons Namensnennung - Nicht-kommerziell 4.0 International"@de ;
  a skos:Concept ;
  skos:broader licenses:CC_BY-NC .

licenses:CC_BY-NC_3_0
  skos:notation "3200" ;
  skos:prefLabel "CC BY-NC 3.0: Creative Commons Attribution - Non-Commercial 3.0 Unported"@en, "CC BY-NC 3.0: Creative Commons Namensnennung - Nicht-kommerziell 3.0 Unported"@de ;
  a skos:Concept ;
  skos:broader licenses:CC_BY-NC .

licenses:CC_BY-NC_2_5
  skos:notation "4300" ;
  skos:prefLabel "CC BY-NC 2.5: Creative Commons Attribution - Non-Commercial 2.5 Generic"@en, "CC BY-NC 2.5: Creative Commons Namensnennung - Nicht-kommerziell 2.5 Generic"@de ;
  a skos:Concept ;
  skos:broader licenses:CC_BY-NC .

licenses:CC_BY-NC_1_0
  skos:notation "6200" ;
  skos:prefLabel "CC BY-NC 1.0: Creative Commons Attribution - Non-Commercial 1.0 Generic"@en, "CC BY-NC 1.0: Creative Commons Namensnennung - Nicht-kommerziell 1.0 Generic"@de ;
  a skos:Concept ;
  skos:broader licenses:CC_BY-NC .

