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

Re: [Virtuoso-users] Virtuoso 7 LOD public endpoints

2013-11-22 Thread Kingsley Idehen
On 11/22/13 12:30 PM, Dimitris Kontokostas wrote: Hello, I was wondering if you know any public LOD endpoint that uses virtuoso 7 (open/professional edition) 1. http://lod.openlinksw.com -- LOD Cloud Cache (basically Linked Data decision support) 2. http://linkeddata.uriburner.com -- URIBurn

[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

[Virtuoso-users] Virtuoso 7 LOD public endpoints

2013-11-22 Thread Dimitris Kontokostas
Hello, I was wondering if you know any public LOD endpoint that uses virtuoso 7 (open/professional edition) Best, Dimitris -- Dimitris Kontokostas Department of Computer Science, University of Leipzig Research Group: http://aksw.org Homepage:http://aksw.org/DimitrisKontokostas