Add statement saying that JSON-LD's data model is closely related to RDF's
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 13 Jun 2013 12:47:42 +0200
changeset 1726 0075c51120e9
parent 1725 c6d9abae764f
child 1727 aaf39bbcf2eb
Add statement saying that JSON-LD's data model is closely related to RDF's

as suggested by Pat Hayes.
spec/latest/json-ld/index.html
--- 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&nbsp;1: An illustration of JSON-LD's data model.</p>
 </section>