私はDBpediaに複数のキーワードを問い合わせたいと思っています。
http://api.freebase.com/api/service/search?query=%2BEgypt%2BPyramids
私は「エジプトのピラミッド」、「古代エジプト」、「ギザのピラミッド(エジプト)」のような妥当な結果を得ています。
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
私はこのようなクエリを書く:
http://lookup.dbpedia.org/api/search.asmx/KeywordSearch?QueryClass=place&QueryString=Egypt+pyramid
これは正しい方法ですか?