* Lars Marius Garshol
>
> Trying to do simple paging via
>
> order by ?uri limit 1000 offset 4000
>
> and stepping up the offset doesn't work, because I get [...]
>
> I've tried simply turning off paging and trying to get the entire data set in
> one go, but then the result set is chopped off at 10,000 rows.
If anyone else runs into this, the solution is to download the data set by
doing something like:
CONSTRUCT {?s ?p ?o.} WHERE { ?s a foaf:Person ; ?p ?o . }
These queries are not cut off, apparently, so that lets you download the
relevant portion of the data set for local use.
--Lars M.
http://www.garshol.priv.no/tmphoto/
http://www.garshol.priv.no/blog/