@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:Kit
  dc:created "2024-03-06"^^xsd:date ;
  skos:editorialNote "Maps to bf:Work subclass bf:Kit."@en ;
  skos:broader issuances:MultipartMonograph ;
  skos:exactMatch <http://id.loc.gov/ontologies/bibframe/Kit> ;
  skos:altLabel "test kit"@en, "file bundle"@en, "Testkoffer"@de ;
  skos:scopeNote "Für mehrere Gegenstände, die nicht einzeln erhältlich sind, sondern in einer Verpackung oder einem Bündel zusammengefasst. Ein Testkoffer, ein Bündel von pdf-Dateien (Manual, Fragebögen, Auswertungsbögen), ein Kartenset oder Kartenspiel."@de, "Use for sets of multiple things that are issued together, and are not available alone. A test kit or case or a test that is a bundle of pdf files (manual, questionnaires, analysis sheets), a set of cards"@en ;
  skos:notation "2120" ;
  skos:inScheme issuances: ;
  skos:prefLabel "case, kit, box, or bundle"@en, "Koffer, Kasten, Schachtel oder Bündel"@de ;
  a skos:Concept .

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

issuances:PSYNDEXTestsIssuances
  skos:prefLabel "PSYNDEX-Tests-Publikationstypen"@de, "PSYNDEX Tests publication types"@en ;
  a skos:Collection ;
  skos:member issuances:Kit .

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

