types icon indicating copy to clipboard operation
types copied to clipboard

New spec idea: SPARQL queries

Open tpluscode opened this issue 11 months ago • 2 comments

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

tpluscode avatar Dec 31 '24 08:12 tpluscode

We also have this one: https://github.com/rdfjs/query-spec

rubensworks avatar Dec 31 '24 10:12 rubensworks

Ah, I knew I saw that at some point but I did not search the repo list 😇

Let's continue that?

tpluscode avatar Dec 31 '24 10:12 tpluscode