added wasStartedBy between activities@
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Mon, 21 Nov 2011 22:36:22 +0000
changeset 1002 308104055b00
parent 1001 a1b622c5945b
child 1003 eed80b38de85
added wasStartedBy between activities@
model/ProvenanceModel.html
--- a/model/ProvenanceModel.html	Mon Nov 21 22:35:22 2011 +0000
+++ b/model/ProvenanceModel.html	Mon Nov 21 22:36:22 2011 +0000
@@ -2544,13 +2544,14 @@
 <div class="anexample">
 <p>
 In the following assertions, we find two activity records, identified by <span class="name">a1</span> and <span class="name">a2</span>, representing two activities, which took place on two separate hosts.</p>
-<pre class="example">
+<pre class="codeexample">
 activity(a1,workflow,t1,t2,[host="server1.example.org"])
 activity(a2,sub-workflow,t3,t4,[host="server2.example.org"])
+wasStartedBy(a2,a1)
+
 entity(e,[prov:type="spawn-request"])
 wasGeneratedBy(e,a2)
 wasStartedBy(a2,e)
-wasStartedBy(a2,a1)
 </pre>
 <p>The one identified by <span class="name">a2</span> was started 
 by the one identified by <span class="name">a1</span>