Hi there,
I am trying to design a simple query to return a list of the 4,600 disease
infoboxes that are part of dbpedia. However, I cannot seem to retrieve more
than 320 diseases, which is somewhat frustrating!
My query is as follows:
http://dbpedia.org/snorql/?query=SELECT+%3Fname+%3Fmeshid+WHERE+{+%0D%0A+++++%3Fname+dbpedia2:wikiPageUsesTemplate+<http://dbpedia.org/resource/Template:Infobox_Disease>+.%0D%0A+++++%3Fname+dbpedia2:meshid+%3Fmeshid+.%0D%0A}+LIMIT+100+OFFSET+100<http://dbpedia.org/snorql/?query=SELECT+%3Fname+%3Fmeshid+WHERE+{+%0D%0A+++++%3Fname+dbpedia2:wikiPageUsesTemplate+%3Chttp://dbpedia.org/resource/Template:Infobox_Disease%3E+.%0D%0A+++++%3Fname+dbpedia2:meshid+%3Fmeshid+.%0D%0A}+LIMIT+100+OFFSET+100>
SELECT ?name ?meshid WHERE {
?name dbpedia2:wikiPageUsesTemplate <
http://dbpedia.org/resource/Template:Infobox_Disease> .
?name dbpedia2:meshid ?meshid .
}
I'm sure it's just a simple error that I'm making. Any help would be very
much appreciated!
Thank you very much in advance,
Best wishes,
Chris
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion