Re: [Virtuoso-users] compare literals via SPARQL on DBpedia

2013-11-22 Thread Lorenz Bühmann
Ok, but if you increase the LIMIT to lets say 100, then you might probably see for [1] http://dbpedia.org/sparql?default-graph-uri=&query=prefix+dbpedia-owl%3A+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2F%3E%0D%0ASELECT+*+WHERE+%7B%0D%0A%3Fs+dbpedia-owl%3AbirthDate+%3Fo1.%0D%0A%3Fs+dbpedi

Re: [Virtuoso-users] compare literals via SPARQL on DBpedia

2013-11-22 Thread Kingsley Idehen
On 11/22/13 2:55 PM, Lorenz Bühmann wrote: Hi, I'm wondering if it's a bug when I try to run the following SPARQL query on http://dbpedia.org/sparql SELECT * WHERE { ?s dbpedia-owl:birthDate ?o1. ?s dbpedia-owl:birthDate ?o2. FILTER(!sameTerm(?o1, ?o2)) } LIMIT 100 which is suppo

[Virtuoso-users] compare literals via SPARQL on DBpedia

2013-11-22 Thread Lorenz Bühmann
Hi, I'm wondering if it's a bug when I try to run the following SPARQL query on http://dbpedia.org/sparql SELECT * WHERE { ?s dbpedia-owl:birthDate ?o1. ?s dbpedia-owl:birthDate ?o2. FILTER(!sameTerm(?o1, ?o2)) } LIMIT 100 which is supposed to return resources which have more than