Skip to content

Commit

Permalink
feat new setting for update on Virtuoso 7
Browse files Browse the repository at this point in the history
  • Loading branch information
lroffia committed Nov 28, 2024
1 parent fbbdd20 commit d0eea98
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ grant execute on DB.DBA.SPARQL_DELETE_DICT_CONTENT to "SPARQL";
grant execute on DB.DBA.SPARQL_INSERT_DICT_CONTENT to "SPARQL";
grant execute on DB.DBA.L_O_LOOK to "SPARQL";

grant execute on DB.DBA.SPARQL_INSERT_CTOR_ACC to "SPARQL";
grant execute on DB.DBA.SPARQL_INS_OR_DEL_OR_MODIFY_CTOR_FIN to "SPARQL";
grant execute on DB.DBA.SPARQL_INSERT_QUAD_DICT_CONTENT to "SPARQL";
DB.DBA.RDF_DEFAULT_USER_PERMS_SET ('SPARQL', 3);

System admin->User Accounts-->SPARQL-->Edit
-------------------------------------------
Give "SPARQL_UPDATE" role
Expand Down

0 comments on commit d0eea98

Please sign in to comment.