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