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

issuances:MultipleUnit
  dc:created "2024-03-06"^^xsd:date ;
  skos:exactMatch <http://rdaregistry.info/termList/ModeIssue/1005> ;
  skos:narrower issuances:ContinuingSuccessive, issuances:MultipartMonograph, issuances:Collection ;
  skos:scopeNote "For an Instance that is issued in several parts, either physical or logical units. The parts can be published at the same time, as in a book set, or in a series with or without a planned ending."@en ;
  skos:notation "2000" ;
  skos:topConceptOf issuances: ;
  skos:inScheme issuances: ;
  skos:prefLabel "multiple unit"@en, "mehrere Einheiten"@de ;
  a skos:Concept .

<http://rdaregistry.info/termList/ModeIssue/1005> skos:exactMatch issuances:MultipleUnit .
issuances:ContinuingSuccessive
  skos:notation "2900" ;
  skos:prefLabel "continuing successive"@en, "Sukzessive fortlaufende Ressource"@de ;
  a skos:Concept ;
  skos:broader issuances:MultipleUnit .

issuances:MultipartMonograph
  skos:notation "2100" ;
  skos:prefLabel "multipart unit"@en, "mehrteilige Einheit"@de ;
  a skos:Concept ;
  skos:broader issuances:MultipleUnit .

issuances:Collection
  skos:notation "2200" ;
  skos:prefLabel "collection (artificial)"@en, "Sammlung (Archivbestände etc.)"@de ;
  a skos:Concept ;
  skos:broader issuances:MultipleUnit .

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

