Re: [Dbpedia-discussion] Get a specific row given its rank from an ordered result in SPARQL

2011-12-28 Thread Yury Katkov
Hi! If I understand correctly you need to use OFFSET statement. - Yury Katkov On Tue, Dec 27, 2011 at 10:37 AM, Samir Bilal wrote: > Hi, > Is it possible to do ranking in SPARQL, to get a row given its rank from > an ordered result. For example for the first row we can > use ORDER BY

[Dbpedia-discussion] Get a specific row given its rank from an ordered result in SPARQL

2011-12-27 Thread Samir Bilal
Hi, Is it possible to do ranking in SPARQL, to get  a row given its rank from an ordered result. For example for the first row  we can use ORDER BY  DESC(?property)  and using the LIMIT clause as LIMIT 1. How can we get only the second or  third row for example?   Best regards Samir __