[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

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 graph { triples } . I'm having difficulty working out what the correct SPARUL syntax is. The Virtuoso wiki links to this

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 past

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