@prefix issuances: <https://w3id.org/zpid/vocabs/issuances/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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:MultipartMonograph
  dc:created "2024-03-06"^^xsd:date ;
  skos:broader issuances:MultipleUnit ;
  skos:exactMatch <http://rdaregistry.info/termList/ModeIssue/1002>, <http://id.loc.gov/vocabulary/issuance/mulm> ;
  skos:altLabel "multipart monograph"@en ;
  skos:narrower issuances:Kit, issuances:Set ;
  skos:scopeNote "Use for a resource consisting of multiple parts which are issued either together at the same time or one after another over time, but with a planned ending. A dictionary in two volumes, three audiocassettes issued as a set, a long novel divided into three separate volumes etc."@en ;
  skos:notation "2100" ;
  skos:inScheme issuances: ;
  skos:prefLabel "multipart unit"@en, "mehrteilige Einheit"@de ;
  a skos:Concept .

issuances:MultipleUnit
  skos:notation "2000" ;
  skos:prefLabel "multiple unit"@en, "mehrere Einheiten"@de ;
  a skos:Concept ;
  skos:narrower issuances:MultipartMonograph .

<http://id.loc.gov/vocabulary/issuance/mulm> skos:exactMatch issuances:MultipartMonograph .
issuances:Kit
  skos:notation "2120" ;
  skos:prefLabel "case, kit, box, or bundle"@en, "Koffer, Kasten, Schachtel oder Bündel"@de ;
  a skos:Concept ;
  skos:broader issuances:MultipartMonograph .

issuances:Set
  skos:notation "2110" ;
  skos:prefLabel "book/media set"@en, "Buch-/Medienset"@de ;
  a skos:Concept ;
  skos:broader issuances:MultipartMonograph .

