PREFIX foaf: SELECT ?label { ?x foaf:mbox ?mbox . OPTIONAL { ?x foaf:name ?label } OPTIONAL { ?x foaf:nick ?label } }