minor update to bundle file
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Mon, 14 May 2012 16:52:20 +0100
changeset 2789 cfb2c904bd69
parent 2786 072f6cd209cf
child 2790 113437122bf0
minor update to bundle file
model/working-copy/wd6-bundle.html
--- a/model/working-copy/wd6-bundle.html	Mon May 14 16:19:32 2012 +0100
+++ b/model/working-copy/wd6-bundle.html	Mon May 14 16:52:20 2012 +0100
@@ -456,7 +456,7 @@
 
 <p>
 <div class="attributes" id="attributes-bundle">
- A <dfn title="dfn-bundle" id="dfn-bundle-declaration">bundle declaration</dfn>, written <span class="pnExpression">bundle id description_1 ... description_n</span>, consists of:
+ A <dfn title="dfn-bundle" id="dfn-bundle-declaration">bundle declaration</dfn>, written <span class="pnExpression">bundle id description_1 ... description_n endBundle</span>, consists of:
 <ul>
 <li><span class='attribute' id="bundle.declaration.id">id</span>:  an identifier for the bundle;</li>
 <li><span class='attribute' id="bundle.declaration.descriptions">descriptions</span>: a set of provenance descriptions <span class="name">
@@ -507,7 +507,7 @@
 bundle bob:bundle1
   entity(ex:report1, [ prov:type="report", ex:version=1 ])
   wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
-end
+endBundle
 </pre>
 
 <p>In contrast,
@@ -519,7 +519,7 @@
   entity(ex:report2, [ prov:type="report", ex:version=2 ])
   wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
   wasDerivedFrom(ex:report2, ex:report1)
-end
+endBundle
 </pre>
 
 <p>The first bundle contains the descriptions corresponding to  Bob observing the creation of <span class="name">ex:report1</span>. Its provenance can be described as follows.</p>
@@ -548,7 +548,7 @@
   entity(ex:report2, [ prov:type="report", ex:version=2 ])
   wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
   wasDerivedFrom(ex:report2, ex:report1)
-end
+endBundle
 
 entity(agg:bundle3, [ prov:type='prov:Bundle' ])
 agent(ex:aggregator01, [ prov:type='ex:Aggregator' ])
@@ -621,7 +621,7 @@
 bundle bob:bundle4
   entity(ex:report1, [ prov:type="report", ex:version=1 ])
   wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
-end
+endBundle
 </pre>
 
 <p>Likewise, Alice's observation about the derivation of  <span class="name">ex:report2</span>  from <span class="name">ex:report1</span>, is expressed in a separate bundle.</p>
@@ -632,7 +632,7 @@
   entity(ex:report2, [ prov:type="report", ex:version=2 ])
   wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
   wasDerivedFrom(ex:report2, ex:report1)
-end
+endBundle
 </pre>
 <p>In bundle <span class="name">alice:bundle5</span>, there is a description for entity <span class="name">ex:report1</span>, and 
 a provenance locator pointing to bundle <span class="name">bob:bundle4</span>.  
@@ -650,7 +650,7 @@
   entity(ex:report2, [ prov:type="report", ex:version=2 ])
   wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
   wasDerivedFrom(ex:report2, alice:report1)
-end
+endBundle
 </pre>
 <p>Alice can specify the <a href="#prov.locator.target">target</a> in the provenance locator to be  <span class="name">ex:report1</span>.
 With such a statement, Alice states that provenance information about <span class="name">alice:report1</span> can be found in bundle