--- a/model/ProvenanceModel.html Thu Nov 17 11:54:03 2011 +0000
+++ b/model/ProvenanceModel.html Thu Nov 17 11:55:13 2011 +0000
@@ -937,6 +937,8 @@
<h4>Note Record</h4>
+<p>As provenance records are exchanged between systems, it may be useful to add extra-information about such records. For instance, a "trust service" may add value-judgements about the trustworthiness of some of the assertions made. Likewise, an interactive visualization component may want to enrich a set of provenance records with information helping reproduce their visual representation. To help with inter-operability, PROV-DM introduces a simple annotation mechanism allowing any identifiable record to be associated with notes.</p>
+
<p>An <dfn id="dfn-note">note record</dfn> is a set of attribute-value pairs, whose meaning is application specific. It may or may not be a representation of something in the world.</p>
<p>In PROV-ASN, a note record's text matches the <span class="nonterminal">noteRecord</span> production of the grammar defined in this specification document.
@@ -1858,7 +1860,7 @@
PROV-DM records. The first
one, <span class="nonterminal">accountRecord</span> is itself a
record, whereas the second
-one <span class="nonterminal">recordContainer</span> is not.
+one <span class="nonterminal">container</span> is not.
</p>
@@ -2011,7 +2013,7 @@
<div class='grammar'>
<span class="nonterminal">recordContainer</span> :=
-<span class="name">recordContainer</span>
+<span class="name">container</span>
<span class="name">(</span>
{ <span class="nonterminal">namespaceDeclaration</span> }
<span class="name">,</span>