quadstorejs / quadstore

A LevelDB-backed graph database for JS runtimes (Node.js, Deno, browsers, ...) supporting SPARQL queries and the RDF/JS interface.
https://github.com/quadstorejs/quadstore
MIT License
203 stars 14 forks source link

Support for SPARQL UPDATE #74

Closed jacoscaz closed 4 years ago

jacoscaz commented 5 years ago

We're adding native SPARQL support in version 7!

https://www.w3.org/TR/sparql11-update/#updateLanguage

Quad Management

Graph Management

jacoscaz commented 4 years ago

Native support for SPARQL queries, perhaps limited to a subset of the SPARQL specification, should come relatively easily after adding support for complex queries (which I am currently working on).

jacoscaz commented 4 years ago

Close in favor of using a dedicated project to track the overall state of SPARQL support.