PREFIX dc: DELETE { <> dc:title "Hello" . } INSERT { <> dc:title "Ciao" . } WHERE { <> dc:title ?t . }