Re: [Virtuoso-users] SPARQL Update problems

2011-01-27 Thread Ivan Mikhailov
Hello Lars, On Thu, 2011-01-27 at 11:24 +0100, Lars Marius Garshol wrote: > According to the spec > load into > > is legal, but Virtuoso will not accept it, complaining about '<' after 'load'. I can't say "it works for me", but it does not wo

Re: [Virtuoso-users] SPARQL Update problems

2011-01-27 Thread Lars Marius Garshol
* Kingsley Idehen > > You should have assigned the privilege to user "SPARQL". I guess. I saw other examples assigning it to the role, and so thought I could do the same here. > Ultimately, you want to put this functionality behind an ACL protected > endpoint using WebID. Yes, once we're pas

Re: [Virtuoso-users] SPARQL Update problems

2011-01-27 Thread Lars Marius Garshol
* Ivan Mikhailov > > The parameter name should be "query=", not "update=" . In addition, the > supported syntax is "original" SPARUL, not SPARQL 1.1 variant, so it's > INSERT DATA IN { } . I'm having difficulty working out what the correct SPARUL syntax is. The Virtuoso wiki links to this spe

Re: [Virtuoso-users] SPARQL Update problems

2011-01-26 Thread Kingsley Idehen
On 1/26/11 5:42 AM, Lars Marius Garshol wrote: * Lars Marius Garshol SPARQL Request Failed 42000 Error SR186: No permission to execute procedure DB.DBA.SPARUL_CREATE. It took me a while, but in the end I figured out the solution. This did not work: grant execute on DB.DBA.SPARUL_CREATE to

Re: [Virtuoso-users] SPARQL Update problems

2011-01-26 Thread Lars Marius Garshol
* Lars Marius Garshol > > SPARQL Request Failed > 42000 Error SR186: No permission to execute procedure DB.DBA.SPARUL_CREATE. It took me a while, but in the end I figured out the solution. This did not work: grant execute on DB.DBA.SPARUL_CREATE to SPARQL_UPDATE This, however, did work: g

Re: [Virtuoso-users] SPARQL Update problems

2011-01-22 Thread Lars Marius Garshol
* Lars Marius Garshol > > I'm trying to use the SPARQL Update functionality in Virtuoso, but struggling > to figure out what the endpoint is. I've tried [...] Apologies for this duplicate posting. I posted from the wrong email address, then forgot to cancel it. -- Lars Marius Garshol lar...@

Re: [Virtuoso-users] SPARQL Update problems

2011-01-20 Thread Lars Marius Garshol
* Ivan Mikhailov > > The parameter name should be "query=", not "update=" . In addition, the > supported syntax is "original" SPARUL, not SPARQL 1.1 variant, so it's > INSERT DATA IN { } . This brought me a lot closer, but it's still not working, and I'm not really sure why: query=INSERT+DAT

Re: [Virtuoso-users] SPARQL Update problems

2011-01-20 Thread Lars Marius Garshol
* Ivan Mikhailov > > The parameter name should be "query=", not "update=" . In addition, the > supported syntax is "original" SPARUL, not SPARQL 1.1 variant, so it's > INSERT DATA IN { } . Aha! Now that explains things. Thank you! :-) -- Lars Marius Garshol lar...@ontopia.net

Re: [Virtuoso-users] SPARQL Update problems

2011-01-20 Thread Ivan Mikhailov
Hello Lars, The parameter name should be "query=", not "update=" . In addition, the supported syntax is "original" SPARUL, not SPARQL 1.1 variant, so it's INSERT DATA IN { } . Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com On Thu, 2011-01-20 at 16:13 +0100, Lar

Re: [Virtuoso-users] SPARQL Update problems

2011-01-20 Thread Lars Marius Garshol
* Kingsley Idehen > > You have to explicitly enable this functionality for security reasons. Fair enough. > For SPARUL you need to grant "SPARQL_UPDATE" privileges to user "SPARQL" . Unfortunately, that doesn't seem to work. I tried doing it with isql, but get: OpenLink Interactive SQL (Virtu

Re: [Virtuoso-users] SPARQL Update problems

2011-01-20 Thread Kingsley Idehen
On 1/20/11 10:13 AM, Lars Marius Garshol wrote: I'm trying to use the SPARQL Update functionality in Virtuoso, but struggling to figure out what the endpoint is. I've tried http://localhost:8890/sparql/ but that doesn't seem to accept SPARQL Update. I found a hint in the manual that says:

[Virtuoso-users] SPARQL Update problems

2011-01-20 Thread Lars Marius Garshol
I'm trying to use the SPARQL Update functionality in Virtuoso, but struggling to figure out what the endpoint is. I've tried http://localhost:8890/sparql/ but that doesn't seem to accept SPARQL Update. I found a hint in the manual that says: > If SPARQL_UPDATE role is granted to SPARQL user,

[Virtuoso-users] SPARQL Update problems

2011-01-20 Thread Lars Marius Garshol
I'm trying to use the SPARQL Update functionality in Virtuoso, but struggling to figure out what the endpoint is. I've tried http://localhost:8890/sparql/ but that doesn't seem to accept SPARQL Update. I found a hint in the manual that says: > If SPARQL_UPDATE role is granted to SPARQL user