--- a/spec/latest/json-ld/index.html Fri Jun 07 16:51:57 2013 +0200
+++ b/spec/latest/json-ld/index.html Sat Jun 08 14:37:53 2013 +0200
@@ -2676,7 +2676,7 @@
to RDF.</p>
<p>If JSON-LD content is extracted as RDF [[RDF11-CONCEPTS]], it should be expanded into an
- <tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-dataset">RDF dataset</tref> using the
+ <tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-dataset">RDF Dataset</tref> using the
<cite><a href="../json-ld-api/#convert-to-rdf-algorithm">Convert to RDF Algorithm</a></cite>
[[JSON-LD-API]].</p>
</section>
@@ -3163,7 +3163,9 @@
from RDF to JSON-LD and from JSON-LD to RDF is included in the JSON-LD
Processing Algorithms and API specification [[JSON-LD-API]].</p>
- <p>Even though JSON-LD serializes RDF datasets, it can also be used as a RDF graph source.
+ <p>Even though JSON-LD serializes
+ <tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-dataset">RDF Datasets</tref>, it can
+ also be used as a <tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-source">RDF graph source</tref>.
In that case, a consumer MUST only use the default graph and ignore all named graphs.
This allows servers to expose data in, e.g., both Turtle and JSON-LD using content
negotiation.</p>