用于 RDF 存储(持久)的 Node.js 模块并支持 SPARQL HTTP 协议?

发布于 2024-11-30 17:22:48 字数 157 浏览 0 评论 0原文

我正在寻找一个 Node.js 模块,它将充当持久 RDF 存储,并且还支持 SPARQL 协议(端点)。

实际上,我已经/将有一些 RDF,我应该将其发布为链接数据,并且还允许通过 SPARQL 端点访问 RDF 数据。

欢迎任何帮助!谢谢。

干杯!

I am looking for a Node.js module that will act as persistent RDF storage and also will have support for an SPARQL protocol (endpoint).

Actually, I have/will some RDF that I should publish as Linked Data and also to allow access to the RDF data through a SPARQL endpoint.

Any help is welcome! Thanks.

Cheers!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

我最亲爱的 2024-12-07 17:22:48

RDFStore-js 现在支持持久化,使用 MongoDB 作为后端,并使用 SPARQL 协议进行 HTTP 访问。

您可以查看 README 文件的“独立 SPARQL 端点”部分以了解详细信息。

RDFStore-js now supports persistence, using MongoDB as the backend, and the SPARQL protocol for HTTP access.

You can take a look at the 'Stand-alone SPARQL end-point' section of the README file for the details.

心头的小情儿 2024-12-07 17:22:48

谷歌快速搜索在 Github 上发现了这个 - https://github.com/antoniogarrote/rdfstore-js

看起来它会完全按照你想要的方式做

A quick google search turned up this on Github - https://github.com/antoniogarrote/rdfstore-js

Looks like it will do exactly what you want

揽月 2024-12-07 17:22:48

我正在碰触这个线程,因为我一直在寻找类似的解决方案并找到了一些东西。

截至今天,有一组 3 个 NodeJS 模块填充了用例并仍在维护:

我刚刚在 github 上创建了一个具有最小用例的要点:https://gist.github.com/antoine-morvan/0b0505147771c492e25a90f88ca4ea40

I'm bumping this thread since I was looking for similar solution and found something.

As of today, there is a set of 3 NodeJS modules filling the use case and still maintained:

I just created a gist on github with a minimal usecase : https://gist.github.com/antoine-morvan/0b0505147771c492e25a90f88ca4ea40

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