I have the following delete statement:
delete {?s ?p ?o} {<http://www.example.org/test/unit213> ?p ?o.
?s ?p ?o}
The URI http://www.example.org/test/unit213
is valid, since I get on select, among others,
<http://www.example.org/test/unit213> rdf:type <http://www.example.org/test/unit>
Still, I get the following result:
No result
Can anyone tell me why?