URI-Ref to iri
authorGavin Carothers <gavin@carothers.name>
Fri, 08 Jul 2011 11:14:04 -0700
changeset 76 8b6a48dbf97e
parent 75 4106407897c1
child 77 a5691c307a22
URI-Ref to iri
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Fri Jul 08 11:12:41 2011 -0700
+++ b/rdf-turtle/index.html	Fri Jul 08 11:14:04 2011 -0700
@@ -441,7 +441,7 @@
 		</section>
 		<section id="sec-syntax">
 			<h3>Syntax for IRIs, Literals and Blank Nodes</h3>
-			<p>Turtle is a language for an <a href="../rdf-concepts/index.html#dfn-rdf-graph">RDF graph</a>, a set of <a href="../rdf-concepts/index.html#dfn-rdf-triple">RDF triple</a>s. An RDF graph is composed of <a href="../rdf-concepts/index.html#dfn-URI-reference">URI reference</a>s (now interpreted as IRIs), <a href="../rdf-concepts/index.html#dfn-literal">literal</a>s and <a href="../rdf-concepts/index.html#dfn-blank-node">blank node</a>s.</p>
+			<p>Turtle is a language for an <a href="../rdf-concepts/index.html#dfn-rdf-graph">RDF graph</a>, a set of <a href="../rdf-concepts/index.html#dfn-rdf-triple">RDF triple</a>s. An RDF graph is composed of <a href="../rdf-concepts/index.html#dfn-iri">URI reference</a>s (now interpreted as IRIs), <a href="../rdf-concepts/index.html#dfn-literal">literal</a>s and <a href="../rdf-concepts/index.html#dfn-blank-node">blank node</a>s.</p>
 			<p>The Turtle syntax for IRIs is identical to that of SPARQL Query, including the use of <code>prefix</code> and <code>base</code> directives, though these are spelled <code>@prefix</code> and <code>@base</code> respectively in Turtle. Per RFC3986 section 5.1.1, the parsing begins with a context-defined In-Scope Base URI. Each <code>@base</code> directive sets a new In-Scope Base URI, relative to the previous one. <code>@prefix</code> directives map a local name to an IRI, also resolved against the current In-Scope Base URI. Subsequent <code>@prefix</code> may re-map the same local name.</p>
 
 			<p>Turtle IRI syntax, including relative IRI resolution, is defined by <a href="http://www.w3.org/TR/rdf-sparql-query/#QSynIRI">SPARQL Query section 4.1.1</a> (noting the different spellings of the <code>PREFIX</code> and <code>BASE</code> keywords).</p>
@@ -587,7 +587,7 @@
 
           <p>The <a href="../rdf-concepts/index.html">RDF Concepts and Abstract Syntax</a> ([[!RDF-CONCEPTS]]) specification defines three types of <em>RDF Term</em>:
 
-          <a href="../rdf-concepts/index.html#dfn-URI-reference">RDF URI References</a> (here called IRIs),
+          <a href="../rdf-concepts/index.html#dfn-iri">RDF URI References</a> (here called IRIs),
           <a href="../rdf-concepts/index.html#dfn-literal">literals</a> and
           <a href="../rdf-concepts/index.html#dfn-blank-node">blank nodes</a>.
           Literals are composed of a <a href="../rdf-concepts/index.html#dfn-lexical-form">lexical form</a> and an optional <a href="../rdf-concepts/index.html#dfn-language-identifier">language tag</a> or datatype IRI.