actedOnBehalfOf addition
authordgarijo
Tue, 17 Jan 2012 18:26:03 +0100
changeset 1391 95496fff56c9
parent 1390 70db416c8360
child 1392 d30d7cbfa587
actedOnBehalfOf addition
ontology/ProvenanceFormalModel.html
--- 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">
+				    &lt;provo:Agent rdf:about="http://www.example.com/crimeFile#Pedro" /&gt;
+&lt;provo:Agent rdf:about="http://www.example.com/crimeFile#Edith"&gt;
+	&lt;provo:actedOnBehalfOf rdf:resource="http://www.example.com/crimeFile#Pedro" /&gt;
+&lt;/provo:Agent&gt;					
+				</pre>
+			  </div>
+		  </div>
+        </section>
 
         <section id="wasinformedby">
           <h4>wasInformedBy</h4>