Re: ISSUE-18: How do we parse "18." in Turtle?

RDF Working Group Issue Tracker wrote:
> ISSUE-18: How do we parse "18." in Turtle?

Is there a case where it's ambiguous?

must be an integer (else not a valid turtle doc):
   <e:f> <b:f> 18.
   <e:f> <b:f> "e".

must be an integer (else not a valid turtle doc):
   <e:f> <b:f> 18.

must be an decimal (else not a valid turtle doc):
   <e:f> <b:f> 18., "e".

must be an decimal (else not a valid turtle doc):
   <e:f> <b:f> 18..
   <e:f> <b:f> "e".

must be an decimal (else not a valid turtle doc):
   <e:f> <b:f> 18..

Which case is under question?

Received on Wednesday, 30 March 2011 16:03:18 UTC