I want to query DBpedia for multiple keywords, when I query freebase for example using this:

http://api.freebase.com/api/service/search?query=%2BEgypt%2BPyramids 

I get reasonable results like: "Egyptian Pyramids", "Ancient Egypt", "Pyramids of Giza (Egypt)".

However whenever I try to query dbpedia with multiple keywords I get an empty ArrayofResult, although when I query for each keyword on its own I do get results.. I couldn't find any documentation for DBpedia's Keyword search service, only this: http://dbpedia.org/lookup

I write the query like this:

http://lookup.dbpedia.org/api/search.asmx/KeywordSearch?QueryClass=place&QueryString=Egypt+pyramid

Is this the right way of doing it?

link|improve this question

61% accept rate
possible duplicate of Work around to query DBpedia for two keywords – gizmo Oct 28 '11 at 10:05
you can find answer to your question here: stackoverflow.com/questions/7927643/… – Michael Nov 13 '11 at 16:04
feedback

1 Answer

Don't limit the results with place class, it seems doesn't work

http://lookup.dbpedia.org/api/search.asmx/KeywordSearch?QueryClass=&QueryString=Egyptian%20Pyramids

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.