/sparql-support

SPARQL support is an SPARQL client / SPARQL query editor works on web browser.

Primary LanguageJavaScript

SPARQL support

SPARQL support is an SPARQL client / SPARQL query editor works on web browser.

img

Development

$ npm install

Open index.html in web browser.

Release

$ npm version patch # or minor, major
$ git push --follow-tags
$ npm publish