RE: N-Triples

Hi Dave,

Cool; it will be good to get automated tests going.

Two minors:

1: I agree with Graham for eoln:

  eoln ::= '\r\n'

would do the job.

2: if we wanted to go from xml <-> ntriples, I don't think
'\v' is a legal character in XML (ws or otherwise, but I'll
stand corrected); tab and spc are probably enough:

  ws ::= ' ' | '\t'

Bill

----
Bill de hÓra  :  InterX  :  bdehora@interx.com


:At 11:18 PM 7/5/01 +0100, Dave Beckett wrote:
:
:>I've been looking at N-Triples, trying to get all the references in
:>one place, make the grammar more precise and in something vaguely
:>readable so I can implement to it.  I've put what I have so far at:
:>
:>   N-Triples
:>   http://purl.org/net/dajobe/2001/06/ntriples/
:>
:>Dave

Received on Friday, 6 July 2001 08:51:05 UTC