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

2011-12-28 Thread Samir Bilal
Hi Yury Thank you. Using the OFFSET statement, it means I can do as following after the result is sorted. For example to get the third row:   LIMIT 1 OFFSET 3   Best regards Samir De : Yury Katkov À : Samir Bilal Cc : "dbpedia-discu

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

[Dbpedia-discussion] Re : Dbpedia on local PC

2011-05-02 Thread Samir Bilal
Hi, I would like to know how can I install Dbpedia on local machine to query the dataset like a SPARQL endpoint. Best regards Samir De : baran_H À : Max Jakob Cc : dbpedia-discussion@lists.sourceforge.net Envoyé le : Ven 29 avril 2011, 17h 36min 17s Objet

[Dbpedia-discussion] musicbrainz Ontology

2011-02-28 Thread Samir Bilal
Hello All, I am looking for the musicbrainz ontology like the file at http://downloads.dbpedia.org/3.6/dbpedia_3.6.owl.bz2 for Dbpedia. Thank you very much. Best regards Samir -- Free Software Download: In

[Dbpedia-discussion] YAGO class hierarchy

2011-02-20 Thread Samir Bilal
Hi, Is it possible to find the YAGO class hierarchy. I am interested to see the relation between classes (schemas): the hierarchy, the object type properties and the data type properties of classes not the dataset. Best regards Samir -