PREFIX foaf: PREFIX data: SELECT ?src ?bobAge FROM data:aliceFoaf data:bobFoaf WHERE GRAPH ?src { ( ?x foaf:mbox ) ( ?x foaf:age ?bobAge ) }