Changed "override" to "alias" for keywords.
--- a/spec/latest/index.html Wed Aug 31 00:15:15 2011 -0400
+++ b/spec/latest/index.html Wed Aug 31 00:32:20 2011 -0400
@@ -1591,10 +1591,10 @@
</section>
<section>
-<h2>Overriding Keywords</h2>
+<h2>Aliasing Keywords</h2>
<p>JSON-LD allows all of the syntax keywords, except for <code>@context</code>,
-to be overridden. This feature allows more legacy JSON content to be supported
+to be aliased. This feature allows more legacy JSON content to be supported
by JSON-LD. It also allows developers to design domain-specific implementations
using only the JSON-LD context.</p>
@@ -1615,7 +1615,7 @@
</pre>
<p>In the example above, the <code>@subject</code> and <code>@type</code>
-keywords have been overridden by <strong>url</strong> and
+keywords have been given the aliases <strong>url</strong> and
<strong>a</strong>, respectively.
</p>