--- 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>