summaryrefslogtreecommitdiff
path: root/test/DAWG/data-sparql11/delete/delete-05.ru
blob: 681cd5758f388e8032da44f1ae582385ba4e3d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PREFIX     : <http://example.org/> 
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 

DELETE 
{
  ?s ?p ?o .
}
WHERE 
{ 
  :a foaf:knows ?s .
  ?s ?p ?o
}