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
Hi, and thanks for writing this library. I really like the ergonomics here, especially since we're currently struggling to find a SPARQL client library that allows us to easily define initial variable bindings and transformations for the results. Unfortunately we will also need DELETE/INSERT support for our application.
Is support for this planned in the future? How much effort do you think would be needed to add support for it, in case we try to add it? :)
The text was updated successfully, but these errors were encountered:
Hi @peacememories ! Including DELETE/INSERT would be for sure an interesting update.
The biggest challenge is that D/I have an additional place for the SPARQL expressions to be removed/inserted, differently from SELECT, in which we have the sole WHERE.
Our use case would be to have blazegraph as main data backend for our current application. We store our data in RDF because we do some reasoning on it, but at the same time the application has a pretty typical CRUD frontend, so we need D/I functionality. we're currently using sparql-http-client, but having a quasi-dsl like sparql-transformer for creating queries would be much less of a headache
Hi, and thanks for writing this library. I really like the ergonomics here, especially since we're currently struggling to find a SPARQL client library that allows us to easily define initial variable bindings and transformations for the results. Unfortunately we will also need DELETE/INSERT support for our application.
Is support for this planned in the future? How much effort do you think would be needed to add support for it, in case we try to add it? :)
The text was updated successfully, but these errors were encountered: