rdfjs / query-spec

RDF/JS: Query specification 1.0 – This specification provides provides a common interface for RDF query engine in JavaScript
https://rdf.js.org/query-spec/
6 stars 0 forks source link

Add initial spec version #4

Closed rubensworks closed 3 years ago

rubensworks commented 3 years ago

This initial version of the query spec aims to provide interfaces to enable filtering quads based on expressions. This should enable different querying-related libraries to collaborate on evaluating filter expressions. For example, one library could start evaluating a SPARQL query, but push down certain filters to another storage-level library for more efficient evaluation.

This PR is based on an internal document in collaboration with @jacoscaz (could you add your name to the authors/editors list?).

Other interfaces for other querying capabilities are out of scope for this PR.

Preview: https://raw.githack.com/rdfjs/query-spec/93c773cf55ac720c5bb1082e9023f4cb9c401c59/index.html