Re: [Virtuoso-users] same query, different results

2014-05-09 Thread Kingsley Idehen
On 5/9/14 9:34 AM, Bart Vandewoestyne wrote: On 2014-05-09 15:20, Bart Vandewoestyne wrote: >On 2014-05-09 15:05, Kingsley Idehen wrote: >>[...] >>Are you using /sparql or isql command-line to perform these queries? > >I am using OpenLink Interactive SQL (Virtuoso), version 0.9849b. in both >i

Re: [Virtuoso-users] same query, different results

2014-05-09 Thread Bart Vandewoestyne
On 2014-05-09 15:20, Bart Vandewoestyne wrote: > On 2014-05-09 15:05, Kingsley Idehen wrote: >> [...] >> Are you using /sparql or isql command-line to perform these queries? > > I am using OpenLink Interactive SQL (Virtuoso), version 0.9849b. in both > interactive and batch mode. > >> How many trip

Re: [Virtuoso-users] same query, different results

2014-05-09 Thread Bart Vandewoestyne
On 2014-05-09 15:05, Kingsley Idehen wrote: > [...] > Are you using /sparql or isql command-line to perform these queries? I am using OpenLink Interactive SQL (Virtuoso), version 0.9849b. in both interactive and batch mode. > How many triples to you have in the Virtuoso Quad Store? SQL> sparql

Re: [Virtuoso-users] same query, different results

2014-05-09 Thread Kingsley Idehen
On 5/9/14 7:11 AM, Bart Vandewoestyne wrote: On 2014-05-07 12:52, Kingsley Idehen wrote: >On 5/7/14 4:37 AM, Bart Vandewoestyne wrote: >>Hello list, >> >>I'm confused. I have a SPARQL-query of the following form (slightly >>obfuscated because of NDA-restrictions): >> >>SELECT ?val (COUNT(?id)

Re: [Virtuoso-users] same query, different results

2014-05-09 Thread Bart Vandewoestyne
On 2014-05-07 12:52, Kingsley Idehen wrote: > On 5/7/14 4:37 AM, Bart Vandewoestyne wrote: >> Hello list, >> >> I'm confused. I have a SPARQL-query of the following form (slightly >> obfuscated because of NDA-restrictions): >> >> SELECT ?val (COUNT(?id) as ?vc) >> WHERE >> { >> ?id

Re: [Virtuoso-users] same query, different results

2014-05-07 Thread Kingsley Idehen
On 5/7/14 4:37 AM, Bart Vandewoestyne wrote: Hello list, I'm confused. I have a SPARQL-query of the following form (slightly obfuscated because of NDA-restrictions): SELECT ?val (COUNT(?id) as ?vc) WHERE { ?id ?val. ?id

[Virtuoso-users] same query, different results

2014-05-07 Thread Bart Vandewoestyne
Hello list, I'm confused. I have a SPARQL-query of the following form (slightly obfuscated because of NDA-restrictions): SELECT ?val (COUNT(?id) as ?vc) WHERE { ?id ?val. ?id . } GROUP