Moved section on external contexts to advanced section.
--- a/spec/latest/json-ld-syntax/index.html Tue Nov 29 00:42:39 2011 -0500
+++ b/spec/latest/json-ld-syntax/index.html Tue Nov 29 00:45:52 2011 -0500
@@ -1251,19 +1251,23 @@
features that are specific to JSON-LD.
</p>
-
<section>
<h2>External Contexts</h2>
- <p>Authors may choose to declare JSON-LD <tref>context</tref>s in external
+<p>Authors may choose to declare JSON-LD <tref>context</tref>s in external
documents to promote re-use of contexts as well as reduce the size of JSON-LD
documents.
-In order to use an external context, an author MAY specify an <tref>IRI</tref> to a valid
-JSON-LD document. The referenced document MUST have a top-level <tref>JSON Object</tref>.
-The value of any <code>@context</code> key within that object is substituted for
-the IRI within the referencing document to have the same effect as if the value were
-specified inline within the referencing document.</p>
- <p>The following example demonstrates the use of an external context:</p>
+</p>
+
+<p>
+In order to use an external context, an author MAY specify an <tref>IRI</tref>
+to a valid JSON-LD document. The referenced document MUST have a
+top-level <tref>JSON Object</tref>. The value of any <code>@context</code> key
+within that object is substituted for the IRI within the referencing document
+to have the same effect as if the value were specified inline within the
+referencing document.</p>
+
+<p>The following example demonstrates the use of an external context:</p>
<pre class="example" data-transform="updateExample">
<!--
@@ -1276,8 +1280,8 @@
-->
</pre>
-<p>Authors may also import multiple contexts or a combination of external and local contexts by specifying a list of
-contexts:</p>
+<p>Authors may also import multiple contexts or a combination of external
+and local contexts by specifying a list of contexts:</p>
<pre class="example" data-transform="updateExample">
<!--
@@ -1301,10 +1305,11 @@
-->
</pre>
-<p>Each context in a list will be evaluated in-order. Duplicate mappings within the <tref>context</tref>s MUST be
-overwritten on a last-defined-overrides basis. The context list MUST contain
-either de-referenceable <tref>IRI</tref>s or <tref>JSON Object</tref>s that conform to the
-<tref>context</tref> syntax as described in this document.</p>
+<p>Each context in a list will be evaluated in-order. Duplicate mappings within
+the <tref>context</tref>s MUST be overwritten on a last-defined-overrides
+basis. The context list MUST contain either de-referenceable <tref>IRI</tref>s
+or <tref>JSON Object</tref>s that conform to the <tref>context</tref> syntax
+as described in this document.</p>
<p>External JSON-LD context documents MAY contain extra information located
outside of the <code>@context</code> key, such as