Hi, I am aware that the question is immediately related to Jena, but it is SPARQL related so I hope it would be interesting for the group. If we have a set of resources that can be ordered according to some value, is it possible to materialize the order using SPARQL?
For example, let us given set of people with birthday dates. We can write a SPARQL query that would select such a set and return it in an ordered form by means of the ORDER clause. The question is whether it is possible to write a SPARQL UPDATE query that would insert ex:older relation between all pairs of immediately consecutive elements in the order? Thanks, Milorad