--- 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 -->