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
{{ message }}
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
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.
Hi,
at metaphacts we found that the SPARQL generator does omit the source graph when serializing SPARQL 1.1. Update
ADD,MOVEorCOPYoperations (c.f. https://www.w3.org/TR/sparql11-update/#copy) .For example,
ADD <http://example.com/my-graph> TO <http://example.com/your-graph>becomesADD 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.