我是Freebase mql查询的新手,想获得所有奖项的/ time / recurring_event / current_frequency(/奖励/奖励)。
答案 0 :(得分:0)
该查询在MQL中如下所示:
[{
"type": "/award/award",
"name": null,
"/time/recurring_event/current_frequency": [{
"id": null,
"name": null
}]
}]
为了获得所有结果,您需要使用cursor来浏览结果集。