- From: Steve Harris <steve.harris@garlik.com>
- Date: Tue, 25 May 2010 15:59:34 +0100
- To: "public-rdf-dawg@w3.org Group" <public-rdf-dawg@w3.org>
This closes ACTION-250
DELETE DATA { <x> <y> <z> };
INSERT {
?x ?y ?z
}
WHERE {
SERVICE <http://localhost/sparql/> {
GRAPH <a> { ?x ?y ?z }
}
};
The question is, will <x> <y> <z> end up in the default graph or not? Depends on how your transaction/barrier/atomicity works.
Of course, it could well be that no-one cares, it's a bit of a corner case.
- Steve
--
Steve Harris, Garlik Limited
1-3 Halford Road, Richmond, TW10 6AW, UK
+44 20 8439 8203 http://www.garlik.com/
Registered in England and Wales 535 7233 VAT # 849 0517 11
Registered office: Thames House, Portsmouth Road, Esher, Surrey, KT10 9AD
Received on Tuesday, 25 May 2010 15:00:12 UTC