Link "RDF Dataset" to RDF Concepts as requested by David Booth
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Sat, 08 Jun 2013 14:37:53 +0200
changeset 1700 0b89b3985f13
parent 1699 220e7ebb5d4c
child 1701 fff1b02f098a
Link "RDF Dataset" to RDF Concepts as requested by David Booth

See http://lists.w3.org/Archives/Public/public-rdf-comments/2013Jun/0029.html
spec/latest/json-ld/index.html
--- 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>