--- a/spec/latest/json-ld-api/index.html Mon Apr 01 21:05:20 2013 +0200
+++ b/spec/latest/json-ld-api/index.html Mon Apr 01 21:12:38 2013 +0200
@@ -646,13 +646,13 @@
<dl>
<dt><tdef>keyword</tdef></dt>
- <dd>A JSON key that is specific to JSON-LD, specified in the JSON-LD specification [[!JSON-LD]]
- in the section titled
- <cite><a href="../json-ld/#syntax-tokens-and-keywords">Syntax Tokens and Keywords</a></cite>.</dd>
+ <dd>A JSON key that is specific to JSON-LD, specified in the section
+ <cite><a href="../json-ld/#syntax-tokens-and-keywords">Syntax Tokens and Keywords</a></cite>
+ of the JSON-LD specification [[!JSON-LD]].</dd>
<dt><tdef>context</tdef></dt>
<dd>A set of rules for interpreting a JSON-LD document as specified in the section
- <cite><a href="../json-ld/#the-context">The Context</a></cite> of the
- [[!JSON-LD]] specification.</dd>
+ <cite><a href="../json-ld/#the-context">The Context</a></cite> of the JSON-LD
+ specification [[!JSON-LD]].</dd>
<dt><tdef>JSON-LD document</tdef></dt>
<dd>A <tref>JSON-LD document</tref> is a serialization of a collection of
<tref title="JSON-LD graph">JSON-LD graphs</tref> and comprises exactly one
@@ -666,7 +666,7 @@
<dd>A labeled directed graph, i.e., a set of <tref title="node">nodes</tref>
connected by <tref title="edge">edges</tref>,
as specified in the <cite><a href="../json-ld/#data-model">Data Model</a></cite>
- section of the JSON-LD syntax specification [[!JSON-LD]].</dd>
+ section of the JSON-LD specification [[!JSON-LD]].</dd>
<dt><tdef>edge</tdef></dt>
<dd>Every <tref>edge</tref> has a direction associated with it and is labeled with
an <tref>IRI</tref> or a <tref>blank node identifier</tref>. Within the JSON-LD syntax