Re: [Virtuoso-users] ST_Intersects with complex shapes

2014-11-10 Thread Hugh Williams
Hi Oliver, Thanks, yes with the queries provided I do get the same error, so we are looking into the cause … SQL> SPARQL PREFIX geo: PREFIX virtrdf: PREFIX : INSERT DATA{ GRAPH

Re: [Virtuoso-users] DBpedia & other vad files

2014-11-10 Thread Jörn Hees
On 10 Nov 2014, at 09:58, Dimitris Kontokostas wrote: > It is an option in the configure script > > Running ./configure --help you can see what extra vad's you can enable > --enable-dbpedia-vad --enable-rdfmappers-vad thanks, missed that :( Cheers, Jörn ---

Re: [Virtuoso-users] multiple sparql update commands

2014-11-10 Thread Erich Bremer
Thanks Kingsley, I can write my inserts in this style for what I need to do. But, I wanted to try the WITH option out since most of what I do these days involves quads.  - E ​ ​ On Sun, 09 Nov 2014 07:05:15 -0500 Kingsley Idehen wrote: > On 11/8/14 8:56 PM, Erich Bremer wrote: >> Hi Kingsley,

Re: [Virtuoso-users] multiple sparql update commands

2014-11-10 Thread Erich Bremer
Not yet, but I will try. It looks like from the SPARQL specs it should work.  - E ​ ​ On Sun, 9 Nov 2014 13:55:57 + Hugh Williams wrote: > Hi Erich, > > See also the following documentation on Executing >Queries Combined in Single or Multiple Statements: > > > http://virtuoso.ope

Re: [Virtuoso-users] Querying by xsd:date literals

2014-11-10 Thread Hugh Williams
Hi Lorenz, This looks like a known issue a fix is currently being finalised for, see: https://github.com/openlink/virtuoso-opensource/issues/111 http://sourceforge.net/p/dbpedia/mailman/message/32478789/

Re: [Virtuoso-users] ST_Intersects with complex shapes

2014-11-10 Thread Olivier Dalang
Hi, [Hugh] What is the actual “select ..” query you are running, please provide > actual queries so no assumptions are being made. Here are the full queries that cause the problem : STEP 1 (entering data) PREFIX geo: PREFIX virtrdf:

[Virtuoso-users] Querying by xsd:date literals

2014-11-10 Thread Lorenz Bühmann
Hi, I loaded parts of the DBpedia dataset into my local Virtuoso instance. The version is Virtuoso version 07.10.3211 on Linux (x86_64-unknown-linux-gnu), Single Server Edition . The endpoint is available at http://akswnc3.informatik.uni-leipzig.de:8860/sparql When I run the query (see htt

Re: [Virtuoso-users] DBpedia & other vad files

2014-11-10 Thread Dimitris Kontokostas
It is an option in the configure script Running ./configure --help you can see what extra vad's you can enable --enable-dbpedia-vad --enable-rdfmappers-vad On Sun, Nov 9, 2014 at 5:48 PM, Jörn Hees wrote: > Hi, > > i'm currently trying to update my "Setting up a local DBpedia 3.9 endpoint > w