--- a/spec/latest/json-ld/index.html Thu Jun 13 12:43:49 2013 +0200
+++ b/spec/latest/json-ld/index.html Thu Jun 13 12:47:42 2013 +0200
@@ -2769,12 +2769,18 @@
send in a comment.</p>
</div>
+ <p>These definitions correspond closely, both in terminology and in general
+ structure, to the abstract syntax of RDF datasets and RDF graphs. Complete
+ details of how JSON-LD relates to RDF can be found in
+ <a class="sectionRef" href="#relationship-to-rdf"></a>.</p>
+
<p><tref title="JSON-LD document">JSON-LD documents</tref> MAY contain data that cannot be
represented by the <tref title="JSON-LD data model">data model</tref> defined above.
Unless otherwise specified, such data is ignored when a <tref>JSON-LD document</tref>
is being processed. This means, e.g., that properties which are not mapped to an
<tref>IRI</tref> or <tref>blank node</tref> will be ignored.</p>
+
<p style="text-align: center"><img src="linked-data-graph.png" title="An illustration of JSON-LD's data model" alt="An illustration of JSON-LD's data model" /></p>
<p style="text-align: center">Figure 1: An illustration of JSON-LD's data model.</p>
</section>