@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 für Werke"@de, "Genres for Works"@en ;
  a skos:ConceptScheme .

genres:Laudation
  dc:created "2025-02-01"^^xsd:date ;
  skos:broader genres:Biography ;
  skos:exactMatch <https://d-nb.info/gnd/4339326-3> ;
  skos:altLabel "Eulogy"@en, "Würdigung"@de, "Lobschrift"@en, "Lobrede"@de ;
  skos:narrower genres:Obituary ;
  skos:scopeNote "Contributions that honor the merits of well-known individuals."@en, "Beiträge, die Verdienste bekannter Persönlichkeiten würdigen."@de ;
  skos:notation "A.03.02.00.00" ;
  skos:inScheme genres: ;
  skos:prefLabel "Laudatio"@de, "Laudation"@en ;
  a skos:Concept .

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

genres:Obituary
  skos:notation "A.03.02.01.00" ;
  skos:prefLabel "Nachruf"@de, "Obituary"@en ;
  a skos:Concept ;
  skos:broader genres:Laudation .

<https://d-nb.info/gnd/4339326-3> skos:exactMatch genres:Laudation .
genres:Biography
  skos:notation "A.03.00.00.00" ;
  skos:prefLabel "Biografie"@de, "Biography"@en ;
  a skos:Concept ;
  skos:narrower genres:Laudation .

