2

我想创建一个查询,例如返回出生于 5 月 2 日的人 - 与年份无关。如何在 MQL 中进行此搜索?谢谢卡洛斯

4

1 回答 1

1

It's not possible to do this query in MQL. You can do this with the Freebase Search API like this though:

https://www.googleapis.com/freebase/v1/search?filter=(all+/people/person/date_of_birth:"-05-02")&output=(/people/person/date_of_birth)
于 2013-11-12T01:04:55.767 回答