Remove value statements about blank nodes
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Sun, 27 May 2012 17:07:05 +0800
changeset 686 9513cd34523e
parent 685 85291e069235
child 687 185434ad12c9
Remove value statements about blank nodes
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Sun May 27 14:07:07 2012 +0800
+++ b/spec/latest/json-ld-syntax/index.html	Sun May 27 17:07:05 2012 +0800
@@ -569,8 +569,7 @@
 
 <p>
 Note that the definition for <tref>Linked Data</tref> above is silent on the
-topic of unlabeled nodes. Unlabeled nodes are not considered
-<tref>Linked Data</tref>. However, this specification allows for the expression
+topic of unlabeled nodes. Nevertheless, this specification allows for the expression
 of unlabled nodes, as most graph-based data sets on the Web contain a number
 of associated nodes that are not named and thus are not directly
 de-referenceable.
@@ -773,8 +772,7 @@
 
 <p class="note">The example above does not use the <code>@id</code> <tref>keyword</tref>
 to set the <tref>subject</tref> of the node being described above. This type
-of node is called an <tdef>unlabeled node</tdef> and is considered to be
-a weaker form of <tref>Linked Data</tref>. It is advised that all nodes
+of node is called an <tdef>unlabeled node</tdef>. It is advised that all nodes
 described in JSON-LD are given unique identifiers via the
 <code>@id</code> keyword unless the data is not intended to be linked to
 from other data sets.</p>
@@ -2122,10 +2120,9 @@
 
 <p>The example above would set the subject to <code>_:foo</code>, which can
 then be used elsewhere in the JSON-LD document to refer back to the
-<tref>unlabeled node</tref>. This practice is frowned upon when
-generating <tref>Linked Data</tref>. If a developer finds that they refer to the unlabeled
+<tref>unlabeled node</tref>. If a developer finds that they refer to the unlabeled
 node more than once, they should consider naming the node using a de-referenceable
-<tref>IRI</tref>.
+<tref>IRI</tref> so that it can be referenced also from other documents.
 </p>
 
 </section>