--- a/model/glossary.html Mon Jun 11 15:41:58 2012 +0100
+++ b/model/glossary.html Mon Jun 11 18:06:13 2012 +0100
@@ -283,6 +283,13 @@
<span class="glossary" id="glossary-contextualization">
-Something that is a <dfn id="concept-contextualiation">contextualization</dfn> of another presents all aspects of the
+<!-- Within a bundle (referred to as current bundle),-->
+An entity that is a <dfn id="concept-contextualiation">contextualization</dfn> of another entity presents all
+aspects of the latter as per the latter's description in another bundle (referred to as remote bundle), and therefore constitutes a <a>specialization</a> of the latter entity.
+</span>
+
+
+<span class="glossary" id="glossary-contextualization2">
+Something that is a <dfn id="concept-contextualiation2">contextualization</dfn> of another presents all aspects of the
latter as per its description in a bundle, and therefore constitutes a <a>specialization</a> of the latter.
</span>
--- a/model/glossary.js Mon Jun 11 15:41:58 2012 +0100
+++ b/model/glossary.js Mon Jun 11 18:06:13 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/63f614d8b265/model/glossary.html';
+glossary_hg='http://dvcs.w3.org/hg/prov/file/da6b72577c15/model/glossary.html';
glossary_string=
' ' +
'<html> ' +
@@ -48,7 +48,11 @@
' ' +
' ' +
'<span class="glossary" id="glossary-empty-dictionary"> ' +
-'An <dfn id="concept-empty-dictionary">empty dictionary</dfn> is a dictionary without member. ' +
+'An <dfn id="concept-empty-dictionary">empty dictionary</dfn> is a dictionary without members. ' +
+'</span> ' +
+' ' +
+'<span class="glossary" id="glossary-empty-collection"> ' +
+'An <dfn id="concept-empty-collection">empty collection</dfn> is a collection without members. ' +
'</span> ' +
' ' +
'<span class="glossary" id="glossary-dictionary"> ' +
@@ -185,8 +189,12 @@
' <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 dictionary. ' +
+'<span class="glossary" id="glossary-dictionary-membership"> ' +
+'<dfn id="concept-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-membership">Membership</dfn> is the belonging of an entity to a collection. ' +
'</span> ' +
' ' +
'<span class="glossary" id="glossary-alternate"> ' +
@@ -282,7 +290,14 @@
' ' +
' ' +
'<span class="glossary" id="glossary-contextualization"> ' +
-'Something that is a <dfn id="concept-contextualiation">contextualization</dfn> of another presents all aspects of the ' +
+'<!-- Within a bundle (referred to as current bundle),--> ' +
+'An entity that is a <dfn id="concept-contextualiation">contextualization</dfn> of another entity presents all ' +
+'aspects of the latter as per the latter\'s description in another bundle (referred to as remote bundle), and therefore constitutes a <a>specialization</a> of the latter entity. ' +
+'</span> ' +
+' ' +
+' ' +
+'<span class="glossary" id="glossary-contextualization2"> ' +
+'Something that is a <dfn id="concept-contextualiation2">contextualization</dfn> of another presents all aspects of the ' +
'latter as per its description in a bundle, and therefore constitutes a <a>specialization</a> of the latter. ' +
'</span> ' +
' ' ;
--- a/model/prov-dm.html Mon Jun 11 15:41:58 2012 +0100
+++ b/model/prov-dm.html Mon Jun 11 18:06:13 2012 +0100
@@ -2762,25 +2762,33 @@
<h4>Contextualization</h4>
-
+<p>The following notion is a relation between two entities with regard to a bundle (referred to as remote bundle). In contrast, the bundle in which this relation occurs is referred to as local bundle.</p>
<span class="glossary-ref" data-ref="glossary-contextualization"></span>
-<p>Something identifiable has a contextualization in a bundle since that bundle's
-descriptions provide a context in which to interpret that thing in a
-domain-specific manner.
+<p>A bundle's
+descriptions provide a context in which to interpret an entity in a
+domain-specific manner. The contextualization of this entity with respect to this bundle offers the opportunity to specialize it according to domain-specific interpretation.
</p>
+<!--
+
<p>A contextualization of an entity in a bundle implies the specialization of this entity by "fixing" the bundle that it is in.
</p>
+-->
+
+
+<p>A contextualization of an entity in a remote bundle results in a specialization of this entity that with extra fixed aspects, including the remote bundle that it is described in.
+</p>
+
<p><div class="attributes" id="attributes-contextualization">A <dfn title="contextualizationOf">contextualization</dfn> relation<span class="withPn">, written <span class="pnExpression">contextualizationOf(l, e, b)</span> in PROV-N,</span> has:
<ul>
-<li><span class='attribute' id="contextualization.local">local</span>: an identifier (<span class="name">l</span>) for something in the current bundle presenting the aspects of <span class="name">e</span> in bundle <span class="name">b</span> ;</li>
-<li><span class='attribute' id="contextualization.contextualized">contextualized</span>: an identifier (<span class="name">e</span>) of something identifiable in some bundle <span class="name">b</span>;</li>
-<li><span class='attribute' id="contextualization.context">bundle</span>: an identifier (<span class="name">b</span>) for a bundle.</li>
+<li><span class='attribute' id="contextualization.local">local</span>: an identifier (<span class="name">l</span>) for an entity in the local bundle (not explicitly identified) presenting the aspects of <span class="name">e</span> in remote bundle <span class="name">b</span> ;</li>
+<li><span class='attribute' id="contextualization.contextualized">contextualized</span>: an identifier (<span class="name">e</span>) of an entity in some remote bundle <span class="name">b</span>;</li>
+<li><span class='attribute' id="contextualization.context">bundle</span>: an identifier (<span class="name">b</span>) for a remote bundle.</li>
</ul>
</div>