No such thing as an RDF IRI, they are just IRIs
authorGavin Carothers <gavin@carothers.name>
Tue, 01 May 2012 14:40:27 -0700
changeset 288 fd64485c7407
parent 287 15318de03ae3
child 289 d52e011f27a2
No such thing as an RDF IRI, they are just IRIs
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Tue May 01 14:39:19 2012 -0700
+++ b/rdf-turtle/index.html	Tue May 01 14:40:27 2012 -0700
@@ -241,10 +241,10 @@
 			</p>
 
 			<section id="IRIs">
-				<h3>RDF IRIs</h3>
+				<h3>IRIs</h3>
 
 				<p>
-			   		<a href="../rdf-concepts/index.html#dfn-iri">RDF IRIs</a> may be written as relative or absolute IRIs or prefixed names. 
+			   		<a href="../rdf-concepts/index.html#dfn-iri">IRIs</a> may be written as relative or absolute IRIs or prefixed names. 
 				  	Relative and absolute IRIs are enclosed in '&lt;' and '&gt;' and may contain <a href="#numeric">numeric escape sequences</a> (described below). For example <code>&lt;http://example.org/#green-goblin&gt;</code>.
 				</p>
 
@@ -748,7 +748,7 @@
 		</tr>
 	      </tbody>
 	    </table>
-	    <p class="note">%-encoded sequences are in the <a href="#term-turtle2-IRI_REF">character range for IRIs</a> and are <a href="#term-turtle2-PERCENT">explicitly allowed</a> in local names. These appear as a '%' followed by two hex characters and represent that same sequence of three characters. These sequences are <em>not</em> decoded during processing. A term written as <code>&lt;http://a.example/%66oo-bar&gt;</code> in Turtle designates the RDF IRI <code>http://a.example/%66oo-bar</code> and not RDF IRI <code>http://a.example/foo-bar</code>. A term written as <code>ex:%66oo-bar</code> with a prefix <code>@prefix ex: &lt;http://a.example/&gt;</code> also designates the RDF IRI <code>http://a.example/%66oo-bar</code>.</p>
+	    <p class="note">%-encoded sequences are in the <a href="#term-turtle2-IRI_REF">character range for IRIs</a> and are <a href="#term-turtle2-PERCENT">explicitly allowed</a> in local names. These appear as a '%' followed by two hex characters and represent that same sequence of three characters. These sequences are <em>not</em> decoded during processing. A term written as <code>&lt;http://a.example/%66oo-bar&gt;</code> in Turtle designates the IRI <code>http://a.example/%66oo-bar</code> and not IRI <code>http://a.example/foo-bar</code>. A term written as <code>ex:%66oo-bar</code> with a prefix <code>@prefix ex: &lt;http://a.example/&gt;</code> also designates the IRI <code>http://a.example/%66oo-bar</code>.</p>
 
           </section>
           <section id="sec-grammar-grammar">