Re: ACTION-575: Propose tests for ADD, MOVE, and COPY

On Jan 20, 2012, at 4:12 PM, Matthew Perry wrote:

> Hi,
> 
> I added some SPARQL Update shortcut tests in /add /move and /copy.

Here's another issue. In copy-07, the update is:

COPY :g1 TO :g1

which the spec says is equivalent to:

DROP SILENT GRAPH :g1;
INSERT { GRAPH :g1 { ?s ?p ?o } } WHERE { GRAPH :g1 { ?s ?p ?o } }

But I think the natural understanding of copying :g1 to :g1 is what the test case expects (that :g1 is unchanged), not that the graph is dropped, and then the copy is left with an empty graph to copy from/to.

.greg

Received on Thursday, 26 January 2012 15:47:40 UTC