 # jena -q -qf john.sparql2
 prefix : <foo://bla/names#>
 select ?X ?Y ?A
 from <file:john.rdf>
 where {?X :child ?Y . ?Y :age ?A} 
