@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:Series
  dc:created "2024-03-06"^^xsd:date ;
  skos:editorialNote "Maps to bf:Work subclass bf:Series; can be inferred up to the Work. Can be used to infer extension plan of the work (usually 'successive indeterminate' - rdaep:1004). corresponds to MARC 21 008/21 (Continuing resources type - m - Monographic series - see https://www.loc.gov/marc/bibliographic/bd008s.html. Note: Sometimes, a Serial publication in the ISSN sense has two versions where one is a Periodical (Journal) and the other a Monographic series! E.g. 'Jahrbuch der Musikpsychologie' - but neither are actually genre 'Yearbook/Annual'!"@en ;
  skos:broader issuances:ContinuingSuccessive ;
  skos:exactMatch <http://id.loc.gov/ontologies/bibframe/Series>, <http://id.loc.gov/vocabulary/mserialpubtype/monoseries> ;
  skos:altLabel "book series"@en, "Reihe"@de, "Monografische Reihe"@de, "Buchreihe"@de ;
  skos:scopeNote "Use for book series or other series whose _parts_ (books, reports) have both a standalone title and usually a volume number to indicate which part of a series it is."@en ;
  skos:notation "2920" ;
  skos:inScheme issuances: ;
  skos:prefLabel "monographic series"@en, "Schriftenreihe"@de ;
  a skos:Concept .

<http://id.loc.gov/vocabulary/mserialpubtype/monoseries> skos:exactMatch issuances:Series .
issuances:ContinuingSuccessive
  skos:notation "2900" ;
  skos:prefLabel "continuing successive"@en, "Sukzessive fortlaufende Ressource"@de ;
  a skos:Concept ;
  skos:narrower issuances:Series .

issuances:PSYNDEXDiachronicIssuances
  skos:prefLabel "Continuing ('diachronic') resources"@en, "Fortlaufende ('diachronische') Ressourcen"@de ;
  a skos:Collection ;
  skos:member issuances:Series .

