有名人に関する基本的な情報を取得するために、freebaseにクエリを実行したいと思います。たとえば、出生地やマドンナの性別を知りたいです。
私は以下を使用してマドンナの友達を獲得することを達成しました:
https://www.googleapis.com/freebase/v1/mqlread?&query = {"id": "/ en / madonna"、 "name":null、 "type": "/ base / popstra / celebrity"、 " / base / popstra / celebrity / friendship ":[{"参加者 ":[]}]}
しかし、私はこの要求をかなりよく理解していません。上で話した情報を取得するためにどのように変更できますか?
私は考えていました:
https://www.googleapis.com/freebase/v1/mqlread?&query = {"id": "/ en / madonna"、 "name":null、 "type": "/ base / popstra / celebrity"、 " / base / popstra / celebrity /genter ":[{"gender ":}]、" / base / popstra / celebrity / place_of_birth ":[{"出生地 ":}]}
しかし、それはうまく機能していません。