@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:AuthoredBook
  dc:created "2024-03-06"^^xsd:date ;
  skos:broader issuances:Book ;
  skos:altLabel "Monograph (academic)"@en, "SM"@de, "Buch (Autorenwerk)"@de ;
  skos:scopeNote "The classic 'Monograph' as used in academia, commercially published with an ISBN. Books or dissertations authored by a single person. Usually the chapter parts are not cataloged or linked separately. Also use for mongraphic dissertations (theses that are not cumulative.) Maps to BE=SM and BE=SH."@en ;
  skos:notation "1211" ;
  skos:inScheme issuances: ;
  skos:prefLabel "authored book"@en, "selbständige Monografie (SM)"@de ;
  a skos:Concept .

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

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

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

