--- a/model/glossary.html Tue Apr 24 17:11:13 2012 +0200
+++ b/model/glossary.html Tue Apr 24 17:26:44 2012 +0200
@@ -45,7 +45,7 @@
</span>
<span class="glossary" id="glossary-dictionary">
-A <dfn id="concept-dictionary">dictionary</dfn> is a collection whose members are indexed by a key.
+A <dfn id="concept-dictionary">dictionary</dfn> is a collection whose members are indexed by keys.
</span>
@@ -158,15 +158,15 @@
<span class="glossary" id="glossary-insertion">
- <dfn id="concept-insertion">Insertion</dfn> is a derivation that transforms a collection into another, by insertion of one or more key-entity pairs.
+ <dfn id="concept-insertion">Insertion</dfn> is a derivation that transforms a dictionary into another, by insertion of one or more key-entity pairs.
</span>
<span class="glossary" id="glossary-removal">
- <dfn id="concept-removal">Removal</dfn> is a derivation that transforms a collection into another, by removing one or more key-entity pairs.
+ <dfn id="concept-removal">Removal</dfn> is a derivation that transforms a dictionary into another, by removing one or more key-entity pairs.
</span>
<span class="glossary" id="glossary-membership">
-<dfn id="concept-membership">Membership</dfn> is the belonging of a key-entity pair to collection.
+<dfn id="concept-membership">Membership</dfn> is the belonging of a key-entity pair to dictionary.
</span>
<span class="glossary" id="glossary-alternate">
--- a/model/glossary.js Tue Apr 24 17:11:13 2012 +0200
+++ b/model/glossary.js Tue Apr 24 17:26:44 2012 +0200
@@ -51,7 +51,7 @@
'</span> ' +
' ' +
'<span class="glossary" id="glossary-dictionary"> ' +
-'A <dfn id="concept-dictionary">dictionary</dfn> is a collection whose members are indexed by a key. '+
+'A <dfn id="concept-dictionary">dictionary</dfn> is a collection whose members are indexed by keys. '+
'</span>' +
' ' +
'<span class="glossary" id="glossary-account"> ' +
@@ -162,15 +162,15 @@
' ' +
' ' +
'<span class="glossary" id="glossary-insertion"> ' +
-' <dfn id="concept-insertion">Insertion</dfn> is a derivation that transforms a collection into another, by insertion of one or more key-entity pairs. ' +
+' <dfn id="concept-insertion">Insertion</dfn> is a derivation that transforms a dictionary into another, by insertion of one or more key-entity pairs. ' +
'</span> ' +
' ' +
'<span class="glossary" id="glossary-removal"> ' +
-' <dfn id="concept-removal">Removal</dfn> is a derivation that transforms a collection into another, by removing one or more key-entity pairs. ' +
+' <dfn id="concept-removal">Removal</dfn> is a derivation that transforms a dictionary into another, by removing one or more key-entity pairs. ' +
'</span> ' +
' ' +
'<span class="glossary" id="glossary-membership"> ' +
-'<dfn id="concept-membership">Membership</dfn> is the belonging of a key-entity pair to collection. ' +
+'<dfn id="concept-membership">Membership</dfn> is the belonging of a key-entity pair to dictionary. ' +
'</span> ' +
' ' +
'<span class="glossary" id="glossary-alternate"> ' +
--- a/model/prov-dm.html Tue Apr 24 17:11:13 2012 +0200
+++ b/model/prov-dm.html Tue Apr 24 17:26:44 2012 +0200
@@ -29,7 +29,7 @@
$(this).removeAttr('data-ref');
$('#'+ref+'.glossary').contents().clone().appendTo($(this));
- $(this).attr("prov:hadOriginalSource",glossary_hg);
+// $(this).attr("prov:hadOriginalSource",glossary_hg);
if (span) {
$(this).children('dfn').replaceWith(function(){return $('<span>').addClass('dfn').append($(this).contents())});
}
@@ -2026,7 +2026,7 @@
<h3>Component 5: Collections</h3>
<p>The fifth component of PROV-DM is concerned with the notion of collections.
-A collection is an entity that has some members. The members are themselves entities, and therefore their provenance can be expressed. Some applications need to be able to express the provenance of the collection itself: e.g. who maintains the collection, which members it contains as it evolves, and how it was assembled. The purpose of Component 5 is to define the types and relations that are useful to express the provenance of collections. In PROV, the concept of Collection is implemented by means of dictionaries. </p>
+A collection is an entity that has some members. The members are themselves entities, and therefore their provenance can be expressed. Some applications need to be able to express the provenance of the collection itself: e.g. who maintains the collection, which members it contains as it evolves, and how it was assembled. The purpose of Component 5 is to define the types and relations that are useful to express the provenance of collections. In PROV, the concept of Collection is implemented by means of dictionaries, which we introduce in this section. </p>
<p>Figure <a href="#figure-component5">figure-component5</a> depicts
the fifth component with four new classes and three associations.
@@ -2041,9 +2041,9 @@
</div>
-<p>The intent of these relations and types is to express the <em>history of changes that occurred to a dictionary</em>.
-Changes to dictionaries are about the insertion of entities in dictionaries and the removal of members from dictionaries.
-Indirectly, such history provides a way to reconstruct the contents of a dictionary.</p>
+<p>The intent of these relations and types is to express the <em>history of changes that occurred to a collection</em>.
+Changes to collections are about the insertion of entities in collections and the removal of members from collections.
+Indirectly, such history provides a way to reconstruct the contents of a collection.</p>
<section id="term-collection">
<h3>Collection</h3>