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

Alignment to stream-spec #3

Closed rubensworks closed 3 years ago

rubensworks commented 4 years ago

I propose to use the stream-spec as a basis for this query spec, for things like query results and insert/delete streams.

While a sync variant may also make sense, I do not see an immediate need for it, but I'm open for it.

jacoscaz commented 4 years ago

Agreed, no need for a synchronous interface for the time being.

rubensworks commented 3 years ago

Done in #4.