@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:ComponentPart
  dc:created "2024-03-06"^^xsd:date ;
  a skos:Concept ;
  skos:prefLabel "unselbständiger Bestandteil"@de, "component part (dependent)"@en ;
  skos:inScheme issuances: ;
  skos:notation "1100" ;
  skos:scopeNote "For things that are published as parts of other things, such as as articles and chapters, and which have a link to the thing that they are a component of (book, issue, journal) - or additional info fields that describe it."@en ;
  skos:narrower issuances:Chapter, issuances:GrayPart, issuances:JournalArticle, issuances:Supplement, issuances:AVPart, issuances:LooseleafPart ;
  skos:altLabel "monographic component part"@en ;
  skos:exactMatch <https://www.loc.gov/marc/bibliographic/bdleader.html#Monographic_component_part> ;
  skos:broader issuances:SingleUnit ;
  skos:editorialNote "Maps to MARC leader 07a: monographic component part (c). May add more subtypes, if needed: strongly considering 'WebsitePart' for things that are part of a website (itself an integrating resource), but are not the whole website - online tests on a site, single web pages (klarpsytexts online, living reviews on orkg, blog posts, etc. (webpage or website page may be too specific). Also keep in mind that a webpage is actually an integrating resource that is updated in place and might also have to go under 'integrating'?). Still debating where to put tests that are executable programs (either on a physical carrier or on the web, depending on mediacarrier type). Also, where would a web app like Datawiz or even an app-like test go? Interactive Resource, like http://purl.org/coar/resource_type/c_e9a0? But that says more about content type and less about issuance. Simply 'other part'? and then add more later as needed?"@en .

issuances:LooseleafPart
  skos:notation "1190" ;
  skos:prefLabel "looseleaf part"@en, "Loseblatt-Teil"@de ;
  a skos:Concept ;
  skos:broader issuances:ComponentPart .

issuances:AVPart
  skos:notation "1180" ;
  skos:prefLabel "audiovisual part"@en, "AV-Teil (UA)"@de ;
  a skos:Concept ;
  skos:broader issuances:ComponentPart .

issuances:SingleUnit
  skos:notation "1000" ;
  skos:prefLabel "single unit"@en, "einzelne Einheit"@de ;
  a skos:Concept ;
  skos:narrower issuances:ComponentPart .

issuances:Supplement
  skos:notation "1140" ;
  skos:prefLabel "supplement or appendix"@en, "Anhang"@de ;
  a skos:Concept ;
  skos:broader issuances:ComponentPart .

issuances:JournalArticle
  skos:notation "1110" ;
  skos:prefLabel "journal article"@en, "Zeitschriftenartikel (UZ)"@de ;
  a skos:Concept ;
  skos:broader issuances:ComponentPart .

issuances:GrayPart
  skos:notation "1130" ;
  skos:prefLabel "gray part"@en, "Grauliteratur-Teil (UR)"@de ;
  a skos:Concept ;
  skos:broader issuances:ComponentPart .

issuances:Chapter
  skos:notation "1120" ;
  skos:prefLabel "chapter"@en, "Kapitel (US)"@de ;
  a skos:Concept ;
  skos:broader issuances:ComponentPart .

