Re: [Dbpedia-discussion] problem with query

2011-03-19 Thread Hugh Williams
Hi Faraz, URIs need to be enclosed in < > in SPARQL, so the query should be: SELECT ?x ?y WHERE { ?x ?y .} LIMIT 1000 OFFSET 0 Which returns the expected data: http://bit.ly/gSf2H3 Best Regards Hugh Williams Professional Services

[Dbpedia-discussion] problem with query

2011-03-19 Thread Faraz Fallahi
hi i have a problem with this query in snorqul SELECT ?x ?y WHERE { ?x ?y http://dbpedia.org/resource/Alexander_Grothendieck .} LIMIT 1000 OFFSET 0 it throws me this error: 37000 Error SP030: SPARQL compiler, line 12: Undefined namespace prefix at 'http' before '/' SPARQL query: define input:de