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

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:PUBL
  licenses:licenseCode "PUBL" ;
  skos:broadMatch <http://rightsstatements.org/vocab/InC/1.0/> ;
  skos:editorialNote "Migration: use for all COPR where |c startswith 'PUBL' or |d starstwith 'Volles Urheberrecht des Verlags'"@en, "Notation taken from legacy code from Star field COPR |c"@en ;
  skos:broader licenses:allRightsReserved ;
  skos:notation "1100" ;
  skos:inScheme licenses: ;
  skos:prefLabel "PUBL: Full copyright with publisher or association"@en, "PUBL: Volles Urheberrecht des Verlags oder einer Körperschaft"@de ;
  a skos:Concept .

licenses:allRightsReserved
  skos:notation "all res" ;
  skos:prefLabel "All rights reserved"@en, "Alle Rechte vorbehalten"@de ;
  a <http://schema.vocnet.org/HierarchyNode>, skos:Concept ;
  skos:narrower licenses:PUBL .

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

