@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:EditedBook
  skos:closeMatch <http://purl.org/lobid/lv#EditedVolume> ;
  dc:created "2024-03-06"^^xsd:date ;
  skos:broader issuances:Book ;
  skos:altLabel "edited volume"@en, "Monograph (edited)"@en, "Sammelwerk"@de, "SS"@de ;
  skos:scopeNote "Commercially published things whose parts may be described separately in PSYNDEX - Monographs with component parts. Books, dissertations made up of parts written by different authors (only if published commercially with an ISBN). Examples: cumulative dissertations, conference proceedings (Tagungsband), Festschrift. Maps to BE=SS"@en ;
  skos:notation "1212" ;
  skos:inScheme issuances: ;
  skos:prefLabel "edited book"@en, "selbständiges Sammelwerk (SS)"@de ;
  a skos:Concept .

issuances:Book
  skos:notation "1210" ;
  skos:prefLabel "book"@en, "Buch"@de ;
  a skos:Concept ;
  skos:narrower issuances:EditedBook .

issuances:PSYNDEXTestsIssuances
  skos:prefLabel "PSYNDEX-Tests-Publikationstypen"@de, "PSYNDEX Tests publication types"@en ;
  a skos:Collection ;
  skos:member issuances:EditedBook .

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

