@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:CourseMaterial
  skos:notation "B.04.00.00.00" ;
  skos:prefLabel "Lehrmaterial"@de, "Course Material"@en ;
  a skos:Concept .

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

genres:ThesisBachelor
  skos:notation "A.01.03.04.00" ;
  skos:prefLabel "Bachelorarbeit"@de, "Thesis (Bachelor)"@en ;
  a skos:Concept .

genres:ThesisMaster
  skos:notation "A.01.03.03.00" ;
  skos:prefLabel "Masterarbeit"@de, "Thesis (Master)"@en ;
  a skos:Concept .

genres:ThesisHabilitation
  skos:notation "A.01.03.02.00" ;
  skos:prefLabel "Habilitationsschrift"@de, "Thesis (Habilitation)"@en ;
  a skos:Concept .

genres:ThesisDoctoral
  skos:notation "A.01.03.01.00" ;
  skos:prefLabel "Dissertation"@de, "Thesis (Doctoral)"@en ;
  a skos:Concept .

genres:TestReview
  skos:notation "A.01.01.11.01" ;
  skos:prefLabel "Testrezension"@de, "Test Review"@en ;
  a skos:Concept .

genres:SupplementaryMaterial
  skos:notation "A.01.10.00.00" ;
  skos:prefLabel "Begleitmaterial"@de, "Supplementary Material"@en ;
  a skos:Concept .

genres:PeerReview
  skos:notation "A.01.09.00.00" ;
  skos:prefLabel "Peer Review"@de, "Peer Review"@en ;
  a skos:Concept .

genres:ResearchSoftware
  skos:notation "A.01.11.00.00" ;
  skos:prefLabel "Forschungssoftware"@de, "Research Software"@en ;
  a skos:Concept .

genres:ResearchData
  skos:notation "A.01.06.00.00" ;
  skos:prefLabel "Research Data"@en, "Forschungsdaten"@de ;
  a skos:Concept .

genres:Preregistration
  skos:notation "A.01.05.00.00" ;
  skos:prefLabel "Preregistration"@de, "Preregistration"@en ;
  a skos:Concept .

genres:ConferenceMaterial
  skos:notation "A.01.07.00.00" ;
  skos:prefLabel "Tagungsmaterial"@de, "Conference Material"@en ;
  a skos:Concept .

genres:ScholarlyPaper
  skos:notation "A.01.01.00.00" ;
  skos:prefLabel "Wissenschaftlicher Aufsatz"@de, "Scholarly Paper"@en ;
  a skos:Concept .

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

genres:InformationalWork
  skos:notation "A" ;
  skos:prefLabel "Informationsmittel"@de, "Informational Work"@en ;
  a skos:Concept .

genres:PsychArchivesGenres
  dc:created "2025-06-16"^^xsd:date ;
  skos:member genres:Test, genres:CourseMaterial, genres:PaperCollection, genres:ThesisBachelor, genres:InformationalWork, genres:PlainLanguageSummary, genres:ScholarlyPaper, genres:ConferenceMaterial, genres:Preregistration, genres:ResearchData, genres:ResearchSoftware, genres:PeerReview, genres:SupplementaryMaterial, genres:TestReview, genres:ThesisDoctoral, genres:ThesisHabilitation, genres:ThesisMaster ;
  a skos:Collection ;
  skos:prefLabel "PsychArchives Work Genres"@en, "Genres (Document types) für PsychArchives"@de .

