collections
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Wed, 28 Mar 2012 14:53:00 +0100
changeset 2055 910ed86f9c47
parent 2054 c9b41df9e3ee
child 2056 e9c6b6a9a6d7
collections
model/prov-dm.html
--- a/model/prov-dm.html	Wed Mar 28 14:50:15 2012 +0100
+++ b/model/prov-dm.html	Wed Mar 28 14:53:00 2012 +0100
@@ -2151,13 +2151,19 @@
    c1 contains   ("k1", e1), ("k2", e2), ("k3", v3) 
   </pre>
  Note that the state of <span class="name">c1</span> with these relations is only partially known, because the initial state of <span class="name">c</span> is unknown.
+</div>
+
+<!-- To go to part 2
+
 
   Note that the following one cannot have at the same time an empty collection and membership relations for it, i.e., the following example is invalid:
 <pre class="codeexample">
   <span class="name"> entity(c, [prov:type="EmptyCollection"])</span>
    memberOf(c, {("k1", e1), ("k2", v2)} )  
   </pre>
-</div>
+
+
+-->
 
 </section>  <!-- Membership -->