@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
  a skos:Concept, <http://schema.vocnet.org/HierarchyNode> ;
  skos:prefLabel "CC BY: Creative Commons Namensnennung"@de, "CC BY: Creative Commons Attribution"@en ;
  skos:inScheme licenses: ;
  skos:notation "CC BY" ;
  skos:scopeNote "This is not a license that exists; the concept is used to group the numbered versions of CC-BY. CC-BY is only valid with a version number. Please don't use it for annotation."@en ;
  skos:narrower licenses:CC_BY_4_0, licenses:CC_BY_3_0, licenses:CC_BY_1_0, licenses:CC_BY_2_0, licenses:CC_BY_2_5 ;
  skos:broader licenses:someRightsReserved ;
  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' - should be annotated with this concept. All others should be annotated with their specific version as given in the COPR |c."@en ;
  skos:relatedMatch <http://publications.europa.eu/resource/authority/licence/CC_BY> ;
  licenses:licenseCode "CC-BY" .

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 .

licenses:CC_BY_2_5
  skos:notation "4200" ;
  skos:prefLabel "CC BY 2.5: Creative Commons Attribution 2.5 Generic"@en, "CC BY 2.5: Creative Commons Namensnennung 2.5 Generic"@de ;
  a skos:Concept ;
  skos:broader licenses:CC_BY .

licenses:CC_BY_2_0
  skos:notation "5100" ;
  skos:prefLabel "CC BY 2.0: Creative Commons Attribution 2.0 Generic"@en, "CC BY 2.0: Creative Commons Namensnennung 2.0 Generic"@de ;
  a skos:Concept ;
  skos:broader licenses:CC_BY .

licenses:CC_BY_1_0
  skos:notation "6100" ;
  skos:prefLabel "CC BY 1.0: Creative Commons Attribution 1.0 Generic"@en, "CC BY 1.0: Creative Commons Namensnennung 1.0 Generic"@de ;
  a skos:Concept ;
  skos:broader licenses:CC_BY .

licenses:CC_BY_3_0
  skos:notation "3100" ;
  skos:prefLabel "CC BY 3.0: Creative Commons Attribution 3.0 Unported"@en, "CC BY 3.0: Creative Commons Namensnennung 3.0 Unported"@de ;
  a skos:Concept ;
  skos:broader licenses:CC_BY .

licenses:CC_BY_4_0
  skos:notation "2100" ;
  skos:prefLabel "CC BY 4.0: Creative Commons Attribution 4.0 International"@en, "CC BY 4.0: Creative Commons Namensnennung 4.0 International"@de ;
  a skos:Concept ;
  skos:broader licenses:CC_BY .

