Michael Haas wrote: > Ted Thibodeau Jr wrote: > >> "This time for sure!" :-) >> >> As reported on Twitter, DBpedia 3.3 upgrade should be up-and-running >> by 16:00 -0400 (~20 minutes from now). >> >> Please let us know of any hiccups! >> >> > > It looks like the public sparql endpoint at http://dbpedia.org/sparql is > now limiting the result set. This always used to be true for the web > interface, but using the ARQ libs, I always got the full result set. I > last tried this about two weeks ago. Today, I get way less results. > > Example query: > SELECT ?name WHERE { ?a <http://www.w3.org/2004/02/skos/core#subject> > <http://dbpedia.org/resource/Category:Car_manufacturers> . ?a > <http://www.w3.org/2000/01/rdf-schema#label> ?name } >
Please look closer at the new endpoint, it has a sparql protocol extension for the Virtuoso "Anytime Query" feature. Basically, you have configurable response times and retry cycles in the mix. This feature is essential to handling SPARQL at Web Scale. Links: 1. http://www.openlinksw.com/weblog/oerling/?id=1494 Kingsley > Regards, > > Michael > > ------------------------------------------------------------------------------ > _______________________________________________ > Dbpedia-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion > > -- Regards, Kingsley Idehen Weblog: http://www.openlinksw.com/blog/~kidehen President & CEO OpenLink Software Web: http://www.openlinksw.com ------------------------------------------------------------------------------ _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
