Re: [Virtuoso-users] How cheaply can I get FILTER NOT EXISTS from virtuoso-opensource-6.0?

2014-01-14 Thread Timothy Lebo
Hugh, Thanks for the pointers. I ended up being able to install 6.1.8 from SourceForge’s tarball [1,3]. However, doing so didn’t set up an /etc/init.d [2] 2.4.4 suggests to "cp initd_startup.template”, but I couldn’t find that template in the extracted tarball. Where is the best place to get t

Re: [Virtuoso-users] Problems with INSERT via SPARQL endpoint

2014-01-14 Thread Rumi
Hi Núria, On 14-Jan-14 11:05 AM, QUERALT ROSINACH, NÚRIA wrote: Dear all, I am trying to insert data into named graphs using statements like in a Virtuoso server v7.0.1: INSERT { GRAPH { ?person ?name .

Re: [Virtuoso-users] Problems with INSERT via SPARQL endpoint

2014-01-14 Thread Hugh Williams
Hi Núria, The commands you have executed have not been against the procedure name giving the error ie DB.DBA.SPARQL_INSERT_QUAD_DICT_CONTENT and you are executing against SPARQL_INSERT_DICT_CONTENT and SPARQL_DELETE_DICT_CONTENT ??? Based on the procedure name giving the error reported you sho

[Virtuoso-users] Problems with INSERT via SPARQL endpoint

2014-01-14 Thread QUERALT ROSINACH , NÚRIA
Dear all, I am trying to insert data into named graphs using statements like in a Virtuoso server v7.0.1: INSERT { GRAPH { ?person ?name . ?person ?email } } And the fo