@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:PDM
  licenses:licenseCode "CC_PDM" ;
  skos:editorialNote "Notation taken from legacy code from Star field COPR |c. Migration: no need to migrate here. We'll migrate all records with this code in COPR |c to subconcept of this with a version: PDM_1_0, since as of 20023-08-15, there is only one version of this license."@en ;
  skos:broader licenses:noRightsReserved ;
  skos:narrowMatch <http://publications.europa.eu/resource/authority/licence/CC_PDM_1_0> ;
  skos:narrower licenses:PDM_1_0 ;
  skos:scopeNote "The Public Domain Mark is not a license. It is used to indicate that an existing older (with expired copyright) work is in the public domain."@en ;
  skos:notation "PDM" ;
  skos:inScheme licenses: ;
  skos:prefLabel "Kein Urheberrechtsschutz"@de, "Public Domain Mark"@en ;
  a <http://schema.vocnet.org/HierarchyNode>, skos:Concept .

licenses:noRightsReserved
  skos:notation "no res" ;
  skos:prefLabel "No rights reserved"@en, "Keine Rechte vorbehalten"@de ;
  a <http://schema.vocnet.org/HierarchyNode>, skos:Concept ;
  skos:narrower licenses:PDM .

licenses:PDM_1_0
  skos:notation "2900" ;
  skos:prefLabel "PDM 1.0: Public Domain Mark 1.0"@en, "PDM 1.0: Public Domain Mark 1.0"@de ;
  a skos:Concept ;
  skos:broader licenses:PDM .

