什么属性会获取维基百科对主题的描述?

时间:2013-04-12 08:00:31

标签: freebase mql

我知道某个主题的/ common / topic / description属性。当我访问特定主题的页面时,主题的此属性有许多实例。以下哪些是维基百科的描述(如果存在主题)?

基本目标是获取主题的描述,并且如果主题存在,则优先考虑维基百科描述。

主题的哪些属性可以帮助我获取此内容?

1 个答案:

答案 0 :(得分:1)

如果您从Topic API请求/common/topic/description,您会看到引用数据,告诉您来自维基百科的描述。

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

{
 "id": "/m/09c7w0",
 "property": {
  "/common/topic/description": {
   "valuetype": "string",
   "values": [
    {
     "text": "The United States of America, commonly called the United States and America, is a federal...",
     "lang": "en",
     "creator": "/user/wikirecon_bot",
     "project": "wikirecon",
     "dataset": "/m/0kj4zz_",
     "citation": {
      "provider": "Wikipedia",
      ...
}