On 07/01/11 12:30, Benson Margulies wrote:
count(* as ?count) yields a typed integer from the query API.
1784^^http://www.w3.org/2001/XMLSchema#integer. tdbquery strips the
type. Is it just heuristicating, or is there and API in the query
system that tell me that a result variable will have type decorations?
Example?
"1784"^^http://www.w3.org/2001/XMLSchema#integer can be printed in
Turtle as
1784
(NB no quotes -> not a string)
but it's still an integer and will be read back in as a xsd:integer.
Andy