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] nquads dump -- and possible bug in rdfbox.c

2011-01-27 Thread Patrick van Kleef
Hi William, I've adapted some of the example routines for doing an nquads dump and load, the recipe is here: https://bitbucket.org/ww/virtuoso/src/tip/sql/nq_dump.sql One thing that I encountered is there seems to be no good way to tell if a variable is a blank node from within a stored pr

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

[Virtuoso-users] nquads dump -- and possible bug in rdfbox.c

2011-01-27 Thread William Waites
I've adapted some of the example routines for doing an nquads dump and load, the recipe is here: https://bitbucket.org/ww/virtuoso/src/tip/sql/nq_dump.sql One thing that I encountered is there seems to be no good way to tell if a variable is a blank node from within a stored procedure, I had