从 Google Freebase 主题 API 请求特定属性

Request specific properties from Google Freebase Topic API

我只想查询特定主题的特定属性,如“/common/topic/description”、“/common/topic/image”和“/common/topic/notable_for”。如果我可以一次为多个主题请求这些属性,那就更好了。或者它是否必须只是“/common/topic”过滤器?

更新
我针对主题 /en/the_doors https://www.googleapis.com/freebase/v1/topic/en/the_doors?filter=(all%20/common/topic/image%20/common/topic/description)
尝试了此查询 它以错误消息 "filter is invalid: (all /common/topic/image /common/topic/description) is not a valid filter, try one of allproperties,commons,all,suggest or a schema path."

响应

答案很明显)
https://www.googleapis.com/freebase/v1/topic/en/the_doors?filter=/common/topic/notable_for&filter=/common/topic/description&filter=/common/topic/image