Michael Haas wrote: > Kingsley Idehen wrote: > >> 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, > > > Thank you. I have looked around your website for a bit. It seems the > user themselves can set an upper bound in addition to the timeout in > the triple store itself. How can the user set this? > > In that link you posted, the query engine tells the user that the > result set is not complete. Is there any way to obtain this > information over sparql? > > Regards, > > Michael > > There is a bit of a doc mess up right now. New docs are in progress etc..
Via SPASQL (e.g. Jena Provider) you should be looking for: "S1TAT", as the diagnostic code for a partial result set. Re. SPARQL protocol, this should come through HTTP response, but we are still working on this part. Best use is via the Faceted Browser Service API: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtuosoFacetsWebService, which is now available for DBpedia at: http://dbpedia.org/fct . -- 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
