--- a/model/prov-dm-with-bundle.html Wed May 16 10:40:57 2012 +0100
+++ b/model/prov-dm-with-bundle.html Wed May 16 14:28:40 2012 +0100
@@ -2635,7 +2635,7 @@
A <dfn id="dfn-defaultNamespaceDeclaration">default namespace declaration</dfn> consists of a namespace. Every un-prefixed qualified name in the scope of this default namespace declaration
refers to this namespace.</p>
-<p>The <dfn title="prov-namespace">PROV namespace</dfn> is identified by the URI <span class="name">http://www.w3.org/ns/prov#</span>.</p>
+<p>The <dfn title="prov-namespace">PROV namespace</dfn> is identified by the URI <a href="http://www.w3.org/ns/prov#">http://www.w3.org/ns/prov#</a>.</p>
</section>
--- a/model/prov-n.html Wed May 16 10:40:57 2012 +0100
+++ b/model/prov-n.html Wed May 16 14:28:40 2012 +0100
@@ -599,6 +599,20 @@
</section>
+<section>
+<h3>Comments</h3>
+
+
+Comments in PROV-N take two forms:
+<ul>
+<li> '//' outside an <a class="grammarRef" href="#prod-IRI_REF">IRI_REF</a> or <a class="grammarRef" href="#prod-STRING_LITERAL">STRING_LITERAL</a>, and continue to the end of line (marked by characters U+000D or U+000A) or end of file if there is no end of line after the comment marker.
+
+<li> '/*' ... '*/', outside an <a class="grammarRef" href="#prod-IRI_REF">IRI_REF</a> or <a class="grammarRef" href="#prod-STRING_LITERAL">STRING_LITERAL</a>.
+</ul>
+<p>Comments are treated as white space.</p>
+
+</section>
+
</section>
<section id="prov-n-expressions">