I can delete a triple identifying it by each of the three elements:
DELETE DATA
{ GRAPH <http://my.graph.com>
{
<http://my.domain.com/foo> <http://standard.com/catalog#title> "ABC" .
}
};
If I omit "ABC"I get an error. How can I delete triples identifying them by only the first two elements?
You want delete where:
delete where { <http://some-subject> <http://some-predicate> ?anyObject }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With