@prefix roles: <https://w3id.org/zpid/vocabs/roles/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

roles:AU
  skos:historyNote "Originated from AU='Autor' in STAR/PSYNDEX (often used implicitly: when no role was given, it was AU). Combinded with VE='Verfasser', which was used mostly the same way (793x) and which was not ported over."@en ;
  skos:exactMatch <http://id.loc.gov/vocabulary/relators/aut> ;
  skos:altLabel "Verfasserin"@de, "Verfasser"@de, "Verfasser*in"@de ;
  skos:scopeNote "Für den Schöpfer eines Werkes oder die Person oder Organisation, die für den geistigen Inhalt eines Werkes verantwortlich ist. Diese Rolle wird für den Autor eines Buches, Artikels usw. verwendet."@de, "Use for the creator of a work, or the person or organization responsible for the intellectual content of a work. This role is used for the author of a book, article, etc."@en ;
  skos:notation "001 AU" ;
  skos:topConceptOf roles:ContributorRoles ;
  skos:inScheme roles:ContributorRoles ;
  skos:prefLabel "Autor*in"@de, "author"@en ;
  a skos:Concept .

roles:PSYNDEXcontributionRoles
  skos:prefLabel "Beitragendenrollen für PSYNDEX-Werke"@de, "contributor roles for PSYNDEX works"@en ;
  a skos:Collection ;
  skos:member roles:AU .

roles:ContributorRoles
  skos:prefLabel "PSYNDEX Contributor Roles"@en, "PSYNDEX-Beitragsrollen"@de ;
  a skos:ConceptScheme ;
  skos:hasTopConcept roles:AU .

