Added pointers to advanced features sections from basic concepts.
authorManu Sporny <msporny@digitalbazaar.com>
Sat, 20 Jul 2013 16:44:48 -0400
changeset 1790 e8581d0c27f4
parent 1789 5aab6837bf54
child 1791 6302e610dfd2
child 1792 2eec17f7f1a7
Added pointers to advanced features sections from basic concepts.

Related to #245.
spec/latest/json-ld/index.html
--- a/spec/latest/json-ld/index.html	Sat Jul 20 16:00:20 2013 -0400
+++ b/spec/latest/json-ld/index.html	Sat Jul 20 16:44:48 2013 -0400
@@ -589,6 +589,11 @@
     }
     -->
     </pre>
+    
+    <p>This section only covers the most basic features of the JSON-LD
+    Context. More advanced features related to the JSON-LD Context are covered 
+    in section <a href="#advanced-concepts"></a>.
+    </p>
   </section>
 
 <section class="informative">
@@ -721,6 +726,12 @@
       are <tref>coercion</tref> rules that contain a <code>@type</code> key that is
       set to a value of <code>@id</code> or <code>@vocab</code>.</li>
   </ol>
+
+  <p>This section only covers the most basic features associated with IRIs
+  in JSON-LD. More advanced features related to IRIs are covered in 
+  section <a href="#advanced-concepts"></a>.
+  </p>
+  
 </section>
 
 <section class="informative">
@@ -756,6 +767,12 @@
 
   <p>The example above contains a <tref>node object</tref> identified by the IRI
     <code>http://me.markus-lanthaler.com/</code>.</p>
+
+  <p>This section only covers the most basic features associated with 
+  node identifiers in JSON-LD. More advanced features related to 
+  node identifiers are covered in section <a href="#advanced-concepts"></a>.
+  </p>
+
 </section>
 
 <section class="informative">
@@ -807,6 +824,12 @@
 }
 -->
 </pre>
+
+<p>This section only covers the most basic features associated with 
+types in JSON-LD. More advanced features related to 
+types are covered in section <a href="#advanced-concepts"></a>.
+</p>
+
 </section>
 </section>
 
@@ -3318,7 +3341,7 @@
       expressed in Turtle as follows:</p>
 
     <pre class="example" data-transform="updateExample"
-         title="Turtle representation of expanded/flattend document">
+         title="Turtle representation of expanded/flattened document">
     <!--
     _:b0 <http://xmlns.com/foaf/0.1/name> "Dave Longley" .