@prefix foaf: <http://xmlns.com/foaf/1.1/> .
@prefix earl: <http://www.w3.org/WAI/ER/EARL/nmg-strawman#> .
@prefix log: <http://www.w3.org/2000/10/swap/log#> .

{ [ a <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/mbox> ?direccion ;
    ?relacion ?objeto ] .

     ?y a earl:Assertor ; 
        earl:email ?direccion } 

=> { ?y ?relacion ?objeto } .
