@prefix issuances: <https://w3id.org/zpid/vocabs/issuances/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

issuances:SingleUnit
  dc:created "2024-03-06"^^xsd:date ;
  skos:editorialNote "Maps to bf:Work subclass bf:Monograph - 'Resource that is issued as a single physical unit or intangible single logical unit.'"@en ;
  skos:exactMatch <http://id.loc.gov/ontologies/bibframe/Monograph>, <http://rdaregistry.info/termList/ModeIssue/1001>, <http://id.loc.gov/vocabulary/issuance/mono> ;
  skos:narrower issuances:Standalone, issuances:ComponentPart, issuances:ContinuingIntegrating ;
  skos:scopeNote "For things that are issued in a single physical or logial unit; single volume books, files online... The 'monograph' in the bibliographic sense as opposed to the one in academia, which stands for 'authored book'."@en ;
  skos:notation "1000" ;
  skos:topConceptOf issuances: ;
  skos:inScheme issuances: ;
  skos:prefLabel "single unit"@en, "einzelne Einheit"@de ;
  a skos:Concept .

issuances:Standalone
  skos:notation "1200" ;
  skos:prefLabel "standalone (independent)"@en, "selbständige Einheit"@de ;
  a skos:Concept ;
  skos:broader issuances:SingleUnit .

issuances:ComponentPart
  skos:notation "1100" ;
  skos:prefLabel "component part (dependent)"@en, "unselbständiger Bestandteil"@de ;
  a skos:Concept ;
  skos:broader issuances:SingleUnit .

<http://rdaregistry.info/termList/ModeIssue/1001> skos:exactMatch issuances:SingleUnit .
<http://id.loc.gov/vocabulary/issuance/mono> skos:exactMatch issuances:SingleUnit .
issuances:ContinuingIntegrating
  skos:notation "1900" ;
  skos:prefLabel "continuing integrating/updating"@en, "Integrierende fortlaufende Ressource"@de ;
  a skos:Concept ;
  skos:broader issuances:SingleUnit .

issuances:
  skos:prefLabel "Types of Issuance for publications (instances)"@en, "Erscheinungsformen von Publikationen (Instanzen)"@de ;
  a skos:ConceptScheme ;
  skos:hasTopConcept issuances:SingleUnit .

