--- a/model/comments/issue-438-james.txt Sun Jul 08 21:47:18 2012 +0100
+++ b/model/comments/issue-438-james.txt Sun Jul 08 21:49:27 2012 +0100
@@ -11,6 +11,9 @@
>
> 1. S1.2. "This document *is* structured as follows"
>
+
+fixed
+
> 2. Example 2: The sentence in the example has no verb.
>
> 3. Example 8: It looks strange to me that the three statements all
@@ -18,13 +21,20 @@
> to be example 10)
>
> 4. S2.5: "cooments" sp.
+
+fixed
+
>
> 5. S3.3.4: "wasAssociatiedWith" sp.
+
+fixed
+
>
> 6. S3.3.5: Replace the keyword "influence" with "wasInfluencedBy"
> everywhere.
-Grammar updated.
+Grammar and text updated.
+
>
> 7. Example 25, first statement, the first comma should be semicolon
>
--- a/model/prov-n.html Sun Jul 08 21:47:18 2012 +0100
+++ b/model/prov-n.html Sun Jul 08 21:49:27 2012 +0100
@@ -413,7 +413,7 @@
<section id="structure-of-this-document">
<h3>Structure of this Document</h3>
-<p>This document structured as follows.
+<p>This document is structured as follows.
<p><a href="#general-conventions">Section 2</a> provides general consideration about the PROV-N grammar.</p>
@@ -680,7 +680,7 @@
Comments in PROV-N take two forms:
<ul>
-<li> '//' outside an <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rIRI_REF">IRI_REF</a></code> or <code class="content"><a class="grammarRef" href="#prod-STRING_LITERAL">STRING_LITERAL</a></code>; such cooments 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 <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rIRI_REF">IRI_REF</a></code> or <code class="content"><a class="grammarRef" href="#prod-STRING_LITERAL">STRING_LITERAL</a></code>; such comments 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 <code class="content"><a class="grammarRef" href="http://www.w3.org/TR/rdf-sparql-query/#rIRI_REF">IRI_REF</a></code> or <code class="content"><a class="grammarRef" href="#prod-STRING_LITERAL">STRING_LITERAL</a></code>.
</ul>
@@ -1589,7 +1589,7 @@
</pre>
</div>
-<p><strong>Note:</strong>The production <code class="content"><a class="grammarRef" href="#prod-associationExpression">associationExpression</a></code> allows for expressions <span class="name">wasAssociatedWith(a, -, -)</span> and <span class="name">wasAssociatiedWith(-; a, -, -)</span>. However, these expressions are not valid in PROV-N,
+<p><strong>Note:</strong>The production <code class="content"><a class="grammarRef" href="#prod-associationExpression">associationExpression</a></code> allows for expressions <span class="name">wasAssociatedWith(a, -, -)</span> and <span class="name">wasAssociatedWith(-; a, -, -)</span>. However, these expressions are not valid in PROV-N,
since
at least one of <a href="http://www.w3.org/TR/prov-dm/#association.id"><span class='attribute'>id</span></a>, <a href="http://www.w3.org/TR/prov-dm/#association.agent"><span class='attribute'>agent</span></a>, <a href="http://www.w3.org/TR/prov-dm/#association.plan"><span class='attribute'>plan</span></a>, and <a href="http://www.w3.org/TR/prov-dm/#association.attributes"><span class='attribute'>attributes</span></a> MUST be present.</p>