@prefix genres: <https://w3id.org/zpid/vocabs/genres/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

genres:InformationalWork
  dc:created "2025-02-01"^^xsd:date ;
  skos:exactMatch <https://id.loc.gov/authorities/genreForms/gf2014026113>, <https://d-nb.info/gnd/4129544-4> ;
  a skos:Concept ;
  skos:prefLabel "Informational Work"@en, "Informationsmittel"@de ;
  skos:inScheme genres: ;
  skos:topConceptOf genres: ;
  skos:notation "A" ;
  skos:scopeNote "Werke mit dem Hauptzweck, Fakten festzuhalten und weiterzugeben."@de, "Works whose main purpose is to record and convey factual information."@en ;
  skos:narrower genres:Biography, genres:ReferenceWork, genres:ScholarlyWork, genres:PlainLanguageSummary ;
  skos:altLabel "Werk zu Informationsweitergabe"@de, "Informationswerk (Mitteilend)"@de, "Berichtendes Werk"@de, "Mitteilendes Werk"@de .

genres:PsychArchivesGenres
  skos:prefLabel "Genres (Document types) für PsychArchives"@de, "PsychArchives Work Genres"@en ;
  a skos:Collection ;
  skos:member genres:InformationalWork .

genres:PlainLanguageSummary
  skos:notation "A.04.00.00.00" ;
  skos:prefLabel "Zusammenfassung in einfacher Sprache"@de, "Plain Language Summary"@en ;
  a skos:Concept ;
  skos:broader genres:InformationalWork .

genres:ScholarlyWork
  skos:notation "A.01.00.00.00" ;
  skos:prefLabel "Wissenschaftliches Werk"@de, "Scholarly Work"@en ;
  a skos:Concept ;
  skos:broader genres:InformationalWork .

genres:ReferenceWork
  skos:notation "A.02.00.00.00" ;
  skos:prefLabel "Nachschlagewerk"@de, "Reference Work"@en ;
  a skos:Concept ;
  skos:broader genres:InformationalWork .

genres:Biography
  skos:notation "A.03.00.00.00" ;
  skos:prefLabel "Biografie"@de, "Biography"@en ;
  a skos:Concept ;
  skos:broader genres:InformationalWork .

<https://id.loc.gov/authorities/genreForms/gf2014026113> skos:exactMatch genres:InformationalWork .
<https://d-nb.info/gnd/4129544-4> skos:exactMatch genres:InformationalWork .
genres:
  skos:prefLabel "Genres für Werke"@de, "Genres for Works"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept genres:InformationalWork .

