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
That module only covers sparql-query at the moment (via the SparqlDataset trait, which you can tell by the fact that the query method takes an immutable reference.
Arguably, a companion SparqlUpdateDataset trait should be defined, with an update method, following the same pattern as elsewhere in Sophia (Graph/MutableGraph for example). A PR would be welcome :-)
It looks like the RFC separates out Update from Query.
Is it possible to integrate that into
sophia_api
?The text was updated successfully, but these errors were encountered: