Moving a given subset of triples to another graph.

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