Re: Is FROM inside of SERVICE legal?

2012-08-12 Thread Macedo Maia
Sorry, now i understand your question. Do you want to acess any data in a virtuoso graph? If yes, you can try this query: SELECT * WHERE { SERVICE { SELECT ?s ?id from WHERE {

Re: Is FROM inside of SERVICE legal?

2012-08-12 Thread Macedo Maia
2012/8/13 Macedo Maia <85.m...@gmail.com> > You can try this query > > > SELECT * > WHERE > { >SERVICE >{ SELECT * >WHERE >{ ?s a . > ?s ?id . >} >} > } >

Re: Is FROM inside of SERVICE legal?

2012-08-12 Thread Macedo Maia
You can try this query SELECT * WHERE { SERVICE { SELECT * WHERE { ?s a . ?s ?id . } } } 2012/8/12 Holger Knublauch > The following query is not valid (verifi

Is FROM inside of SERVICE legal?

2012-08-12 Thread Holger Knublauch
The following query is not valid (verified with Jena 2.7.3): SELECT * WHERE { SERVICE { SELECT * FROM WHERE { ?s a . ?s ?id . } } }

Re: [ARQ] ResultSetFormatter and typed literals

2012-08-12 Thread Dimitris Spanos
Thank you for your response Andy, I was afraid that the datatype was not being stored at all in the model, it did not occur to me that it was the Turtle output implementation, now I can see it just fine with N-Triples (I guess I will stick to it for now, although I still prefer Turtle :) ). I migh

Re: [ARQ] ResultSetFormatter and typed literals

2012-08-12 Thread Andy Seaborne
On 11/08/12 19:05, Dimitris Spanos wrote: 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

Re: Change in execution order between Jena 2.7.2 and 2.7.3

2012-08-12 Thread Andy Seaborne
On 12/08/12 02:46, Holger Knublauch wrote: ... but we and our customers have an unknown number of queries in production ... TQ gets Jena for free. What would help is if TQ tested against the nightly snapshot builds especially just before a release. The project makes available development bu