Hi,
When I try to make a query on my SPARQL endpoint I have this error :
Virtuoso 22023 Error SR353: Sorted TOP clause specifies more then
11000 rows to sort. Only 10000 are allowed. Either decrease the offset
and/or row count or use a scrollable cursor
Whereas my ResultSetMaxRows property is setted to "100000".
The query is :
SELECT ?a ?v0
FROM <http://fr.dbpedia.org>
WHERE {
?a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <
http://dbpedia.org/ontology/Place> .
OPTIONAL {
?v0 <http://dbpedia.org/ontology/wikiPageRedirects> ?a .
}
} ORDER BY ?a OFFSET 10000 LIMIT 1000
And my Virtuoso version is 07.00.3207.
How I can solve this issue ?
Thanks in advance.
Julien.
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users