@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:Supplement
  skos:notation "1140" ;
  skos:prefLabel "supplement or appendix"@en, "Anhang"@de ;
  a skos:Concept .

issuances:Kit
  skos:notation "2120" ;
  skos:prefLabel "case, kit, box, or bundle"@en, "Koffer, Kasten, Schachtel oder Bündel"@de ;
  a skos:Concept .

issuances:JournalArticle
  skos:notation "1110" ;
  skos:prefLabel "journal article"@en, "Zeitschriftenartikel (UZ)"@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:PSYNDEXTestsIssuances
  dc:modified "2024-06-18"^^xsd:date ;
  dc:created "2024-03-06"^^xsd:date ;
  skos:member issuances:Supplement, issuances:Kit, issuances:JournalArticle, issuances:GrayPart, issuances:GrayLiterature, issuances:EditedBook, issuances:Chapter, issuances:AuthoredBook ;
  skos:editorialNote "Nur ein erster Aufschlag. Hier müssen wir nochmal ganz genau prüfen, welche Erscheinungsformen ein Test haben kann. Ist der Test vor allem ein Manual?-> Authored Book. Was ist mit einem Test in Open Test Archive, der ein Set von Dateien ist? Wohl Kit/Bundle. Ein online durchzuführender Test? Web page/website part? Gibt es bisher noch nicht, ist aber als Unterform von component part (_und_ Unterform von Integrating!) in Überlegung. Test, der als Software (-Modul) online als Datei zum Download oder als CD erscheint? Eventuell fehlt hier noch etwas" ;
  skos:prefLabel "PSYNDEX-Tests-Publikationstypen"@de, "PSYNDEX Tests publication types"@en ;
  a skos:Collection .

