- From: Olivier Rossel <olivier.rossel@gmail.com>
- Date: Tue, 15 Nov 2016 08:10:15 +0100
- To: SPARQL <public-sparql-dev@w3.org>
Hi all. I wonder how I can move all triples matching a given SELECT (like this): SELECT * WHERE { GRAPH <http://mygraph/> {?s rdf:type ?o} } into another named graph (let's call it http://mygraph2). What kind of SPARQL statement would do that?
Received on Tuesday, 15 November 2016 07:11:08 UTC