Change whitespace to require SPACE after object before .
authorGavin Carothers <gavin@carothers.name>
Mon, 15 Jul 2013 16:50:54 -0700
changeset 942 839e0daa7a99
parent 941 44e38803b6a0
child 943 97b113fbbf37
Change whitespace to require SPACE after object before .
rdf-turtle/n-triples.html
--- a/rdf-turtle/n-triples.html	Mon Jul 15 13:06:48 2013 -0700
+++ b/rdf-turtle/n-triples.html	Mon Jul 15 16:50:54 2013 -0700
@@ -223,8 +223,7 @@
       <p>A <dfn>canonical N-Triple document</dfn> is a <strong>N-Triple document</strong> with additional constraints:<p>
 
       <ul>
-        <li>Space between terms (<code>WS+</code>) MUST be a single space, (<code>U+0020</code>).
-        <li>Space after or before terms (<code>WS*</code>) MUST be empty.
+        <li>Whitespace following <code>subject</code>, <code>predicate</code>, and <code>object</code> MUST be a single space, (<code>U+0020</code>) all other locations that allow whitespace MUST be empty.
         <li><code>HEX</code> MUST use only uppercase letters (<code>[A-F]</code>).
         <li>Characters not allowed directly in STRING_LITERAL_QUOTE (<code>U+0022</code>, <code>U+005C</code>, <code>U+000A</code>, <code>U+000D</code>) MUST use <code>ECHAR</code> not <code>UCHAR</code>.
         <li>Characters MUST be represented directly and not by <code>UCHAR</code>.