Re: [Dbpedia-discussion] Problem with DBPedia SPARQL endpoint

2012-01-10 Thread julien.plu
discussion@lists.sourceforge.net Objet : Re: [Dbpedia-discussion] Problem with DBPedia SPARQL endpoint Hello Julien, > > I have a problem with a DBPedia SPARQL endpoint. When I am on the > http://dbpedia.org/sparql website, I put this SPARQL query : > > PREFIX foaf: <http:/

Re: [Dbpedia-discussion] Problem with DBPedia SPARQL endpoint

2012-01-09 Thread Patrick van Kleef
Hello Julien, > > I have a problem with a DBPedia SPARQL endpoint. When I am on the > http://dbpedia.org/sparql > website, I put this SPARQL query : > > PREFIX foaf: > > select distinct ?s where { > ?s foaf:name ?o . > FILTER regex(str(?o), "^Brad") > } > >

[Dbpedia-discussion] Problem with DBPedia SPARQL endpoint

2012-01-09 Thread julien.plu
Hi, I have a problem with a DBPedia SPARQL endpoint. When I am on the http://dbpedia.org/sparql website, I put this SPARQL query : PREFIX foaf: select distinct ?s where { ?s foaf:name ?o . FILTER regex(str(?o), "^Brad") } And this error occurr