blob: b31ff3ad4bd479055c9fe8a34b0e4bcbcfb084d2 (
plain)
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/g3>
WHERE
{
GRAPH <http://example.org/g2> { ?s foaf:knows :d .
?s ?p ?o }
}
|