在 python 中设置 rdf 三元组存储的好解决方案?
我正在寻找像 ARC2 类一样简单和整洁的东西,供 PHP 在 python 中使用。
到目前为止,我已经研究过 rdflib,但缺乏对 SPARQL 的支持和不准确的文档让我望而却步!
是否有另一个 python 库可以让我快速轻松地设置和使用三重存储,或者我暂时只能使用传统数据库?
感谢您的任何建议:)
i'm looking for something as easy and tidy as the ARC2 class for PHP to use in python.
so far i've taken a look at rdflib, but the lack of support for SPARQL and inaccurate docs are putting me off!
is there another python library which will enable me to set up and use a triple store quickly and easily, or am i stuck with using a traditional database for the time being?
thank for any advice :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,我同意 RDFLib 作为 SPARQL 引擎并不出色,而且扩展性也不强。
对我来说始终有效的一个选项是 4store 作为带有 Python 客户端的三重存储 4store-client。在 4store IRC 频道和 Google 网上论坛中,您会找到有用的支持。
Yes, I agree RDFLib is not great as a SPARQL engine and it doesn't scale much.
An option that always works for me is 4store as a triple store with the Python client 4store-client. In the 4store IRC channel and Google Group you'll find helpful support.
SQLAlchemy 和 RDFLib 模块 用于 Virtuoso RDF Store 也值得考虑...
There is a new python SQLAlchemy and RDFLib module for the Virtuoso RDF Store that is worth considering also ...