@prefix genres: <https://w3id.org/zpid/vocabs/genres/> .
@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#> .

genres:
  skos:prefLabel "Genres for Works"@en, "Genres für Werke"@de ;
  a skos:ConceptScheme .

genres:Festschrift
  dc:created "2025-02-01"^^xsd:date ;
  skos:editorialNote "Introduced to account for many works that are titled 'Festschrift' in PSYNDEX, but were previously classified with a mix of study types (laudation, historical study, professional statement, overview, or even empirical study) because this specific one was missing."@en, "Eingeführt für die zahlreichen Werke in PSYNDEX, die bisher mit einer inkonsistenten Mischung von study types klassifiziert wurden (laudation, historical study, professional statement, overview, oder sogar empirical study), weil dieser fehlte. Migration: Alles mit 'Festschrift' im Titel oder Untertitel. Außerdem: Personenname im Titel als person subject bzw sogar Contribution mit Rolle 'gefeierter' einfügen?"@de ;
  skos:broader genres:PaperCollection ;
  skos:exactMatch <https://d-nb.info/gnd/4016928-5>, <http://purl.org/lobid/lv#Festschrift> ;
  skos:scopeNote "Collection of works, mostly essays, published in honor of a person, organization or event, usually on the occasion of an anniversary or similar celebration."@en, "Sammelwerk, das zu Ehren einer Person, Organisation oder eines Ereignisses veröffentlicht wird, üblicherweise zu einem Jubiläum oder einer festlichen Gelegenheit und in Form mehrer Aufsätze."@de ;
  skos:notation "C.01.01.00.00" ;
  skos:inScheme genres: ;
  skos:prefLabel "Festschrift"@en, "Festschrift"@de ;
  a skos:Concept .

genres:PaperCollection
  skos:notation "C.01.00.00.00" ;
  skos:prefLabel "Paper Collection"@en, "Aufsatzsammlung"@de ;
  a skos:Concept ;
  skos:narrower genres:Festschrift .

genres:PSYNDEXgenres
  skos:prefLabel "PSYNDEX Lit Work Genres"@en, "Genres (Document types) für PSYNDEX Lit"@de ;
  a skos:Collection ;
  skos:member genres:Festschrift .

