用于 RDF 存储(持久)的 Node.js 模块并支持 SPARQL HTTP 协议?
我正在寻找一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
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.
谷歌快速搜索在 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
我正在碰触这个线程,因为我一直在寻找类似的解决方案并找到了一些东西。
截至今天,有一组 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