@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:Kit
  skos:notation "2120" ;
  skos:prefLabel "case, kit, box, or bundle"@en, "Koffer, Kasten, Schachtel oder Bündel"@de ;
  a skos:Concept .

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

issuances:JournalArticle
  skos:notation "1110" ;
  skos:prefLabel "journal article"@en, "Zeitschriftenartikel (UZ)"@de ;
  a skos:Concept .

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

issuances:GrayPart
  skos:notation "1130" ;
  skos:prefLabel "gray part"@en, "Grauliteratur-Teil (UR)"@de ;
  a skos:Concept .

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

issuances:EditedBook
  skos:notation "1212" ;
  skos:prefLabel "edited book"@en, "selbständiges Sammelwerk (SS)"@de ;
  a skos:Concept .

issuances:Chapter
  skos:notation "1120" ;
  skos:prefLabel "chapter"@en, "Kapitel (US)"@de ;
  a skos:Concept .

issuances:AuthoredBook
  skos:notation "1211" ;
  skos:prefLabel "authored book"@en, "selbständige Monografie (SM)"@de ;
  a skos:Concept .

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

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

issuances:PSYNDEXLitIssuances
  dc:created "2024-03-06"^^xsd:date ;
  skos:member issuances:Kit, issuances:Set, issuances:JournalArticle, issuances:Issue, issuances:GrayPart, issuances:GrayLiterature, issuances:EditedBook, issuances:Chapter, issuances:AuthoredBook, issuances:Collection, issuances:AVItem ;
  skos:prefLabel "PSYNDEXLit-Publikationstypen"@de, "PsyndexLit publication types"@en ;
  a skos:Collection .

