@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:ContinuingSuccessive
  skos:broadMatch <http://rdaregistry.info/termList/ModeIssue/1002> ;
  dc:created "2024-03-06"^^xsd:date ;
  skos:broader <http://rdaregistry.info/termList/ModeIssue/1002>, issuances:MultipleUnit ;
  skos:exactMatch <http://rdaregistry.info/termList/ModeIssue/1003>, <http://id.loc.gov/vocabulary/issuance/serl> ;
  skos:altLabel "diachronic successive"@en, "diachronisch sukzessiv"@de ;
  skos:narrower issuances:Series, issuances:Periodical ;
  skos:scopeNote "For continuing (= diachronic) resources like journals or book series that are issued in several parts, successively; with or without a planned ending. Please only use one of the subtypes, if possible"@en ;
  skos:notation "2900" ;
  skos:inScheme issuances: ;
  skos:prefLabel "continuing successive"@en, "Sukzessive fortlaufende Ressource"@de ;
  a skos:Concept .

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

<http://rdaregistry.info/termList/ModeIssue/1003> skos:exactMatch issuances:ContinuingSuccessive .
<http://id.loc.gov/vocabulary/issuance/serl> skos:exactMatch issuances:ContinuingSuccessive .
issuances:Series
  skos:notation "2920" ;
  skos:prefLabel "monographic series"@en, "Schriftenreihe"@de ;
  a skos:Concept ;
  skos:broader issuances:ContinuingSuccessive .

issuances:Periodical
  skos:notation "2910" ;
  skos:prefLabel "periodical (journal)"@en, "Periodikum (Zeitschrift)"@de ;
  a skos:Concept ;
  skos:broader issuances:ContinuingSuccessive .

