Error in DAWG test

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

Received on Friday, 28 April 2006 15:04:13 UTC