I am building a NED system for assignment. To find the candidate entities out of all wikipedia entities that can be linked name mentions I am planning to use dbpedia. But dbpedia query is not showing all pages.
For example an entity dbpedia/pages/Jaguar is shown as having rdf:type owl:Thing but when I run following query the results do not include Jaguar.
SELECT ?subject WHERE {
?subject rdf:type owl:Thing}
Is it because it filters out some results automatically if there are too many results? What is the solution?