Re: [Virtuoso-users] SPARQL endpoint Update permissions

2018-07-28 Thread Ivan Mikhailov
Hello Iker, All recent versions of Virtuoso have /sparql-auth web service endpoint configured like /sparql but with authentication enabled. Similarly, there's /sparql-graph-crud-auth like /sparql-graph-crud . Best Regards Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com On Tue, 2017-

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 wh

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: Virtuo