Make reference to RDF Concepts informative
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 22 Feb 2013 17:39:04 +0100
changeset 1322 36bd03dfbe4c
parent 1321 68962a3de429
child 1323 e582aaa9ee43
Make reference to RDF Concepts informative

We do not depend on RDF Concepts and thus an informative reference should be enough. This also allows us to go to REC before RDF Concepts which would otherwise be impossible.

That being said, I'm open to be convinced that we need a normative reference.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Fri Feb 22 13:23:33 2013 +0100
+++ b/spec/latest/json-ld-syntax/index.html	Fri Feb 22 17:39:04 2013 +0100
@@ -2215,7 +2215,7 @@
     being able to uniquely identify the <tref>node</tref>.
     This type of node is called a <tref>blank node</tref>
     (see <cite><a href="http://www.w3.org/TR/rdf11-concepts/#section-blank-nodes">Section 3.4: Blank Nodes</a></cite>
-    of [[!RDF-CONCEPTS]]). In JSON-LD, <tref title="blank node identifier">blank node identifiers</tref> are
+    of [[RDF-CONCEPTS]]). In JSON-LD, <tref title="blank node identifier">blank node identifiers</tref> are
     automatically created if an <tref>IRI</tref> is not specified using the <code>@id</code> <tref>keyword</tref>.
     However, authors may provide identifiers for <tref title="blank node">blank nodes</tref>
     by using the special <code>_</code> (underscore) <tref>prefix</tref>. This allows one
@@ -2921,7 +2921,7 @@
 <section class="appendix normative">
   <h2>Relationship to RDF</h2>
 
-  <p>The RDF data model, as outlined in [[!RDF-CONCEPTS]], is an abstract syntax for
+  <p>The RDF data model, as outlined in [[RDF-CONCEPTS]], is an abstract syntax for
     representing a directed graph of information. It is a subset of
     <tref title="JSON-LD data model">JSON-LD's data model</tref> with a few
     additional constraints. The differences between the two data models are:</p>