@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#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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:AUTH
  skos:notation "1200" ;
  skos:prefLabel "AUTH: Full copyright with author"@en, "AUTH: Volles Urheberrecht der AutorInnen"@de ;
  a skos:Concept .

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:ExclusiveSpringer
  owl:sameAs <https://www.springer.com/gp/open-access/authors-rights> ;
  licenses:licenseCode "Springer" ;
  owl:deprecated true ;
  dc:isReplacedBy licenses:AUTH ;
  skos:historyNote "Deprecated in December 2024 because it was added in error. Legacy ecords with this license string should have 'AUTH' (Full copyright with author)."@en ;
  dc:modified "2024-12-16"^^xsd:date ;
  skos:notation "9200" ;
  skos:inScheme licenses: ;
  skos:prefLabel "Springer: Copyright by The Author(s), under exclusive licence to Springer Medizin Verlag "@en, "Springer: Copyright beim Autor(en), unter Exklusivlizenz bei Springer Medizin Verlag"@de ;
  a skos:Concept .

