Hi Luc, try to execute your query against endpoint "http://live.dbpedia.org/sparql/".
I tried it out and it worked but it took a while to finish. Also take care that the order by is an exhausting operation, so your query may have timed out, so you always got that error. Hope that helps. On 08/15/2011 05:24 PM, luc peuvrier at home wrote: > I try the here below request > > PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema# > <http://www.w3.org/2000/01/rdf-schema# > SELECT><http://www.w3.org/2000/01/rdf-schema# SELECT> > <http://www.w3.org/2000/01/rdf-schema# SELECT> > SELECT <http://www.w3.org/2000/01/rdf-schema# SELECT>DISTINCT ?l WHERE > ?s rdfs:label ?l. > } > ORDER BY ?l > LIMIT 20 > OFFSET 0 > > En then redo the request changing offset to extract all label. > may be 20 as limit is too small. > But I have > > 500 SPARQL Request Failed > > any explanations ? > Best regards > Luc > > > > ------------------------------------------------------------------------------ > uberSVN's rich system and user administration capabilities and model > configuration take the hassle out of deploying and managing Subversion and > the tools developers use with it. Learn more about uberSVN and get a free > download at: http://p.sf.net/sfu/wandisco-dev2dev > -- Kind Regards Mohamed Morsey Department of Computer Science University of Leipzig ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
