@prefix issuances: <https://w3id.org/zpid/vocabs/issuances/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

issuances:
  skos:prefLabel "Types of Issuance for publications (instances)"@en, "Erscheinungsformen von Publikationen (Instanzen)"@de ;
  a skos:ConceptScheme .

issuances:Standalone
  rdfs:comment "maps to MARC leader 07m: monograph/item and to be used as a top category for what used to be BE=SS, SM, SH."@en ;
  dc:created "2024-03-06"^^xsd:date ;
  skos:broader issuances:SingleUnit ;
  skos:narrower issuances:Book, issuances:Issue, issuances:GrayLiterature, issuances:AVItem ;
  skos:scopeNote "For things that are published as an independent thing that can stand on its own: books, brochures, gray literature books, dissertations, (special) issues of journals. (These things may also be part of a series - but can still stand alone, since they have an independent title)."@en ;
  skos:notation "1200" ;
  skos:inScheme issuances: ;
  skos:prefLabel "standalone (independent)"@en, "selbständige Einheit"@de ;
  a skos:Concept .

issuances:Book
  skos:notation "1210" ;
  skos:prefLabel "book"@en, "Buch"@de ;
  a skos:Concept ;
  skos:broader issuances:Standalone .

issuances:SingleUnit
  skos:notation "1000" ;
  skos:prefLabel "single unit"@en, "einzelne Einheit"@de ;
  a skos:Concept ;
  skos:narrower issuances:Standalone .

issuances:Issue
  skos:notation "1230" ;
  skos:prefLabel "journal issue"@en, "Zeitschriften-Ausgabe (Heft oder Band)"@de ;
  a skos:Concept ;
  skos:broader issuances:Standalone .

issuances:GrayLiterature
  skos:notation "1220" ;
  skos:prefLabel "gray literature"@en, "graue Literatur (SH, SR)"@de ;
  a skos:Concept ;
  skos:broader issuances:Standalone .

issuances:AVItem
  skos:notation "1290" ;
  skos:prefLabel "audiovisual item"@en, "AV-Medium (SA)"@de ;
  a skos:Concept ;
  skos:broader issuances:Standalone .

