PREFIX foaf: SELECT ?name ?mbox WHERE ( ?x foaf:mbox ?mbox ) {( ?x foaf:mbox ?mbox ) UNION ( ?x foaf:name ?name ) }