- From: Seaborne, Andy <andy.seaborne@hp.com>
- Date: Fri, 28 Apr 2006 18:34:17 +0100
- To: Steve Harris <steve.harris@richmondinformatics.com>
- Cc: RDF Data Access Working Group <public-rdf-dawg@w3.org>
Steve Harris wrote:
>
> http://www.w3.org/2001/sw/DataAccess/tests/#datatype-1
>
> According to raptor 1.4.8 and http://www.dajobe.org/2004/01/turtle/,
> :xd1 :p 1.0 .
> is equivalent to
> <http://example.org/things#xd1> <http://example.org/things#p>
> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
> not
> <http://example.org/things#xd1> <http://example.org/things#p>
> "1.0"^^<http://www.w3.org/2001/XMLSchema#double> .
> so the test is not correct. IIRC this was changed to match SPARQL. The
> test is not approved however.
>
> I guess it should be 1.0e0.
>
> - Steve
>
The test _was_ right - and then Turtle & N3 changed!
> I guess it should be 1.0e0.
That looks a good fix. (Andy remembers to updates ARQ's copy of Jena to get
the updated readers and writers :-) ...
I just checked and a few others need to change:
In SolutionSeq/data-1.ttl,
:x :num 1.5e0
and the results files results-seq-0{1,2,3,4} similarly.
Andy
Received on Friday, 28 April 2006 17:34:26 UTC