From 7f30eecce208c4116d01651ed609881d96ed4bf0 Mon Sep 17 00:00:00 2001
From: isah <isabelle.herbauts@univie.ac.at>
Date: Fri, 15 May 2020 16:15:48 +0200
Subject: [PATCH] roles author

---
 src/store/modules/vocabulary.js | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/store/modules/vocabulary.js b/src/store/modules/vocabulary.js
index 5e6b409..1bfa365 100644
--- a/src/store/modules/vocabulary.js
+++ b/src/store/modules/vocabulary.js
@@ -785,14 +785,9 @@ const state = {
             ita: "Nome attribuito"
           }
         },
-
         {
-          "@id": "role:authorof",
-          "skos:prefLabel": {
-            eng: "Author of the digital object",
-            deu: "AutorIn des digitalen Objekts",
-            ita: "Autore dell'oggetto digitale"
-          }
+          "@id": "role:aut",
+          "skos:prefLabel": { eng: "Author", deu: "Autor*in", ita: "Author" }
         },
 
         {
-- 
GitLab