--- 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. 4</a>:</p>