> I may have time to test if the change in this pull request [1] could create > such response. Feel free to comment there should you have any suggestion, or > if you could help testing it.
I'd love to help testing this feature, although I haven't used Java in years so I'm not 100% sure what's the best way to test this. I guess I'll simply recompile the whole package and submit queries. Btw, I just realized that using "<person-1>" in my example (previous email) might have been a bit misleading. What I was trying to show was the results of a query to "retrieve people, the books they've read, and for each book title/author/characters". Roughly speaking my idea is that of traversing the graph starting from some node, and return some properties for selected nodes along the way. If this makes sense. This doesn't seem to be possible right now, at least not with Jena/SPARQL since all results are flattened into a plain list. I hope something can be done for this, because it would be extremely cool and extremely useful as well :)
