added @graph link
authorGuus Schreiber <guus.schreiber@vu.nl>
Tue, 17 Jun 2014 17:30:15 +0100
changeset 2032 a9026e2894df
parent 2031 40cf3ba2b474
child 2033 9bbf4fb4bd4d
child 2035 1fda78347d91
added @graph link
rdf-primer/index.html
--- a/rdf-primer/index.html	Tue Jun 17 12:35:31 2014 +0100
+++ b/rdf-primer/index.html	Tue Jun 17 17:30:15 2014 +0100
@@ -33,10 +33,10 @@
           // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
           // and its maturity status
           previousPublishDate:  "2014-02-25",
-          previousMaturity:  "NOTE",
+          previousMaturity:  "WG-NOTE",
 
           // if there a publicly available Editor's Draft, this is the link
-          // edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-primer/index.html",
+          edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-primer/index.html",
 
           // if this is a LCWD, uncomment and set the end of its review period
           // lcEnd: "2013-09-06",
@@ -971,7 +971,8 @@
       an object described in another JSON document elsewhere on the
       Web, as well as datatype and language handling. JSON-LD
       also provides a way to serialize RDF datasets 
-      through the use of the <code>@graph</code> keyword. </p>
+      through the use of the
+      <a href="http://www.w3.org/TR/json-ld/#named-graphs">@graph</a> keyword.</p>
 
       <p>The following JSON-LD example encodes the graph of <a
       href="#fig4">Fig.&nbsp;4</a>:</p>