--- a/ontology/ProvenanceFormalModel.html Tue Jan 17 15:30:14 2012 +0000
+++ b/ontology/ProvenanceFormalModel.html Tue Jan 17 18:26:03 2012 +0100
@@ -883,7 +883,24 @@
</div>
</section>
-
+ <section id="actedOnBehalfOf">
+ <h4>actedOnBehalfOf</h4>
+ <p> This object property links two instances of the Agent class or two instances of the Entity class. It is used to express some degree of responsability between the agents or the entities involved, indirectly reflecting the chain of responsability for an activity.
+ </p>
+ <p>DIAGRAM MISSING</p>
+ <div class="anexample">
+ <div><b>Example</b></div>
+ <p> Example of actedOnBehalfOf property inspired in the <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/#a-file-scenario"> provenance scenario </a> is <i>Edith actedOnBehalfOf Pedro, (Edith's boss)</i>. The RDF/XML syntax for asserting this is given below.</p>
+ <div class="exampleOuter">
+ <pre class="example">
+ <provo:Agent rdf:about="http://www.example.com/crimeFile#Pedro" />
+<provo:Agent rdf:about="http://www.example.com/crimeFile#Edith">
+ <provo:actedOnBehalfOf rdf:resource="http://www.example.com/crimeFile#Pedro" />
+</provo:Agent>
+ </pre>
+ </div>
+ </div>
+ </section>
<section id="wasinformedby">
<h4>wasInformedBy</h4>