- From: william greenly <william_greenly@hotmail.com>
- Date: Mon, 14 Mar 2011 12:11:03 +0000
- To: <public-rdf-dawg-comments@w3.org>
Received on Tuesday, 15 March 2011 15:33:30 UTC
Are there any plans to extend federation extensions to cover SPARQL Update.
For nearly every example in the SPARQL Update WD, I can see a way to incorporate federation extensions e.g:
PREFIX dc: <http://purl.org/dc/elements/1.1/>
INSERT DATA {
SERVICE <http://example1/sparql> {
GRAPH <http://example1/bookStore> {
<http://example/book3> dc:title "Fundamentals of Compiler Design"
}
GRAPH <http://example1/bookstore2> {
<http://example/book3> dc:title "Fundamentals of Compiler Design"
}
GRAPH <http://example1/bookstore3> {
<http://example/book3> dc:title "Fundamentals of Compiler Design"
}
}
SERVICE <http://example2/sparql> {
GRAPH <http://example2/shop> {
<http://example/book3> dc:title "Fundamentals of Compiler Design"
}
GRAPH <http://example2/shop2> {
<http://example/book3> dc:title "Fundamentals of Compiler Design"
}
}
}
I am sure the benefits would be huge.
Many Thanks,
William Greenly
Volkswagen UK Technical Lead
Received on Tuesday, 15 March 2011 15:33:30 UTC