在 python 中设置 rdf 三元组存储的好解决方案?

发布于 2024-09-30 08:29:01 字数 185 浏览 0 评论 0原文

我正在寻找像 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

牛↙奶布丁 2024-10-07 08:29:01

是的,我同意 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.

痴情换悲伤 2024-10-07 08:29:01

There is a new python SQLAlchemy and RDFLib module for the Virtuoso RDF Store that is worth considering also ...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文