diff --git a/src/store/modules/vocabulary.js b/src/store/modules/vocabulary.js
index 5e6b409387f14229258907023d0e52dade1fbc53..1bfa3652a560c8385818a5892c515120387fdc40 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" }
         },
 
         {