PREFIX dc: DELETE { ?s dc:title "Hello" . } INSERT { ?s dc:title "Ciao" . } WHERE { { ?s dc:title "Hello" . } UNION { ?s dc:title "Hola" . } }