delegation
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Thu, 24 May 2012 20:14:08 +0100
changeset 2962 9c44f955c34b
parent 2961 0432a0ebb4ec
child 2963 1757d51cf33e
delegation
model/prov-dm.html
--- a/model/prov-dm.html	Thu May 24 17:39:58 2012 +0100
+++ b/model/prov-dm.html	Thu May 24 20:14:08 2012 +0100
@@ -1237,7 +1237,7 @@
 <tr class="component2-color" style="border-collapse: collapse; "><td  class="essential"><a>Agent</a></td><td><a title="dfn-agent" class="essential">agent(id, [ attr1=val1, ...])</a></td><td  rowspan="8"><a href="#component2">Component 2: agents/responsibility</a></td></tr>
 <tr class="component2-color"><td class="essential"><a>Attribution</a></td><td><a title="wasAttributedTo"><span class="essential">wasAttributedTo(</span>id;<span class="essential">e,ag</span>,attr<span class="essential">)</span></a></td></tr>
 <tr class="component2-color"><td class="essential"><a>Association</a></td><td><a title="wasAssociatedWith"><span class="essential">wasAssociatedWith(</span>id;<span class="essential">a,ag</span>,pl,attrs<span class="essential">)</span></a></td></tr>
-<tr class="component2-color"><td class="essential"><a>Responsibility</a></td><td><a title="actedOnBehalfOf"><span class="essential">actedOnBehalfOf(</span>id;<span class="essential">ag2,ag1</span>,a,attrs<span class="essential">)</span></a></td></tr>
+<tr class="component2-color"><td class="essential"><a>Delegation</a></td><td><a title="actedOnBehalfOf"><span class="essential">actedOnBehalfOf(</span>id;<span class="essential">ag2,ag1</span>,a,attrs<span class="essential">)</span></a></td></tr>
 <tr class="component2-color"><td class="provType"><a>Plan</a></td><td><a title="plan">... prov:type='prov:Plan' ...</a></td>
 <tr class="component2-color"><td class="provType"><a>Person</a></td><td><a title="person">... prov:type='prov:Person' ...</a></td>
 <tr class="component2-color"><td class="provType"><a>Organization</a></td><td><a title="organization">... prov:type='prov:Organization' ...</a></td>
@@ -1700,7 +1700,7 @@
 <h3>Component 2: Agents and Responsibility</h3>
 
 <p>The second component of PROV-DM, depicted in  <a href="#figure-component2">Figure 6</a>, is concerned with <a title="agent">agents</a> and the notions of
-<a>Attribution</a>, <a>Association</a>, <a>Responsibility</a>, relating agents to entities, activities, and agents, respectively.
+<a>Attribution</a>, <a>Association</a>, <a>Delegation</a>, relating agents to entities, activities, and agents, respectively.
  Core structures are displayed in the yellow area and include three classes and three binary associations. Outside the yellow area, extended structures comprise the subclass <a>Plan</a> and UML association classes to express expanded n-ary relations.
 </p>
 
@@ -1709,7 +1709,7 @@
 <figure>
 <!-- <img src="images/Agents-Responsibility.png" alt="agents and responsibilities"/> -->
 <img src="uml/component2.png" alt="agents and responsibilities"/>
-<figcaption id="figure-component2">Figure 6: Agents and Responsibilities Component Overview</figcaption>
+<figcaption id="figure-component2">Figure 6: Agents and Responsibility Component Overview</figcaption>
 </figure>
 </div>
 
@@ -1780,7 +1780,7 @@
 
 <div class="anexample" id="anexample-attribution">
 <p>
-Revisiting the example of <a href="#section-example-one">Section 3.1</a>,
+Revisiting the example of <a href="#section-example-one">Section 4.1</a>,
 we can ascribe <span class="name">tr:WD-prov-dm-20111215</span> to some agents without an explicit activity. The reserved attribute <span class="name">role</span> (see <a href="#term-attribute-role">Section 5.7.4.3</a>) allows for role of the agent in the attribution to be specified.
 <pre class="codeexample">
 agent(ex:Paolo, [ prov:type="Person" ])
@@ -1843,11 +1843,11 @@
 
 </section>  <!-- end wasAssociatedWith -->
 
-<section id="term-responsibility">
-
-<h4>Responsibility</h4>
-
-<div class="glossary-ref" data-ref="glossary-responsibility"></div>
+<section id="term-delegation">
+
+<h4>Delegation</h4>
+
+<div class="glossary-ref" data-ref="glossary-delegation"></div>
 
 <p>PROV offers a mild version of responsibility
 in the form of a relation to represent when an agent acted on another
@@ -2002,7 +2002,7 @@
 
 <div class="anexample" id="anexample-revision">
 <p>
-Revisiting the example of <a href="#section-example-two">Section 3.2</a>,
+Revisiting the example of <a href="#section-example-two">Section 4.2</a>,
 we can now state that the report 
  <span class="name">tr:WD-prov-dm-20111215</span> was a revision of 
  the report <span class="name">tr:WD-prov-dm-20111018</span>.
@@ -2133,7 +2133,7 @@
 </p>
 
 <div class="anexample">
-<p>We refer to the example of <a href="#section-example-two">Section 3.1</a>, and specifically to <a href="#prov-a-document2">Figure 3</a>. We can see that there is a path from 
+<p>We refer to the example of <a href="#section-example-two">Section 4.1</a>, and specifically to <a href="#prov-a-document2">Figure 3</a>. We can see that there is a path from 
 <span class="name">tr:WD-prov-dm-20111215</span> to 
 <span class="name">w3:Consortium</span> and to
 <span class="name">process:rec-advance</span>. This is expressed as follows.