--- a/spec/latest/json-ld-api/index.html Mon Aug 20 15:33:10 2012 +0200
+++ b/spec/latest/json-ld-api/index.html Mon Aug 20 15:58:12 2012 +0200
@@ -1269,7 +1269,7 @@
as a <tref>compact IRI</tref> may seem to be a valid IRI <em>scheme</em>. When performing repeated IRI expansion,
a term used as a prefix may not have a valid mapping due to dependencies in resolving term definitions. By
continuing <a href="#object-context">Step 2.3.2</a> until no changes are made, mappings to IRIs created
- using an undefined term prefix will eventually resolve to <tref>absolute IRI</tref>s.</p>
+ using an undefined term prefix will eventually expand to an <tref>absolute IRI</tref>s.</p>
<p class="issue" data-number="43"><a href="https://github.com/json-ld/json-ld.org/issues/43">Issue 43</a>
concerns performing IRI expansion in the key position of a context definition.</p>
--- a/spec/latest/json-ld-syntax/index.html Mon Aug 20 15:33:10 2012 +0200
+++ b/spec/latest/json-ld-syntax/index.html Mon Aug 20 15:58:12 2012 +0200
@@ -3103,26 +3103,8 @@
-->
</pre>
-<div class="note">
-<p>JSON-LD has no equivalent for the Turtle <code>@base</code> declaration.
- Instead, authors may use a prefix definition to resolve
- <tref>relative IRI</tref>s:</p>
-<pre class="example" data-transform="updateExample">
-<!--
-{
- "@context":
- {
- ****"base": "http://manu.sporny.org/",****
- "foaf": "http://xmlns.com/foaf/0.1/"
- },
- "@id": ****"base:i/public"****,
- "@type": "foaf:Person",
- "foaf:name": "Manu Sporny",
- "foaf:homepage": { "@id": ****"base" ****}
-}
--->
-</pre>
-</div>
+<p class="note">JSON-LD has no equivalent for the Turtle <code>@base</code> declaration.</p>
+
</section>
<section>