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

Incorrect serialization of ADD, MOVE, COPY statements in SPARQL generator. #150

Open
Ladone3 opened this issue Apr 12, 2022 · 0 comments
Open

Comments

@Ladone3
Copy link

Ladone3 commented Apr 12, 2022

Hi,
at metaphacts we found that the SPARQL generator does omit the source graph when serializing SPARQL 1.1. Update ADD, MOVE or COPY operations (c.f. https://www.w3.org/TR/sparql11-update/#copy) .
For example, ADD <http://example.com/my-graph> TO <http://example.com/your-graph> becomes ADD TO <http://example.com/your-graph> after the parse/serialize roundtrip (c.f. metaphacts@05a334d for failing test). We will bring up a PR in a minute.

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

1 participant