PREFIX dc: <http://purl.org/dc/elements/1.1/> DELETE { <> dc:title "Hello" . } INSERT { <> dc:title "Ciao" . } WHERE { <> dc:title ?t . }