@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:Chapter
  dc:created "2024-03-06"^^xsd:date ;
  skos:editorialNote "Maps to BE=US, DT=Chapter/05, and DRO type 'book part'."@en ;
  skos:broader issuances:ComponentPart ;
  skos:exactMatch <http://purl.org/coar/resource_type/c_3248> ;
  skos:altLabel "book part"@en, "book section"@en, "unselbständiger Sammelwerksteil"@de, "Buchkapitel"@de ;
  skos:scopeNote "Only use for chapters of published books. For chapters/parts of gray proceedings, use 'gray part'."@en ;
  skos:notation "1120" ;
  skos:inScheme issuances: ;
  skos:prefLabel "chapter"@en, "Kapitel (US)"@de ;
  a skos:Concept .

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

<http://purl.org/coar/resource_type/c_3248> skos:exactMatch issuances:Chapter .
issuances:PSYNDEXTestsIssuances
  skos:prefLabel "PSYNDEX-Tests-Publikationstypen"@de, "PSYNDEX Tests publication types"@en ;
  a skos:Collection ;
  skos:member issuances:Chapter .

issuances:GrayPart skos:related issuances:Chapter .
issuances:PSYNDEXLitIssuances
  skos:prefLabel "PSYNDEXLit-Publikationstypen"@de, "PsyndexLit publication types"@en ;
  a skos:Collection ;
  skos:member issuances:Chapter .

