+ forward ref to predicate object lists
authorEric Prud'hommeaux <eric@w3.org>
Wed, 28 Mar 2012 11:02:31 -0400
changeset 247 e9c09e1e985e
parent 246 d18c369f0e60
child 248 15dd128775ec
+ forward ref to predicate object lists
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Wed Mar 28 00:04:30 2012 -0400
+++ b/rdf-turtle/index.html	Wed Mar 28 11:02:31 2012 -0400
@@ -496,6 +496,12 @@
 # Someone knows someone else, who has the name "Bob".
 [] foaf:knows [ foaf:name "Bob" ] .
 </script></pre>
+
+				  <p>
+				    The Turtle grammar allows <a href="#prod-turtle2-blankNodePropertyList">blankNodePropertyList</a>s to be nested.
+				    In this case, each inner <code>[</code> establishes a new subject blank node which reverts to the outer node at the <code>]</code>, and serves as the current subject for <a href="#prod-turtle2-predicateObjectList">predicate object lists</a>.
+				    This is described below in <a href="#groups">Predicate Object Lists in Turtle</a>.
+				  </p>
 				</section>
 				<section id="bnode-summary">
 				  <h3>Summary of Blank Node Representations in N-Triples and Turtle</h3>
@@ -559,8 +565,6 @@
 				<div class="note">
 				  <p>
 				    The use of <a href="#prod-turtle2-predicateObjectList">predicateObjectList</a> within a <a href="#prod-turtle2-blankNodePropertyList">blankNodePropertyList</a> is a common idiom for representing a series of properties of a node.
-				    The Turtle grammar allows <a href="#prod-turtle2-blankNodePropertyList">blankNodePropertyList</a>s to be nested.
-				    In this case, each inner <code>[</code> establishes a new subject blank node which reverts to the outer node with the <code>]</code>.
 				  </p>
 				  <div style="float:left;">
 				    <p class="idlAttrName" style="padding-left:2em;">Abbreviated Turtle:</p>
@@ -583,9 +587,7 @@
 _:b <http://xmlns.com/foaf/0.1/mbox> <bob@example.com> .
 				</script></pre>
 			        </div>
-				<div style="clear:both;"
-				</div>
-
+				<div style="clear:both;"/>
 
 				</section>
 				<section id="collections">