--- a/model/grammar/ll.html Thu Jul 05 14:22:24 2012 +0100
+++ b/model/grammar/ll.html Sun Jul 08 21:29:19 2012 +0100
@@ -460,7 +460,7 @@
<td><a id="prod-prov_n_LL-namespaceDeclaration" name="prod-prov_n_LL-namespaceDeclaration"></a>[<span class="prodNo">51</span>] </td>
<td><code class="production prod">namespaceDeclaration</code></td>
<td> ::= </td>
-<td><code class="content">"prefix" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-QUALIFIED_NAME">QUALIFIED_NAME</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-namespace">namespace</a></span></code></td>
+<td><code class="content">"prefix" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_PREFIX">PN_PREFIX</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-namespace">namespace</a></span></code></td>
</tr>
</tbody>
--- a/model/grammar/ll.js Thu Jul 05 14:22:24 2012 +0100
+++ b/model/grammar/ll.js Sun Jul 08 21:29:19 2012 +0100
@@ -461,7 +461,7 @@
'<td><a id="prod-namespaceDeclaration" name="prod-namespaceDeclaration"></a>[<span class="prodNo">51</span>] </td> ' +
'<td><code class="production prod">namespaceDeclaration</code></td> ' +
'<td> ::= </td> ' +
-'<td><code class="content">"prefix" <span class="prod"><a class="grammarRef" href="#prod-QUALIFIED_NAME">QUALIFIED_NAME</a></span> <span class="prod"><a class="grammarRef" href="#prod-namespace">namespace</a></span></code></td> ' +
+'<td><code class="content">"prefix" <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rPN_LOCAL">PN_PREFIX</a></span> <span class="prod"><a class="grammarRef" href="#prod-namespace">namespace</a></span></code></td> ' +
'</tr> ' +
'</tbody> ' +
' ' +
--- a/model/grammar/yack/prov-n-LL.bnf Thu Jul 05 14:22:24 2012 +0100
+++ b/model/grammar/yack/prov-n-LL.bnf Sun Jul 08 21:29:19 2012 +0100
@@ -159,7 +159,7 @@
[50] namespaceDeclarations ::= (defaultNamespaceDeclaration | namespaceDeclaration) namespaceDeclaration*
-[51] namespaceDeclaration ::= "prefix" QUALIFIED_NAME namespace
+[51] namespaceDeclaration ::= "prefix" PN_PREFIX namespace
[52] defaultNamespaceDeclaration ::= "default" IRI_REF
[53] namespace ::= IRI_REF
--- a/model/grammar/yack/prov-n-LL.bnf.html Thu Jul 05 14:22:24 2012 +0100
+++ b/model/grammar/yack/prov-n-LL.bnf.html Sun Jul 08 21:29:19 2012 +0100
@@ -459,7 +459,7 @@
<td><a id="prod-prov_n_LL-namespaceDeclaration" name="prod-prov_n_LL-namespaceDeclaration"></a>[<span class="prodNo">51</span>] </td>
<td><code class="production prod">namespaceDeclaration</code></td>
<td> ::= </td>
-<td><code class="content">"prefix" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-QUALIFIED_NAME">QUALIFIED_NAME</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-namespace">namespace</a></span></code></td>
+<td><code class="content">"prefix" <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-PN_PREFIX">PN_PREFIX</a></span> <span class="prod"><a class="grammarRef" href="#prod-prov_n_LL-namespace">namespace</a></span></code></td>
</tr>
</tbody>