--- a/model/prov-dm.html Fri May 25 09:30:49 2012 +0100
+++ b/model/prov-dm.html Fri May 25 09:58:34 2012 +0100
@@ -79,7 +79,7 @@
$(this).attr('count', mycount);
- console.log( "example for " + myid + " " + mycount);
+ //console.log( "example for " + myid + " " + mycount);
});
}
@@ -2378,7 +2378,7 @@
<h3>Bundle Description</h3>
-<p>A bundle is a named set of descriptions, but also it is also an entity so that its provenance can be described. </p>
+<p>A bundle is a named set of descriptions, but it is also an entity so that its provenance can be described. </p>
PROV defines the following type for bundles:
<ul>
@@ -2394,10 +2394,10 @@
</p>
-<p>The provenance of provenance can then be described using PROV constructs, as illustrated by the following example. </p>
+<p>The provenance of provenance can then be described using PROV constructs, as illustrated by the following examples.</p>
<div class="anexample" id="anexample-provenance-of-provenance">
-<p>Let us consider an example consisting of two entities <span class="name">ex:report1</span> and <span class="name">ex:report2</span>.</p>
+<p>Let us consider two entities <span class="name">ex:report1</span> and <span class="name">ex:report2</span>.</p>
<pre class="codeexample">
entity(ex:report1, [ prov:type="report", ex:version=1 ])
wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)