Obtain /common/topic/description in Freebase MQL

て烟熏妆下的殇ゞ 提交于 2019-12-10 23:31:08

问题


Good day,

how can I obtain the topic text description in Freebase? For example, I ask MQL query about Chernobyl disaster:

[{
  "type": "/common/topic",
  "description": null,
  "mid": "/m/07q37w"
}]

but obtain null description. At the same time I can see non-null description at Freebase page: http://www.freebase.com/m/07q37w


回答1:


/common/topic/description is a pseudo-property which is not accessible through MQL. You can use the Topic API as follows:

https://www.googleapis.com/freebase/v1/topic/m/07q37w?filter=/common/topic/description



来源:https://stackoverflow.com/questions/15732247/obtain-common-topic-description-in-freebase-mql

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!