@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:PDM_1_0
  owl:sameAs <https://creativecommons.org/publicdomain/mark/1.0/> ;
  licenses:licenseCode "CC-PDM-1.0" ;
  skos:editorialNote "Notation derived from legacy code from Star field COPR |c with addition of version as suggested by spdx for similar licenses. Migration: use for all records with COPR |c PDM."@en, "Migration: use for all COPR with |c PDM"@en ;
  skos:broader licenses:PDM ;
  skos:exactMatch <http://publications.europa.eu/resource/authority/licence/CC_PDM_1_0> ;
  skos:notation "2900" ;
  skos:inScheme licenses: ;
  skos:prefLabel "PDM 1.0: Public Domain Mark 1.0"@en, "PDM 1.0: Public Domain Mark 1.0"@de ;
  a skos:Concept .

licenses:PDM
  skos:notation "PDM" ;
  skos:prefLabel "Kein Urheberrechtsschutz"@de, "Public Domain Mark"@en ;
  a <http://schema.vocnet.org/HierarchyNode>, skos:Concept ;
  skos:narrower licenses:PDM_1_0 .

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

