Adopt change 1.S2 proposed by the GLD WG in #254
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Sat, 08 Jun 2013 22:36:23 +0200
changeset 1704 93c5f15e3cfb
parent 1703 5d2e67704fb3
child 1705 5b13583bcfda
Adopt change 1.S2 proposed by the GLD WG in #254

and remove the part "in the case of JSON-LD this is the base location of the document" since we now also have @base.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Sat Jun 08 22:33:53 2013 +0200
+++ b/spec/latest/json-ld-api/index.html	Sat Jun 08 22:36:23 2013 +0200
@@ -709,8 +709,7 @@
     <dd>An absolute IRI is defined in [[!RFC3987]] containing a <em>scheme</em> along with a <em>path</em> and
       optional <em>query</em> and fragment segments.</dd>
     <dt><tdef>relative IRI</tdef></dt>
-    <dd>A relative IRI is an IRI that is relative some other <tref>absolute IRI</tref>;
-      in the case of JSON-LD this is the base location of the document.</dd>
+    <dd>A relative IRI is an IRI that is relative to some other <tref>absolute IRI</tref>.</dd>
     <dt><tdef>blank node</tdef></dt>
     <dd>A <tref>node</tref> in a <tref>JSON-LD graph</tref> that is neither an
       <tref>IRI</tref>, nor a <tref>JSON-LD value</tref>, nor a <tref>list</tref>.</dd>