【发布时间】:2016-03-14 00:52:25
【问题描述】:
我是 Freebase mql 查询的新手,我想获得所有奖项 (/award/award) 的 /time/recurring_event/current_frequency。
【问题讨论】:
-
请编辑您的问题以显示您到目前为止所做的尝试
我是 Freebase mql 查询的新手,我想获得所有奖项 (/award/award) 的 /time/recurring_event/current_frequency。
【问题讨论】:
该查询在 MQL 中如下所示:
[{
"type": "/award/award",
"name": null,
"/time/recurring_event/current_frequency": [{
"id": null,
"name": null
}]
}]
为了获得所有结果,您需要使用cursor 来翻阅结果集。
【讨论】: