Re: [Virtuoso-users] Paging long SPARQL query

2012-02-29 Thread Lars Marius Garshol
* 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 o

[Virtuoso-users] Paging long SPARQL query

2012-02-25 Thread Lars Marius Garshol
I want to link two Linked Open Data sets (specifically dbpedia and data.deichman.no) that are 800,000 and 200,000 records respectively. The only way I have of accessing these are open SPARQL endpoints. Both run Virtuoso, but I have no JDBC, iSQL or any other form of access except SPARQL. Tryin