We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我不知道 Virtuoso 的 Node.js 库,就像 MySQL、Postgres 等库一样。可以使用 Web 服务器通过 HTTP 连接到 Virtuoso 以查询 Quad Store (VSP) 或 SPARQL 端点 或使用我们拥有的驱动程序/提供程序的任何数据访问接口其中包括 ODBC、JDBC、ADO.Net、OLEDB 或 RDF 数据提供商 Jena、Sesame、Redland 等。因此,node.js 是否具有用于通过这些方式连接到服务器的通用库?
I am not aware of node.js library for Virtuoso as you have for MySQL, Postgres and the like. Connections to Virtuoso for querying the Quad Store can be made via HTTP using the Web Server (VSP) or SPARQL endpoint or using any of the Data Access interface we have drivers/providers for which include, ODBC, JDBC, ADO.Net, OLEDB or RDF Data providers Jena, Sesame, Redland and others. Thus does node.js have generic libraries for connection to servers via any of these means ?
您可以使用 https://github.com/Tomas2D/virtuoso-connector NPM 库,只需释放。
另一种方法是使用 Virtuoso SPARQL 端点,您可以在其中发送 HTTP 请求。
PS:我是作者。
You can use https://github.com/Tomas2D/virtuoso-connector NPM library, just released.
Another approach is to use Virtuoso SPARQL endpoint where you can send HTTP requests.
PS: I am the author.