MQL - 检查主题是否具有关联的图像


MQL - checking whether a topic has an associated image

我正在使用 Freebase Image Service例如。

阿尼的形象

但是,许多主题没有图像例如。

伏地魔

如何使用 MQL(和 PHP)检查主题以查看它是否有关联的图像?

查看 /common/topic/image 属性 - 例如,

{
  "id": "/en/snow_leopard",
  "/common/topic/image": [{
    "id":   null,
    "name": null
  }]
}​

查询编辑器链接 - 将其包装到 PHP 中应该很容易。