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

licenses:CC0_1_0
  owl:sameAs <https://creativecommons.org/publicdomain/zero/1.0/> ;
  licenses:licenseCode "CC0-1.0" ;
  skos:editorialNote "Notation follows schema (with minuses) as suggested by SPDX. Migration: use for all COPR with |c CC0"@en ;
  skos:broader licenses:CC0 ;
  skos:exactMatch <http://publications.europa.eu/resource/authority/licence/CC0> ;
  skos:notation "2800" ;
  skos:inScheme licenses: ;
  skos:prefLabel "CC0 1.0: Creative Commons - Verzicht auf den Urheberrechtsschutz"@de, "CC0 1.0: Creative Commons Public Domain Dedication 1.0"@en ;
  a skos:Concept .

licenses:CC0
  skos:notation "CC0" ;
  skos:prefLabel "Creative Commons - Verzicht auf den Urheberrechtsschutz"@de, "Creative Commons Public Domain Dedication"@en ;
  a <http://schema.vocnet.org/HierarchyNode>, skos:Concept ;
  skos:narrower licenses:CC0_1_0 .

licenses:PSYNDEXpublicationLicenses
  skos:prefLabel "Licenses for PSYNDEX publications"@en, "Lizenzen für Publikationen in PSYNDEX"@de ;
  a skos:Collection ;
  skos:member licenses:CC0_1_0 .

