Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Abstraction #182

Open
Jezza opened this issue Nov 19, 2024 · 1 comment
Open

Update Abstraction #182

Jezza opened this issue Nov 19, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Jezza
Copy link

Jezza commented Nov 19, 2024

It looks like the RFC separates out Update from Query.

Is it possible to integrate that into sophia_api?

@pchampin
Copy link
Owner

By RFC, I assume that you mean W3C Recommendation.
Also, Sophia covers quite of few of those, but the Update and Query keywords make me think that you are referring to SPARQL (i.e. https://www.w3.org/TR/sparql-query/ and https://www.w3.org/TR/sparql-update/), hence to the sophia_api.sparql module.

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 :-)

@pchampin pchampin added the help wanted Extra attention is needed label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants