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