~ addressed a few comments -- see CandidateRecommendationComments history for details
authorEric Prud'hommeaux <eric@w3.org>
Wed, 30 Oct 2013 10:57:56 -0400
changeset 1170 65272ed84403
parent 1169 db67b18a6531
child 1171 da5e59be757e
child 1199 1cc3e076e369
~ addressed a few comments -- see CandidateRecommendationComments history for details
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Tue Oct 29 15:21:36 2013 -0700
+++ b/rdf-turtle/index.html	Wed Oct 30 10:57:56 2013 -0400
@@ -197,7 +197,7 @@
 <a href="#relative-iris">@base and Relative IRIs</a>,
 <a href="#turtleIRIs">@prefix and prefixed names</a>,
 <a href="#predicate-lists">predicate lists</a> separated by '<code>;</code>',
-<a href="#object-lists">objects lists</a> separated by '<code>,</code>',
+<a href="#object-lists">object lists</a> separated by '<code>,</code>',
 the token <code><a href="#IRIs">a</a></code>,
 and <a href="#literals">literals</a>.
 			</p>
@@ -577,7 +577,7 @@
           <p>RDF collections can be nested and can involve other syntactic forms:</p>
 
           <pre class="example untested"><script type="text/turtle">@prefix : <http://example.org/stuff/1.0/> .
-(1 [:p :q] ( 2 ) ) .</script></pre>
+(1 [:p :q] ( 2 ) ) :p2 :q2 .</script></pre>
 
           <p>is syntactic sugar for:</p><pre class="example untested"><script type="text/turtle">@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
     _:b0  rdf:first  1 ;
@@ -1075,7 +1075,7 @@
         <h2>Internet Media Type, File Extension and Macintosh File Type</h2>
         <dl>
           <dt>Contact:</dt>
-          <dd>Ian Davis</dd>
+          <dd>Eric Prud'hommeaux</dd>
           <dt>See also:</dt>
 
           <dd><a href="http://www.w3.org/2002/06/registering-mediatype">How to Register a Media Type for a W3C Specification</a></dd>