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