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

roles:MI
  skos:historyNote "Originated from MI='Mitarbeiter' in STAR/PSYNDEX (occurring 5527x, plus 5x as 'Mi'). Also replaced the more specific 'BE' for Bearbeiter in April 2025"@en ;
  dc:modified "2025-04-15" ;
  skos:exactMatch <http://id.loc.gov/vocabulary/relators/ctb> ;
  skos:altLabel "Mitwirkende"@de, "Mitwirkender"@de ;
  skos:scopeNote "Für einen Akteur, der an der Schaffung eines Werkes mitgewirkt hat, dessen Rolle jedoch nicht spezifiziert ist oder für dessen Rolle es im Vokabular keine Entsprechung gibt, z.B. für 'Bearbeitung'. Dies ist die allgemeinste Rolle."@de, "Use for an agent who contributed to the creation of a work, but whose role is not specified or where no other role exists, such as 'reviser'/'Baerb.'. It is the most general role."@en ;
  skos:notation "003 MI"@de ;
  skos:topConceptOf roles:ContributorRoles ;
  skos:inScheme roles:ContributorRoles ;
  skos:prefLabel "Mitwirkende*r"@de, "contributor"@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:MI .

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

