Re: [Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-20 Thread Chris Wood
Hi Patrick That's awesome - thanks for sorting it so quickly! (And apologies for not using pastebin originally, I hadn't realised my code would get so mangled in some mail clients) Cheers, Chris On 19 February 2015 at 21:49, Patrick van Kleef wrote: > Hi Chris, > > > In the DBpedia SPARQL endp

Re: [Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread Kingsley Idehen
On 2/19/15 4:49 PM, Patrick van Kleef wrote: Hi Chris, >In the DBpedia SPARQL endpoint [1], running > >PREFIX dc: > >PREFIX : < >http://dbpedia.org/resource/ > > >PREFIX dbpedia2: < >http://dbpedia.org/property/ > > > >SELECT ?a (3+3 AS ?y) >WHERE >{ >

Re: [Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread Patrick van Kleef
Hi Chris, > In the DBpedia SPARQL endpoint [1], running > > PREFIX dc: > > PREFIX : < > http://dbpedia.org/resource/ > > > PREFIX dbpedia2: < > http://dbpedia.org/property/ > > > > SELECT ?a (3+3 AS ?y) > WHERE > { >?a dc:description "English footballer"

Re: [Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread Kingsley Idehen
On 2/19/15 12:33 PM, Kingsley Idehen wrote: On 2/19/15 11:44 AM, Chris Wood wrote: In the DBpedia SPARQL endpoint [1], running |PREFIX dc: PREFIX : PREFIX dbpedia2: SE

Re: [Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread Kingsley Idehen
On 2/19/15 11:44 AM, Chris Wood wrote: In the DBpedia SPARQL endpoint [1], running |PREFIX dc: PREFIX : PREFIX dbpedia2: SELECT ?a (3+3 AS ?y) WHERE { ?a dc:descrip

Re: [Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread apoh...@o2.pl
Just a sidenote - using pastebin.com or whatever other paste tool would make the question 10 times more readable. Cheers, Aleksander Wł. Cz, 19 lut 2015 17:44:36 +0100 Chris Wood napisał(a) In the DBpedia SPARQL endpoint [1], running PREFIX dc:

Re: [Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread Joshua TAYLOR
In the interest of avoiding any repeated effort, note that this was also asked on Stack Overflow as: http://stackoverflow.com/q/28611127/1281433 On Thu, Feb 19, 2015 at 11:44 AM, Chris Wood wrote: > In the DBpedia SPARQL endpoint [1], running > > PREFIX dc: > PR

[Dbpedia-discussion] SNORQL and SPARQL endpoints returning different results

2015-02-19 Thread Chris Wood
In the DBpedia SPARQL endpoint [1], running PREFIX dc: PREFIX : PREFIX dbpedia2: SELECT ?a (3+3 AS ?y) WHERE { ?a dc:description "English footballer" . ?a dbpedia2:p