https://github.com/rendermani/nodejs-sparql-db-client
Simple client for different Sparql databases
https://github.com/rendermani/nodejs-sparql-db-client
Last synced: 4 months ago
JSON representation
Simple client for different Sparql databases
- Host: GitHub
- URL: https://github.com/rendermani/nodejs-sparql-db-client
- Owner: rendermani
- Created: 2013-04-26T09:11:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T13:18:47.000Z (over 8 years ago)
- Last Synced: 2023-06-03T09:10:14.398Z (almost 3 years ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sparql-db-client for node.js
============================
Simple client for different Sparql databases.
Different customized connection-settings can be added to the drivers directory.
Right now it's only OWLIM, but others will come, like "Default-w3c".
==Installation:
- unpack into node_modules/sparql-db-client
- try the test.js example
It is not in NPM yet.
2013 Manuel Lautenschlager