You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: