Added pointers to advanced features sections from basic concepts.
Related to #245.
--- 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" .