Split sentence
authorAndy Seaborne <andy.seaborne@apache.org>
Sat, 07 Dec 2013 16:31:04 +0000
changeset 1491 254f4a8833c8
parent 1490 8f27080768f3
child 1492 b8254cbadbcc
Split sentence
rdf-turtle/n-triples.html
--- a/rdf-turtle/n-triples.html	Fri Dec 06 17:31:14 2013 +0100
+++ b/rdf-turtle/n-triples.html	Sat Dec 07 16:31:04 2013 +0000
@@ -218,7 +218,11 @@
           same.  Implementers are encouraged to produce this form.</p>
         <p>Canonical N-Triples has the following additional constraints on layout:</p>
         <ul>
-          <li>The 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>
+          <li>The 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>
           <li>There MUST be no comments.</li>
           <li><code>HEX</code> MUST use only uppercase letters (<code>[A-F]</code>).</li>
           <li>Characters MUST NOT be represented by <code>UCHAR</code>.</li>