# filename: ex482.ru PREFIX v: PREFIX foaf: DELETE { ?s foaf:mbox ?o . } INSERT { ?s v:email ?o . } WHERE { ?s foaf:mbox ?o . }