prov n 3.6.1
authorPaolo Missier <pmissier@acm.org>
Thu, 12 Jul 2012 13:01:00 +0100
changeset 4012 6ffd88fda04d
parent 4009 ae6b6b108808
child 4013 66ba04e72046
prov n 3.6.1
model/prov-n.html
--- a/model/prov-n.html	Thu Jul 12 12:53:53 2012 +0100
+++ b/model/prov-n.html	Thu Jul 12 13:01:00 2012 +0100
@@ -2034,29 +2034,21 @@
 
 <div class="anexample">
     <pre class="codeexample">
-   hadMember(mId, c, {e1, e2, e3})   // Collection membership
+   hadMember(mId, c, e1)   // c contained e1
+   hadMember(mId, c, e2)   // c contained e2 
   </pre>
 <p>  Here
-    <span class="name">mId</span> is the optional membership identifier,
-  <span class="name">c</span> is the  identifier for the collection whose membership is stated,
-  <span class="name"> {e1, e2, e3}</span> is the entity-set indicating the members of 
-  <span class="name">c</span>.
+  <span class="name">c</span> is the  identifier for the collection whose membership is stated, and 
+  <span class="name">e1, e2, etc.</span> are the entities that are members of collection c 
 <!--
     <span class="name">true</span> is the complete flag indicating that the collection member is believed to be closed,
     and <span class="name">[prov:label="A beautiful collection"]</span> is the optional set of attributes. </p>  
 -->
 
-<p>
-In the following example, c is effectively of type EmptyCollection
-
-<pre class="codeexample">
-hadMember(c, {})
-</pre>
 </div>
 
 </section>
 
-
 </section>   <!-- end collections-->