prov-dm updated membership
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Thu, 12 Jul 2012 11:01:00 +0100
changeset 3997 17c283684587
parent 3996 90c3e84c18cd
child 3999 3479b3d58ef3
child 4001 dfedcc910479
prov-dm updated membership
model/Makefile
model/glossary.html
model/glossary.js
model/prov-dm.html
--- a/model/Makefile	Thu Jul 12 10:52:25 2012 +0100
+++ b/model/Makefile	Thu Jul 12 11:01:00 2012 +0100
@@ -60,5 +60,5 @@
 
 
 
-//	xpath prov-dm.xhtml //div[@class='anexample']
+#//	xpath prov-dm.xhtml //div[@class='anexample']
 
--- a/model/glossary.html	Thu Jul 12 10:52:25 2012 +0100
+++ b/model/glossary.html	Thu Jul 12 11:01:00 2012 +0100
@@ -194,8 +194,8 @@
 <dfn id="concept-dictionary-membership" title="dictionary membership">Membership</dfn> is the belonging of a key-entity pair to a dictionary.
 </span>
 
-<span class="glossary" id="glossary-collection-membership">
-<dfn id="concept-collection-membership" title="collection membership">Membership</dfn> is the belonging of an entity  to a collection.
+<span class="glossary" id="glossary-membership">
+<dfn id="concept-membership">Membership</dfn> is the belonging of an entity  to a collection.
 </span>
 
 <span class="glossary" id="glossary-alternate">  
--- a/model/glossary.js	Thu Jul 12 10:52:25 2012 +0100
+++ b/model/glossary.js	Thu Jul 12 11:01:00 2012 +0100
@@ -3,7 +3,7 @@
 //  with <script src="glossary.js" class="remove"></script>
 //Insert glossary definitions with the following 
 // <div class="glossary-ref" ref="glossary-generation"></div>
-glossary_hg='http://dvcs.w3.org/hg/prov/file/bbe46c9db287/model/glossary.html';
+glossary_hg='http://dvcs.w3.org/hg/prov/file/90c3e84c18cd/model/glossary.html';
 glossary_string= 
 ' ' + 
 '<html> ' + 
@@ -201,8 +201,8 @@
 '<dfn id="concept-dictionary-membership" title="dictionary membership">Membership</dfn> is the belonging of a key-entity pair to a dictionary. ' + 
 '</span> ' + 
 ' ' + 
-'<span class="glossary" id="glossary-collection-membership"> ' + 
-'<dfn id="concept-collection-membership" title="collection membership">Membership</dfn> is the belonging of an entity  to a collection. ' + 
+'<span class="glossary" id="glossary-membership"> ' + 
+'<dfn id="concept-membership">Membership</dfn> is the belonging of an entity  to a collection. ' + 
 '</span> ' + 
 ' ' + 
 '<span class="glossary" id="glossary-alternate">   ' + 
--- a/model/prov-dm.html	Thu Jul 12 10:52:25 2012 +0100
+++ b/model/prov-dm.html	Thu Jul 12 11:01:00 2012 +0100
@@ -3197,17 +3197,17 @@
 
 </section>
 
-<section id="term-collection-membership">
-<h3>Collection Membership</h3>
-
-<p>A <strong>collection membership</strong> relation is defined, to allow stating the  members of a Collection. </p>
-
-<span class="glossary-ref" data-ref="glossary-collection-membership"></span>
+<section id="term-membership">
+<h3>Membership</h3>
+
+<p>A <strong>membership</strong> relation is defined, to allow stating the  members of a Collection. </p>
+
+<span class="glossary-ref" data-ref="glossary-membership"></span>
 
 
 <p>
 <div class="attributes" id="attributes-hadMember">
- A <dfn title="hadMembers">membership</dfn> relation, written <span class="pnExpression">hadMember(c, e)</span>, has:
+ A <dfn title="hadMember">membership</dfn> relation, written <span class="pnExpression">hadMember(c, e)</span>, has:
 <ul>
 <li><span class='attribute' id="membership.collection">collection</span>: an identifier (<span class="name">c</span>) for the collection whose member is asserted; </li>
 <li><span class='attribute' id="membership.entity">entity</span>: the identifier <span class="name">e</span> of an entity that is member of the collection.</li>