Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 python 库rdflib来查询 Freebase 的主题。
rdflib
我发现Freebase返回的主题数据不完整。例如,当我查询时:
http://rdf.freebase.com/rdf/en.barack_obama
place_of_birth虽然我可以在使用 MQL 查询该属性时验证数据是否存在,但结果不包含有关的数据。
place_of_birth
我的问题是:我可以依靠对 RDF 服务的查询来返回给定主题的所有 rdf 三元组吗?
如果没有,有没有办法确保我得到所有的三元组?
不幸的是,答案是否定的。某些主题链接到 Freebase 中的数千个其他主题,如果我们不对返回的三元组数量施加限制,我们的 API 将超时。我们将在不久的将来发布 Freebase 的完整 RDF 转储。这将是获取所有 RDF 数据的最佳方式。