types
types copied to clipboard
New spec idea: SPARQL queries
I post here because this repo probably has the best reach to discuss RDF/JS at the moment.
We have 3 specs: data model, dataset and stream. I was thinking about queries but it does not fit any of those three. I think it makes sense to create a new one to complete the RDF/JS set of features. What do you think?
There are existing implementations which allow querying: comunica, sparql-http-client, oxigraph, fetch-sparql-endpoint, rdflib.js. each has its own way to execute queries, tweaking the request parameters and accessing the results.
I would like to propose that a new spec creates a common denominator for all implementation so that they should be easily swapped
We also have this one: https://github.com/rdfjs/query-spec
Ah, I knew I saw that at some point but I did not search the repo list 😇
Let's continue that?