issue-241
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Fri, 23 Mar 2012 15:17:45 +0000
changeset 1992 a6554390a4e6
parent 1987 adaf1988afe1
child 1993 fdb4e9be5904
issue-241
model/prov-dm.html
--- a/model/prov-dm.html	Fri Mar 23 14:26:35 2012 +0000
+++ b/model/prov-dm.html	Fri Mar 23 15:17:45 2012 +0000
@@ -1144,14 +1144,13 @@
 <p>
 The following expressions</p>
 <pre class="codeexample">
-  wasGeneratedBy(e1,a1, 2001-10-26T21:32:52, [ex:port="p1", ex:order=1])
-  wasGeneratedBy(e2,a1, 2001-10-26T10:00:00, [ex:port="p1", ex:order=2])
+  wasGeneratedBy(e1,a1, 2001-10-26T21:32:52, [ex:port="p1"])
+  wasGeneratedBy(e2,a1, 2001-10-26T10:00:00, [ex:port="p2"])
 </pre>
 <p>state the existence of two generations (with respective times <span class="name">2001-10-26T21:32:52</span> and <span
 class="name">2001-10-26T10:00:00</span>), at which new entities,  identified by <span class="name">e1</span> and <span class="name">e2</span>, are created by an
 activity,  identified by <span class="name">a1</span>.
-The first one is available as the first value on port p1, whereas the other is the second value on port p1.  The semantics of <span class="name">port</span> and <span
-class="name">order</span> are application specific.
+The first one is available  on port p1, whereas the other is available on port p2.  The semantics of <span class="name">port</span> are application specific.
 </p>
 </div>