@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:LooseleafPart
  skos:scopeNotec "For update volumes of an integrating/updating looseleaf service. Useful definitions: https://web.library.yale.edu/cataloging/loose-leafs."@en ;
  dc:created "2024-03-06"^^xsd:date ;
  skos:editorialNote "We have about 35 of these. May not need this and use 'chapter' instead."@en ;
  skos:broader issuances:ComponentPart ;
  skos:altLabel "looseleaf supplement"@en, "looseleaf volume"@en, "looseleaf update"@en, "Loseblatt-Ergänzungslieferung"@de, "Loseblatt-Nachlieferung"@de ;
  skos:notation "1190" ;
  skos:inScheme issuances: ;
  skos:prefLabel "looseleaf part"@en, "Loseblatt-Teil"@de ;
  a skos:Concept .

issuances:ComponentPart
  skos:notation "1100" ;
  skos:prefLabel "component part (dependent)"@en, "unselbständiger Bestandteil"@de ;
  a skos:Concept ;
  skos:narrower issuances:LooseleafPart .

