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

BASIC SPARQL: SELECT #86

Closed jacoscaz closed 4 years ago

jacoscaz commented 4 years ago

BASIC QUERIES

Ref: https://www.w3.org/TR/rdf-sparql-query/#basicpatterns

GRAPH PATTERNS

Ref: https://www.w3.org/TR/rdf-sparql-query/#GraphPattern

FILTERS

Ref: https://www.w3.org/TR/rdf-sparql-query/#termConstraint

jacoscaz commented 4 years ago

Scaffolding for this has just been merged into devel!

jacoscaz commented 4 years ago

Now available on NPM in quadstore@7.0.1-alpha.5