added ex prefix to host attributes
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Thu, 08 Dec 2011 10:57:07 +0000
changeset 1192 ce62739717ad
parent 1191 176264142ce1
child 1193 464377ca2a37
added ex prefix to host attributes
model/ProvenanceModel.html
--- a/model/ProvenanceModel.html	Thu Dec 08 10:36:54 2011 +0000
+++ b/model/ProvenanceModel.html	Thu Dec 08 10:57:07 2011 +0000
@@ -2875,8 +2875,8 @@
 <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="codeexample">
-activity(a1,workflow,t1,t2,[host="server1.example.org"])
-activity(a2,sub-workflow,t3,t4,[host="server2.example.org"])
+activity(a1,workflow,t1,t2,[ex:host="server1.example.org"])
+activity(a2,sub-workflow,t3,t4,[ex:host="server2.example.org"])
 wasStartedBy(a2,a1)
 
 entity(e,[prov:type="spawn-request"])