Re: Change in execution order between Jena 2.7.2 and 2.7.3

2012-08-11 Thread Andy Seaborne
On 11/08/12 00:50, Holger Knublauch wrote: On 8/10/2012 19:40, Andy Seaborne wrote: On 10/08/12 02:12, Holger Knublauch wrote: Andy, we are evaluating the move to 2.7.3 and have been immediately hit by what looks like a change of SPARQL semantics in ARQ. See the attached Java test which

[ARQ] ResultSetFormatter and typed literals

2012-08-11 Thread Dimitris Spanos
Hello all, I have a ResultSetStream and I am using ResultSetFormatter to format it. So far, I have used the asText() and toModel() methods to get it as plain text or stored in a Model respectively. However, Bindings to typed literals (with an xsd:integer datatype, to be precise) are output as

Re: Change in execution order between Jena 2.7.2 and 2.7.3

2012-08-11 Thread Holger Knublauch
Hi Andy, oh my, this is really a bigger issue than I thought. The following query pattern also no longer works SELECT * WHERE { GRAPH http://spinrdf.org/spin { ?x rdfs:label ?label . } BIND (?label AS ?result) . } The above is again an artificial test case that makes no