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