Link to grammar-ebnf
authorGavin Carothers <gavin@carothers.name>
Mon, 16 Sep 2013 14:32:03 -0700
changeset 1082 65ef3942ac19
parent 1081 3a40b9e49dd0
child 1083 74f11497ec2a
Link to grammar-ebnf
trig/index.html
--- a/trig/index.html	Mon Sep 16 14:30:08 2013 -0700
+++ b/trig/index.html	Mon Sep 16 14:32:03 2013 -0700
@@ -682,7 +682,7 @@
           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-tag">language tag</a> [[!BCP47]] or datatype IRI.
           An extra type, <code id="prefix" class="dfn">prefix</code>, is used during parsing to map string identifiers to namespace IRIs.
 
-          This section maps a string conforming to the grammar in <a href="#sec-grammar-grammar" class="sectionRef"></a> to a set of triples by mapping strings matching productions and lexical tokens to RDF terms or their components (e.g. language tags, lexical forms of literals). Grammar productions change the parser state and emit triples.</p>
+          This section maps a string conforming to the grammar in <a href="#grammar-ebnf" class="sectionRef"></a> to a set of triples by mapping strings matching productions and lexical tokens to RDF terms or their components (e.g. language tags, lexical forms of literals). Grammar productions change the parser state and emit triples.</p>
           <section id="sec-parsing-state">
           <h3>Parser State</h3>
           <p>Parsing TriG requires a state of six items:</p>