Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

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

@Ladone3

Description

@Ladone3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions