# jena -q -qf john-striped-attrs.sparql
prefix : <foo://bla/names#>
select ?X ?Y ?N
from <http://www.semwebtech.org/Persons>
where {?X :child ?Y . ?Y :name ?N} 
