@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:Set
  dc:created "2024-03-06"^^xsd:date ;
  skos:broader issuances:MultipartMonograph ;
  skos:altLabel "multivolume book"@en, "book set"@en, "mehrbändiges Buch"@de, "Buchset"@de ;
  skos:scopeNote "Use for things that are issued together and that can be used alone, but are not sold separately, like a book in multiple volumes (like multivolume encyclopedias); that are published at once, not over time), a set of DVDs from a conference that each have a recording from some talk."@en ;
  skos:notation "2110" ;
  skos:inScheme issuances: ;
  skos:prefLabel "book/media set"@en, "Buch-/Medienset"@de ;
  a skos:Concept .

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

issuances:PSYNDEXLitIssuances
  skos:prefLabel "PSYNDEXLit-Publikationstypen"@de, "PsyndexLit publication types"@en ;
  a skos:Collection ;
  skos:member issuances:Set .

