On 15 Oct 2010, at 21:23, Olivier Rossel wrote: > Is there a way to constrain my SPARQL queries to return all the data for the > first 100 towns, then all the data for the second 100 towns, etc ? > > Note: oh, by the way, in my app, I use CONSTRUCT and SELECT ! I don't know if > that is an important point. But anyway... :) It is important since you could do this using describe :-) DESCRIBE ?town { ... } LIMIT 100 One of the many things I like about describe. DamianReceived on Saturday, 16 October 2010 09:51:40 UTC
This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 08:45:20 UTC