blob: 76ba1def657520c0c9a70d6b9a7fd88ca6805c9c [file] [log] [blame]
PREFIX ex: <http://example/>
DROP ALL
;
INSERT DATA { GRAPH ex:g { ex:s ex:p ex:o }}
;
WITH ex:g
INSERT { ex:s2 ex:p2 ex:o2 }
WHERE { ?s ?p ?o }