--- a/model/working-copy/wd6-bundle.html Thu May 03 09:36:08 2012 +0100
+++ b/model/working-copy/wd6-bundle.html Thu May 03 16:32:03 2012 +0200
@@ -294,12 +294,12 @@
<h3>...</h3>
</section>
-<section id="section-types-entities-agents">
-<h2>Further Entities: Collections and Bundles</h2>
+<section id="section-provenance-of-provnance">
+<h2>Provenance of Provenance</h2>
-<!-- alternative names: provenance record, bundle -->
+
<p>
<span class="glossary-ref" data-ref="glossary-bundle" data-withspan="true">
</span>A bundle is an entity to allow provenance of provenance to be expressed.
@@ -315,6 +315,19 @@
expressed.
</p>
</div>
+</section>
+
+<section id="section-collections">
+<h2>Collections</h2>
+
+<p>
+<span class="glossary-ref" data-ref="glossary-collection" data-withspan="true"></span> This concept allows for the provenance of the collection itself to be expressed in addition to that of the members. Many different types of collections exist, such as a <em>set</em>, <em>dictionaries</em>, or <em>lists</em>, all of which involve a membership relationship between the constituents and the collection. </p>
+
+<div class="conceptexample" id="collection-example">
+<p>
+An example of collection is an archive of documents. Each document has its own provenance, but the archive itself also has some provenance: who maintained it, which documents it contained at which point in time, how it was assembled, etc.
+</div>
+
</section>
@@ -437,13 +450,15 @@
<div class="attributes" id="attributes-hasProvenanceIn">
A <dfn title="hasProvenanceIn">provenance locator</dfn>,
written
-<span class="pnExpression">hasProvenance(id,b,s,p,attrs)</span>, has:
+<span class="pnExpression">hasProvenance(id, subject, bundle, target, service, prov, attrs)</span>, has:
<ul>
-<li><span class='attribute' id="provenance.in.id">id</span>: an identifier denoting an entity;</li>
-<li><span class='attribute' id="provenance.in.bundle">bundle</span>: an OPTIONAL identifier (<span class="name">b</span>) for a bundle;
-<li><span class='attribute' id="provenance.in.service">service</span>: an OPTIONAL URI (<span class="name">s</span>) denoting a <a href="http://www.w3.org/TR/prov-aq/#provenance-service">provenance service</a> from which provenance can be retrieved according to [[PROV-AQ]];
-<li><span class='attribute' id="provenance.in.provenance">provenance</span>: an OPTIONAL URI (<span class="name">p</span>) where provenance descriptions can be found;
-<li><span class='attribute' id="derivation.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this locator.</li>
+<li><span class='attribute' id="prov.localtor.id">id</span>: an identifier for a provenance locator; </li>
+<li><span class='attribute' id="prov.locator.subject">subject</span>: an identifier denoting a subject (entity, activity, agent, or relatation instance);</li>
+<li><span class='attribute' id="prov.locator.bundle">bundle</span>: an OPTIONAL identifier (<span class="name">bundle</span>) for a bundle;
+<li><span class='attribute' id="prov.locator.target">target</span>: an OPTIONAL identifier (<span class="name">target</span>) denoting something described in bundle;
+<li><span class='attribute' id="prov.locator.service">service</span>: an OPTIONAL URI (<span class="name">service</span>) denoting a <a href="http://www.w3.org/TR/prov-aq/#provenance-service">provenance service</a> from which provenance can be retrieved according to [[PROV-AQ]];
+<li><span class='attribute' id="prov.locator.provenance">provenance</span>: an OPTIONAL URI (<span class="name">prov</span>) where provenance descriptions can be found;
+<li><span class='attribute' id="prov.locator.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this locator.</li>
</ul>
<p>In <span class="pnExpression">hasProvenance(id, b, s, p)</span>, <span class="name">s</span> and <span class="name">p</span> are both optional and mutually exclusive: if specified, either <span class="name">s</span> or <span class="name">p</span> is provided.</p>
</div>