gpt4 book ai didi

Freebase MQL 查询 - 不返回结果

转载 作者:行者123 更新时间:2023-12-02 03:47:45 26 4
gpt4 key购买 nike

我正在尝试几个非常简单的查询,以从 Freebase 检索政党成员,特别是英国工党。我无法让他们返回任何结果,欢迎任何关于为什么会这样的想法:

查询 1:

[{
"id": "/m/01c9x",
"name": null,
"/government/political_party/politicians_in_this_party": []
}]

查询 2:

[{
"type": "/government/politician",
"mid": null,
"name": null,
"/government/politician/party": {
"mid": "/m/01c9x"
}
}]

我正在尝试在以下站点运行它们:http://www.freebase.com/query

非常感谢。

最佳答案

与聚会的联系是日期中介的,因此您需要更进一步:

[{
"type": "/government/politician",
"mid": null,
"name": null,
"party": [{
"party": {
"id": "/m/01c9x"
}
}]
}]

如果您想在特定日期限制聚会的成员资格,您可以在中介节点上使用 fromto 属性。

关于Freebase MQL 查询 - 不返回结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15854345/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com