fragments_delete.sparql 91 B

1234567
  1. PREFIX : <http://ex.org/>
  2. DELETE {
  3. <#hash1234> ?p ?o .
  4. }
  5. WHERE {
  6. <#hash1234> ?p ?o .
  7. }