Simplify RDF generation step 2.2 by only replacing keys which map to keywords.
--- a/spec/latest/json-ld-api/index.html Tue Nov 22 10:51:44 2011 -0800
+++ b/spec/latest/json-ld-api/index.html Tue Nov 22 23:13:34 2011 -0800
@@ -2684,10 +2684,8 @@
described in <a href="#context">Context</a>.
</li>
<li>
- Create a new <tref>JSON object</tref> by mapping the keys from the current <tref>JSON object</tref> using the
- <tref>active context</tref> to new keys using the associated value from the current <tref>JSON object</tref>.
- Repeat the mapping until no entry is found within the <tref>active context</tref> for the key. Use the new
- <tref>JSON object</tref> in subsequent steps.
+ Create a copy of the current <tref>JSON object</tref>, changing keys that map to JSON-LD keywords
+ with those keywords. Use the new <tref>JSON object</tref> in subsequent steps.
</li>
<li>
If the <tref>JSON object</tref> has an <code>@iri</code> key, set the <tref>active object</tref> by