@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:ContinuingIntegrating
  dc:created "2024-03-06"^^xsd:date ;
  skos:editorialNote "Maps to bf:Work subclass bf:Integrating. Corresponds to MARC leader 07i: integrating resource (i). May later (as needed) add subconcepts for the different types of integrating resources, such as website, database, repository, looseleaf etc (for mapping, see these: https://id.loc.gov/vocabulary/mserialpubtype.html. For now, planning to make the distinction in the genre, since there may be no other genre that fits that type of resource and we have to provide at least one."@en ;
  skos:broader issuances:SingleUnit ;
  skos:exactMatch <http://id.loc.gov/ontologies/bibframe/Integrating>, <http://rdaregistry.info/termList/ModeIssue/1004>, <http://id.loc.gov/vocabulary/issuance/intg> ;
  a skos:Concept ;
  skos:prefLabel "Integrierende fortlaufende Ressource"@de, "continuing integrating/updating"@en ;
  skos:inScheme issuances: ;
  skos:notation "1900" ;
  skos:scopeNote "Use for continuig (=diachronic) resources that are updated 'in place', where content is added to a single unit over time, not in multiple separate issues/parts. Loose-leaf works, websites, blogs, databases, repositories."@en ;
  skos:altLabel "Datenbank"@de, "Loseblattsammlung"@de, "Repositorium"@de, "Website"@de, "aktualisierend"@de, "Looseleaf"@en, "Repository"@en, "Website"@en, "updating in place"@en, "Integrierende Ressource"@de .

<http://rdaregistry.info/termList/ModeIssue/1004> skos:exactMatch issuances:ContinuingIntegrating .
issuances:SingleUnit
  skos:notation "1000" ;
  skos:prefLabel "single unit"@en, "einzelne Einheit"@de ;
  a skos:Concept ;
  skos:narrower issuances:ContinuingIntegrating .

<http://id.loc.gov/vocabulary/issuance/intg> skos:exactMatch issuances:ContinuingIntegrating .
issuances:PSYNDEXDiachronicIssuances
  skos:prefLabel "Continuing ('diachronic') resources"@en, "Fortlaufende ('diachronische') Ressourcen"@de ;
  a skos:Collection ;
  skos:member issuances:ContinuingIntegrating .

