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

Consider supporting SPARQL 1.1 Update #67

Open
jindrichmynarz opened this issue Jan 8, 2018 · 2 comments
Open

Consider supporting SPARQL 1.1 Update #67

jindrichmynarz opened this issue Jan 8, 2018 · 2 comments

Comments

@jindrichmynarz
Copy link

A useful feature in tarql can be support of SPARQL 1.1 Update. Currently, tarql is limited to (a series of) CONSTRUCT queries. Supporting SPARQL 1.1 Update would open many useful ways of processing data. An example use case that I'm considering is producing data in multiple named graphs, which is currently not possible with CONSTRUCT queries.

The output could be serialized to any standard serialization of RDF quads, possibly N-Quads to allow streaming serialization.

If support of the complete SPARQL 1.1 Update would introduce too much complexity to tarql, supporting only (a series of) INSERT operations would still deliver a lot of value.

@VladimirAlexiev
Copy link

VladimirAlexiev commented Aug 15, 2022

Updating a graph is useful in pipelines that need to update data.
However, tarql cannot join CSV data to real data in a repo (#25), and N-Quads cannot carry DELETE statements.
So I think you mean only INSERT: or @jindrichmynarz do you have an example with graph update?

@jindrichmynarz
Copy link
Author

Yes, I meant only INSERT statements. CONSTRUCT GRAPH statements would work the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants