@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-SA
  licenses:licenseCode "CC-BY-SA" ;
  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 indetermined records - with 'COPR |c CC BY-SA' - should be annotated with this concept. All others should be annotated with the specific version as given in the COPR |c."@en ;
  skos:broader licenses:someRightsReserved ;
  skos:exactMatch <http://publications.europa.eu/resource/authority/licence/CC_BYSA> ;
  skos:narrower licenses:CC_BY-SA_3_0, licenses:CC_BY-SA_4_0 ;
  skos:scopeNote "This is not a license that exists; the concept is used to group the numbered versions of CC-BY-SA. CC-BY-SA is only valid with a version number. Please don't use it for annotation."@en ;
  skos:notation "CC BY-SA" ;
  skos:inScheme licenses: ;
  skos:prefLabel "CC BY-SA: Creative Commons Attribution - Share Alike"@en, "CC BY-SA: Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen"@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-SA .

licenses:CC_BY-SA_3_0
  skos:notation "3600" ;
  skos:prefLabel "CC BY-SA 3.0: Creative Commons Attribution - Share Alike 3.0 Unported"@en, "CC BY-SA 3.0: Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 3.0 Unported"@de ;
  a skos:Concept ;
  skos:broader licenses:CC_BY-SA .

licenses:CC_BY-SA_4_0
  skos:notation "2400" ;
  skos:prefLabel "CC BY-SA 4.0: Creative Commons Attribution - Share Alike 4.0 International"@en, "CC BY-SA 4.0: Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International"@de ;
  a skos:Concept ;
  skos:broader licenses:CC_BY-SA .

