Re: [Virtuoso-users] SPARQL endpoint Update permissions

2017-04-04 Thread Quentin
Hi, I'd certainly suggest disabling Update permission on the Sparql user for the reasons you mention. You can then make a second user for the purpose of authorised transactions and use this against the /sparql-auth endpoint which you'll need to enable and configure. I believe that will do

Re: [Virtuoso-users] SPARQL endpoint Update permissions

2017-04-04 Thread Kingsley Idehen
On 4/4/17 9:54 AM, Iker Esnaola wrote: > > Hello, > > > > I am trying to update my Graph by means of the SPARQL endpoint and the > following query: > > > > DELETE {?s rdf:type "A "} > INSERT {?s rdf:type "B" } > from > WHERE { ?s rdf:type "A"} > > > > I am getting the following error:

[Virtuoso-users] SPARQL endpoint Update permissions

2017-04-04 Thread Iker Esnaola
Hello, I am trying to update my Graph by means of the SPARQL endpoint and the following query: DELETE {?s rdf:type "A "} INSERT {?s rdf:type "B" } from WHERE { ?s rdf:type "A"} I am getting the following error: Virtuoso 42000 Error SR186:SECURITY: No permission to execute procedure