An open API service indexing awesome lists of open source software.

https://github.com/awwright/node-sparql-query

Evaluate SPARQL queries against an RDF graph
https://github.com/awwright/node-sparql-query

Last synced: about 1 month ago
JSON representation

Evaluate SPARQL queries against an RDF graph

Awesome Lists containing this project

README

          

# sparql-query

An in-memory graph query for ECMAScript.

Depends on the SPARQL query being already parsed, see [SPARQL.js](https://github.com/RubenVerborgh/SPARQL.js).

Try a demo in your browser:

```sh
npm install
make
open web/index.xhtml
```