PREFIX foaf: PREFIX data: SELECT ?src ?bobAge WHERE { GRAPH ?src { ?x foaf:mbox . ?x foaf:age ?bobAge } }