DELETE {...} USING <g3> WHERE { GRAPH <g2> {...} } deletes rows it must not (W3C dawg-delete-using-02a: expected 5 triples to remain, 3 remain). Single-operation, verified; the explicit GRAPH block's scope is polluted by USING dataset selection (fluree-db-transact/src/stage.rs:1382-1399 region).
Data loss in a supported UPDATE form. Roadmap PR-U6 (sequenced after the GRAPH-operator conformance PR).
Found and verified by the W3C SPARQL burn-down audit (PR #1437; docs/audit/burn-down/ROADMAP.md §5 on branch test/sparql-testsuite-full-coverage).
DELETE {...} USING <g3> WHERE { GRAPH <g2> {...} }deletes rows it must not (W3Cdawg-delete-using-02a: expected 5 triples to remain, 3 remain). Single-operation, verified; the explicit GRAPH block's scope is polluted by USING dataset selection (fluree-db-transact/src/stage.rs:1382-1399region).Data loss in a supported UPDATE form. Roadmap PR-U6 (sequenced after the GRAPH-operator conformance PR).
Found and verified by the W3C SPARQL burn-down audit (PR #1437;
docs/audit/burn-down/ROADMAP.md§5 on branchtest/sparql-testsuite-full-coverage).