sections 5 and 6 typos
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Thu, 22 Sep 2011 09:19:46 +0100
changeset 358 03ee6a2c9e46
parent 357 76f749a9c724
child 359 18f538cd6235
sections 5 and 6 typos
model/ProvenanceModel.html
--- a/model/ProvenanceModel.html	Wed Sep 21 08:50:54 2011 +0100
+++ b/model/ProvenanceModel.html	Thu Sep 22 09:19:46 2011 +0100
@@ -1999,7 +1999,7 @@
 <h4>Identifier</h4>
 
 
-<p>A <dfn id="dfn-identifier">identifier</dfn> is a finite sequence of characters. </p>
+<p>An <dfn id="dfn-identifier">identifier</dfn> is a finite sequence of characters. </p>
 
 <div class='note'>Do we require identifiers to be URIs? All the examples in this document so far use simple labels as identifiers? Would this be acceptable? Maybe understood as default namespace and local name?
 </div>
@@ -2031,7 +2031,7 @@
 
 
 
-<p>It is OPTIONAL to assert time in use, generation, and process execution.</p>
+<p>It is OPTIONAL to assert time in use, generation, and process execution expressions.</p>
 
 <div class='resolved'> Is it appropriate to refer to ISO8601. Point in Time, Interval? This is  <a href="http://www.w3.org/2011/prov/track/issues/58">ISSUE-58</a>.</div>
 
@@ -2039,10 +2039,10 @@
 <h4>Temporal Events</h4>
 Four kinds of discrete events underpin the PROV-DM data model. They are:
 <ol>
-<li>Generation of an entity by a process execution:  identifies the final instant of an entity's creation timespan, after which the characterized thing represented by an entity becomes available for use.</li>
-<li>Use of an entity by a process execution:  identifies the first instant of an entity's consumption timespan.</li>
-<li>Start of a process execution: identifies the instant an activity represented by a process execution starts</li>
-<li>End of a process execution: identifies the instant an activity represented by a process execution ends</li>
+<li>Generation of a characterized thing by an activity:  identifies the final instant of a characterized thing's creation timespan, after which it becomes available for use.</li>
+<li>Use of a characterized thing by an activity:  identifies the first instant of a characterized thing's consumption timespan.</li>
+<li>Start of an activity: identifies the instant an activity, represented by a process execution, starts;</li>
+<li>End of an activity: identifies the instant an activity, represented by a process execution, ends.</li>
 </ol>
 </section>
 
@@ -2087,7 +2087,7 @@
 <h3>Recipe Link</h3>
 
 
-<p>A <dfn id="dfn-RecipeLink">recipe link</dfn> is an association between a process execution and a process specification that underpins the process execution.
+<p>A <dfn id="dfn-RecipeLink">recipe link</dfn> is an association between a process execution expression and a process specification that underpins the represented activity.
 </p>
 
 <div class='grammar'>
@@ -2233,10 +2233,10 @@
 
 <li>Annotation expressions allow arbitrary metadata to be associated with identifiable expressions of PROV-DM. Annotation expressions consist of name-value pairs. Like attributes, names are qualified by a namespace.</li>
 
-<li>Use, generation, and control qualifiers offer a mechanism to
-describe modal aspects of use, generation, and control expressions.  
+<li> Qualifiers offer a mechanism to
+describe modalities of use, generation, and control  
 They consist of ordered sequence of name-value pairs. Such names
-are also qualified by a namespace.</li>
+are also qualified by namespaces.</li>
 
 <p>The PROV DM namespace (TBD) declares a reserved qualifier: <tt>role</tt>.</li>