1 2 3 4 5 6 7 8 9 10 11 12 13
PREFIX : <http://example.org/> PREFIX foaf: <http://xmlns.com/foaf/0.1/> DELETE { ?s ?p ?o . } USING <http://example.org/g2> WHERE { ?s foaf:knows :d . ?s ?p ?o }