# jena -q -qf john-local-rdf.sparql
prefix : <foo://bla/names#>
select ?X ?Y ?N
from <file:john-local.rdf>
where {?X :child ?Y. ?Y :name ?N} 
