Re: [Virtuoso-users] SPARQL update permissions

2014-08-31 Thread Hugh Williams
Hi Lorena, Which Virtuoso 7.10 build are you using as this works of me testing with isql or the /sparql-auth endpoint using the git Virtuoso open source develop/7 branch built as detailed at: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSGitUsage $ isql 1234 Connected t

[Virtuoso-users] SPARQL update permissions

2014-08-28 Thread lorena
Hi I'm using Virtuoso 07.10 and I would like to give a minimum set of permissions to a user in order to be able to insert data into a graph and perform SPARQL queries over it. I've created a new user using the following isql commands DB.DBA.USER_CREATE ('student', 'student'); GRANT SPARQL_UPDATE