Mention HTTP link header and API in "The Context"
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 12 Mar 2013 18:54:20 +0100
changeset 1426 6e334ea37fe8
parent 1425 a423f4fa7bb0
child 1427 5f284949249f
Mention HTTP link header and API in "The Context"

This addresses #224.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Tue Mar 12 18:45:02 2013 +0100
+++ b/spec/latest/json-ld-syntax/index.html	Tue Mar 12 18:54:20 2013 +0100
@@ -517,9 +517,15 @@
       document. Information contained outside of the <code>@context</code> value
       is ignored when the document is used as an external JSON-LD context document.</p>
 
-    <p>Contexts may also be specified in-line. This has the advantage that
-      <tref title="JSON-LD document">JSON-LD documents</tref> can be processed
-      even in the absence of a connection to the Web.</p>
+    <p>JSON documents can be transformed to JSON-LD without having to be modified by
+      referencing a <tref>context</tref> via an HTTP Link Header
+      as described in section <a href="#interpreting-json-as-json-ld"></a>. It is also
+      possible to apply a custom context using the JSON-LD API [[JSON-LD-API]].</p>
+
+    <p>In <tref title="JSON-LD document">JSON-LD documents</tref>
+      <tref title="context">contexts</tref< may also be specified in-line.
+      This has the advantage that documents can be processed even in the
+      absence of a connection to the Web.</p>
 
     <pre class="example" data-transform="updateExample"
          title="In-line context definition">