@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:Collection
  dc:created "2024-03-06"^^xsd:date ;
  skos:editorialNote "Maps to bf:Work subclass bf:Collection."@en ;
  skos:broader issuances:MultipleUnit ;
  skos:exactMatch <http://id.loc.gov/ontologies/bibframe/Collection> ;
  skos:scopeNote "Use for a collection of things that were not created or published/issued together - most often: archival legacies - which were put together by an archive."@en ;
  skos:notation "2200" ;
  skos:inScheme issuances: ;
  skos:prefLabel "collection (artificial)"@en, "Sammlung (Archivbestände etc.)"@de ;
  a skos:Concept .

issuances:MultipleUnit
  skos:notation "2000" ;
  skos:prefLabel "multiple unit"@en, "mehrere Einheiten"@de ;
  a skos:Concept ;
  skos:narrower issuances:Collection .

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

