@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:Periodical
  skos:broadMatch <http://id.loc.gov/ontologies/bibframe/Serial> ;
  dc:created "2024-03-06"^^xsd:date ;
  skos:editorialNote "Maps to bf:Work subclass bf:Serial; can be inferred up to the Work. Can be used to infer extension plan of the work (always 'successive indeterminate' - rdaep:1005). Corresponds to MARC 21 008/21 (Continuing resources type- p - Periodical) - see https://www.loc.gov/marc/bibliographic/bd008s.html & corresponds to MARC 21 Leader 07 s (Bibliographic level - serial) - see https://www.loc.gov/marc/bibliographic/bdleader.html . May add more subconcepts - see some of these for possible mapping (magazine, journal etc): https://id.loc.gov/vocabulary/mserialpubtype.html"@en ;
  skos:broader issuances:ContinuingSuccessive ;
  skos:exactMatch <http://id.loc.gov/vocabulary/mserialpubtype/periodical> ;
  skos:altLabel "Yearbook"@en, "Journal"@en, "Jahrbuch"@en, "Zeitschrift"@de ;
  skos:scopeNote "Use for Journals, Yearbooks, Magazines, Newspapers, etc. Anything that might have an ISSN and is issued sequentially, but without a planned ending and where the indididual parts are volumes/issues that don't have a standalone title, but a ' dependent' title that is just a year ('Jahrgang 2020', '1981') or volume/issue numbers ('Volume IX', 'Sonderheft Pflege', '12'). Can have  issues as parts, who in turn can have component parts that are usually (journal) articles."@en ;
  skos:notation "2910" ;
  skos:inScheme issuances: ;
  skos:prefLabel "periodical (journal)"@en, "Periodikum (Zeitschrift)"@de ;
  a skos:Concept .

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

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

