Re: [Dbpedia-discussion] DBpedia ontology

2011-12-27 Thread Tom Morris
On Mon, Dec 26, 2011 at 7:26 PM, Patrick Cassidy wrote: > I have looked briefly at the DBpedia ontology and it appears to leave a > great deal to be desired in terms of what an ontology is best suited for: to > carefully and precisely define the meanings of terms so that they can be > automaticall

[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 __