Stage PROV-XML, including HTML diffs.
authorCurt Tilmes <Curt.Tilmes@nasa.gov>
Tue, 23 Apr 2013 14:46:35 -0400
changeset 6271 23f72e293c75
parent 6270 f296af076b89
child 6272 8479eef91b03
Stage PROV-XML, including HTML diffs.
xml/releases/NOTE-prov-xml-20130430/Overview.html
xml/releases/NOTE-prov-xml-20130430/diff.html
--- a/xml/releases/NOTE-prov-xml-20130430/Overview.html	Tue Apr 23 16:15:09 2013 +0100
+++ b/xml/releases/NOTE-prov-xml-20130430/Overview.html	Tue Apr 23 14:46:35 2013 -0400
@@ -223,7 +223,7 @@
 }
 
 
-</style><link rel="stylesheet" href="//www.w3.org/StyleSheets/TR/W3C-WG-NOTE"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head> 
+</style><link rel="stylesheet" href="//www.w3.org/StyleSheets/TR/W3C-WG-NOTE"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head> 
   <body><div class="head">
   <p>
     
@@ -603,7 +603,7 @@
 <section id="identifier-conventions">
 <h3><span class="secno">2.5 </span>Identifier Conventions</h3>
 <p>[<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] defines a PROV Identifier as a qualified name with the following definition:</p> 
-<span class="glossary-ref">   A <span class="dfn">qualified name</span> is a name subject to namespace interpretation. It consists of a namespace, denoted by an optional prefix, and a local name. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   A <span class="dfn">qualified name</span> is a name subject to namespace interpretation. It consists of a namespace, denoted by an optional prefix, and a local name. </span></i></blockquote>
 <p>[<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] also mandates that all qualified names be mappable to a URI by concatenating the namespace URI with a local name.</p>
 
 <p>PROV-XML uses the <code>prov:id</code> xml-attribute to denote a PROV Identifier and the <code>prov:ref</code> xml-attribute to denote a reference-by-id to an instance of a prov-"type" or prov-"relation" which has a matching PROV Identifier.  The value of <code>prov:ref</code> must be a valid PROV Identifier, but there is no requirement that for every <code>prov:ref</code> a corresponding <code>prov:id</code> must be known to exist.</p>
@@ -655,7 +655,7 @@
 <area title="bundles" href="#component4" coords="268,0,402,201" alt="bundles" shape="rect">
 </map>
 <br>
-<span class="figcaption" id="prov-dm-components">Figure 1<sup><a class="internalDFN" href="#prov-dm-components"><span class="diamond"> ◊:</span></a></sup> <!-- Figure 1<sup><a class="internalDFN" href="#prov-dm-components"><span class="diamond"> ◊:</span></a></sup>--> PROV-DM Components (Informative)</span>
+<span class="figcaption" id="prov-dm-components">Figure 1<sup><a class="internalDFN" href="#prov-dm-components"><span class="diamond"> ◊:</span></a></sup> PROV-DM Components (Informative, from PROV-DM Fig. 4)</span>
 <span class="figure" id="fig-generatedID">
 </span></span></div>
 
@@ -844,7 +844,7 @@
 
 <section id="term-Entity"> 
 <h4><span class="secno">3.1.1 </span>Entity</h4>
-<span class="glossary-ref">   An <span class="dfn">entity</span> is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   An <span class="dfn">entity</span> is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Entity"&gt;
   &lt;xs:sequence&gt;
     &lt;!-- prov attributes --&gt;
@@ -876,7 +876,7 @@
 
 <section id="term-Activity"> 
 <h4><span class="secno">3.1.2 </span>Activity</h4>
-<span class="glossary-ref">   An <span class="dfn">activity</span>  is something that occurs over a period of time and acts upon or with entities;  it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.  </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   An <span class="dfn">activity</span>  is something that occurs over a period of time and acts upon or with entities;  it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.  </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Activity"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="startTime" type="xs:dateTime" minOccurs="0"/&gt; 
@@ -910,7 +910,7 @@
 
 <section id="term-Generation">
 <h4><span class="secno">3.1.3 </span>Generation</h4>
-<span class="glossary-ref">   <span class="dfn">Generation</span> is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   <span class="dfn">Generation</span> is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Generation"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="entity" type="prov:IDRef"/&gt;
@@ -957,7 +957,7 @@
 
 <section id="term-Usage">
 <h4><span class="secno">3.1.4 </span>Usage</h4>
-<span class="glossary-ref">   <span class="dfn">Usage</span> is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   <span class="dfn">Usage</span> is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Usage"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="activity" type="prov:IDRef"/&gt;
@@ -1004,7 +1004,7 @@
 
 <section id="term-Communication">
 <h4><span class="secno">3.1.5 </span>Communication</h4>
-<span class="glossary-ref">   <span class="dfn">Communication</span> is the exchange of some unspecified entity by two activities, one activity using some entity generated by the other. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   <span class="dfn">Communication</span> is the exchange of some unspecified entity by two activities, one activity using some entity generated by the other. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Communication"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="informed" type="prov:IDRef"/&gt;
@@ -1043,7 +1043,7 @@
 
 <section id="term-Start">
 <h4><span class="secno">3.1.6 </span>Start</h4>
-<span class="glossary-ref">   <span class="dfn">Start</span> is when an activity is deemed to have been started by an entity, known as <span class="dfn">trigger</span>.  The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as <span class="dfn">starter</span>, that generated the trigger. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   <span class="dfn">Start</span> is when an activity is deemed to have been started by an entity, known as <span class="dfn">trigger</span>.  The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as <span class="dfn">starter</span>, that generated the trigger. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Start"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="activity" type="prov:IDRef"/&gt;
@@ -1114,7 +1114,7 @@
 
 <section id="term-End">
 <h4><span class="secno">3.1.7 </span>End</h4>
-<span class="glossary-ref">   <span class="dfn">End</span> is when an activity is deemed to have been ended by an entity, known as <span class="dfn">trigger</span>.  The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as <span class="dfn">ender</span> that generated the trigger. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   <span class="dfn">End</span> is when an activity is deemed to have been ended by an entity, known as <span class="dfn">trigger</span>.  The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as <span class="dfn">ender</span> that generated the trigger. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="End"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="activity" type="prov:IDRef"/&gt;
@@ -1157,7 +1157,7 @@
 
 <section id="term-Invalidation">
 <h4><span class="secno">3.1.8 </span>Invalidation</h4>
-<span class="glossary-ref">   <span class="dfn">Invalidation</span> is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   <span class="dfn">Invalidation</span> is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Invalidation"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="entity" type="prov:IDRef"/&gt;
@@ -1210,7 +1210,7 @@
 
 <section id="term-Derivation">
 <h4><span class="secno">3.2.1 </span>Derivation</h4>
-<span class="glossary-ref">   A <span class="dfn">derivation</span>  is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   A <span class="dfn">derivation</span>  is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Derivation"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="generatedEntity" type="prov:IDRef"/&gt;
@@ -1254,7 +1254,7 @@
 
 <section id="term-Revision">
 <h4><span class="secno">3.2.2 </span>Revision</h4>
-<span class="glossary-ref">   A <span class="dfn">revision</span>   is a derivation for which the resulting entity is a revised version of some original. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   A <span class="dfn">revision</span>   is a derivation for which the resulting entity is a revised version of some original. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Revision"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Derivation"&gt;
@@ -1289,7 +1289,7 @@
 
 <section id="term-Quotation">
 <h4><span class="secno">3.2.3 </span>Quotation</h4>
-<span class="glossary-ref">   A <span class="dfn">quotation</span>  is the repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   A <span class="dfn">quotation</span>  is the repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Quotation"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Derivation"&gt;
@@ -1335,7 +1335,7 @@
 
 <section id="term-PrimarySource">
 <h4><span class="secno">3.2.4 </span>Primary Source</h4>
-<span class="glossary-ref">   A <span class="dfn">primary source</span>  for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   A <span class="dfn">primary source</span>  for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="PrimarySource"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Derivation"&gt;
@@ -1376,7 +1376,7 @@
 
 <section id="term-Agent">
 <h4><span class="secno">3.3.1 </span>Agent</h4>
-<span class="glossary-ref">   An <span class="dfn">agent</span> is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   An <span class="dfn">agent</span> is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Agent"&gt;
   &lt;xs:sequence&gt;
     &lt;!-- prov attributes --&gt;
@@ -1406,7 +1406,7 @@
 
 <section id="term-Person">
 <h5><span class="secno">3.3.1.1 </span>Person</h5>
-<span class="glossary-ref">   <span class="dfn">Person</span> agents  are people. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   <span class="dfn">Person</span> agents  are people. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Person"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Agent"&gt;
@@ -1429,7 +1429,7 @@
 
 <section id="term-Organization">
 <h5><span class="secno">3.3.1.2 </span>Organization</h5>
-<span class="glossary-ref">   An <span class="dfn">organization</span> is a social or legal institution such as a company, society, etc. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   An <span class="dfn">organization</span> is a social or legal institution such as a company, society, etc. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Organization"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Agent"&gt;
@@ -1452,7 +1452,7 @@
 
 <section id="term-SoftwareAgent">
 <h5><span class="secno">3.3.1.3 </span>Software Agent</h5>
-<span class="glossary-ref">   A <span class="dfn">software agent</span>  is running software. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   A <span class="dfn">software agent</span>  is running software. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="SoftwareAgent"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Agent"&gt;
@@ -1477,7 +1477,7 @@
 
 <section id="term-Attribution">
 <h4><span class="secno">3.3.2 </span>Attribution</h4>
-<span class="glossary-ref">   <span class="dfn">Attribution</span> is the ascribing of an entity to an agent. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   <span class="dfn">Attribution</span> is the ascribing of an entity to an agent. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Attribution"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="entity" type="prov:IDRef"/&gt;
@@ -1529,7 +1529,7 @@
 
 <section id="term-Association">
 <h4><span class="secno">3.3.3 </span>Association</h4>
-<span class="glossary-ref">   An activity <span class="dfn">association</span> is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   An activity <span class="dfn">association</span> is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Association"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="activity" type="prov:IDRef"/&gt;
@@ -1588,7 +1588,7 @@
 
 <section id="term-Plan">
 <h5><span class="secno">3.3.3.1 </span>Plan</h5>
-<span class="glossary-ref">   A <span class="dfn">plan</span> is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.  </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   A <span class="dfn">plan</span> is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.  </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Plan"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Entity"&gt;
@@ -1642,7 +1642,7 @@
 
 <section id="term-Delegation">
 <h4><span class="secno">3.3.4 </span>Delegation</h4>
-<span class="glossary-ref">   <span class="dfn">Delegation</span> is the assignment of authority and responsibility to an agent (by itself or by another agent)  to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   <span class="dfn">Delegation</span> is the assignment of authority and responsibility to an agent (by itself or by another agent)  to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Delegation"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="delegate" type="prov:IDRef"/&gt;
@@ -1715,7 +1715,7 @@
 
 <section id="term-Influence">
 <h4><span class="secno">3.3.5 </span>Influence</h4>
-<span class="glossary-ref">   <span class="dfn">Influence</span> is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   <span class="dfn">Influence</span> is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Influence"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="influencee" type="prov:IDRef"/&gt;
@@ -1754,7 +1754,7 @@
 <p>The fourth component is concerned with bundles, a mechanism to support provenance of provenance.</p>
 <section id="term-Bundle">
 <h4><span class="secno">3.4.1 </span>Bundle</h4>
-<span class="glossary-ref"> A <span class="dfn">bundle</span> is a named set of provenance descriptions, and is itself an entity, so allowing provenance of provenance to be expressed.  </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref"> A <span class="dfn">bundle</span> is a named set of provenance descriptions, and is itself an entity, so allowing provenance of provenance to be expressed.  </span></i></blockquote>
 <p>A <code>prov:Bundle</code> identifies a set of provenance descriptions, and is an extension of <code>prov:Entity</code>, so allowing provenance of provenance to be expressed by referencing the associated entity. The content of a bundle, i.e. its provenance records, can be represented by the <code>prov:BundleConstructor</code> ComplexType and is denoted with the <code>prov:bundleContent</code> xml-element, its <code>prov:id</code> corresponds to the bundle entity.</p>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Bundle"&gt;
   &lt;xs:complexContent&gt;
@@ -1863,7 +1863,7 @@
 
 <section id="term-Specialization">
 <h4><span class="secno">3.5.1 </span>Specialization</h4>
-<span class="glossary-ref">   An entity that is a <span class="dfn">specialization</span> of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized  contains that of any specialization. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   An entity that is a <span class="dfn">specialization</span> of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized  contains that of any specialization. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Specialization"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="specificEntity" type="prov:IDRef"/&gt;
@@ -1892,7 +1892,7 @@
 
 <section id="term-Alternate">
 <h4><span class="secno">3.5.2 </span>Alternate</h4>
-<span class="glossary-ref">   Two <span class="dfn">alternate</span> entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time.  </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   Two <span class="dfn">alternate</span> entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time.  </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Alternate"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="alternate1" type="prov:IDRef"/&gt;
@@ -1935,7 +1935,7 @@
 
 <section id="term-Collection">
 <h4><span class="secno">3.6.1 </span>Collection</h4>
-<span class="glossary-ref">   A <span class="dfn">collection</span> is an entity that provides a structure to some constituents that must themselves be entities. These constituents are said to be <span class="dfn">member</span> of the collections.  </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   A <span class="dfn">collection</span> is an entity that provides a structure to some constituents that must themselves be entities. These constituents are said to be <span class="dfn">member</span> of the collections.  </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Collection"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Entity"&gt;
@@ -1957,7 +1957,7 @@
 
 <section id="term-EmptyCollection">
 <h5><span class="secno">3.6.1.1 </span>Empty Collection</h5>
-<span class="glossary-ref">   An <span class="dfn">empty collection</span> is a collection without members.  </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   An <span class="dfn">empty collection</span> is a collection without members.  </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="EmptyCollection"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Collection"&gt;
@@ -1982,7 +1982,7 @@
 
 <section id="term-Membership">
 <h4><span class="secno">3.6.2 </span>Membership</h4>
-<span class="glossary-ref"> <span class="dfn">Membership</span> is the belonging of an entity  to a collection. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref"> <span class="dfn">Membership</span> is the belonging of an entity  to a collection. </span></i></blockquote>
 <p>ComplexType definition (denoting a similarly named prov-"type") in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Membership"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="collection" type="prov:IDRef"/&gt;
@@ -2023,7 +2023,7 @@
 
 <section id="attribute-Identifier">
 <h4><span class="secno">3.7.1 </span>Identifier</h4>
-<span class="glossary-ref"></span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref"></span></i></blockquote>
 <p>The xml-attribute used to identify an instances of a prov-"type" or prov-"relation".</p>
 <pre class="schema-attribute">&lt;xs:attribute xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" type="xs:QName"/&gt;
 </pre>
@@ -2044,7 +2044,7 @@
 
 <section id="attribute-Reference">
 <h4><span class="secno">3.7.2 </span>Reference</h4>
-<span class="glossary-ref"></span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref"></span></i></blockquote>
 <p>A xml-attribute that denotes a reference-by-id to an instance of a prov-"type" or prov-"relation".</p>
 <pre class="schema-attribute">&lt;xs:attribute ref="prov:ref" use="required" /&gt;
 </pre>
@@ -2072,7 +2072,7 @@
 
 <section id="element-Label">
 <h5><span class="secno">3.7.3.1 </span>Label</h5>
-<span class="glossary-ref">    The attribute <span class="dfn"><span class="name">prov:label</span></span> provides a human-readable representation of an instance of a PROV-DM type or relation.   </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">    The attribute <span class="dfn"><span class="name">prov:label</span></span> provides a human-readable representation of an instance of a PROV-DM type or relation.   </span></i></blockquote>
 <p>The xml-element <code>prov:label</code> is used to denote a label prov-"attribute" and has prov-"type" prov:InternationalizedString.</p><p>XML Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="label" type="prov:InternationalizedString"/&gt;
 </pre>
 <div class="example"><div class="example-title"><span>Example 36</span>: prov:label</div><pre class="example">&lt;prov:document
@@ -2093,7 +2093,7 @@
 
 <section id="element-Location">
 <h5><span class="secno">3.7.3.2 </span>Location</h5>
-<span class="glossary-ref">   A <span class="dfn">location</span> can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column.  </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   A <span class="dfn">location</span> can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column.  </span></i></blockquote>
 <p>The xml-element <code>prov:location</code> is used to denote a location prov-"attribute" and has prov-"type" xs:anySimpleType.</p><p>XML Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="location" type="xs:anySimpleType"/&gt;
 </pre>
 <div class="example"><div class="example-title"><span>Example 37</span>: prov:location</div><pre class="example">&lt;prov:document
@@ -2117,7 +2117,7 @@
 
 <section id="element-Role">
 <h5><span class="secno">3.7.3.3 </span>Role</h5>
-<span class="glossary-ref">   A <span class="dfn">role</span> is the function of an entity or agent with respect to an activity, in the context of a <a title="Usage">usage</a>, <a title="Generation">generation</a>, <a title="Invalidation">invalidation</a>,  <a title="Association">association</a>, <a title="Start">start</a>, and  <a title="End">end</a>. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   A <span class="dfn">role</span> is the function of an entity or agent with respect to an activity, in the context of a <a title="Usage">usage</a>, <a title="Generation">generation</a>, <a title="Invalidation">invalidation</a>,  <a title="Association">association</a>, <a title="Start">start</a>, and  <a title="End">end</a>. </span></i></blockquote>
 <p>The xml-element <code>prov:role</code> is used to denote a Role prov-"attribute" and has prov-"type" xs:anySimpleType.</p><p>XML Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="role" type="xs:anySimpleType"/&gt;
 </pre>
 <div class="example"><div class="example-title"><span>Example 38</span>: prov:role</div><pre class="example">&lt;prov:document
@@ -2146,7 +2146,7 @@
 
 <section id="element-Type">
 <h5><span class="secno">3.7.3.4 </span>Type</h5>
-<span class="glossary-ref">   The attribute <span class="dfn"><span class="name">prov:type</span></span>  provides further typing information  for any construct with an optional set of attribute-value pairs. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   The attribute <span class="dfn"><span class="name">prov:type</span></span>  provides further typing information  for any construct with an optional set of attribute-value pairs. </span></i></blockquote>
 <p>The xml-element <code>prov:type</code> is used to denote a Type prov-"attribute" and has prov-"type" xs:anySimpleType.</p><p>XML Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="type" type="xs:anySimpleType"/&gt;
 </pre>
 <div class="example"><div class="example-title"><span>Example 39</span>: prov:type</div><pre class="example">&lt;prov:document
@@ -2179,7 +2179,7 @@
 
 <section id="element-Value">
 <h5><span class="secno">3.7.3.5 </span>Value</h5>
-<span class="glossary-ref">   The attribute <span class="dfn"><span class="name">prov:value</span></span>  provides a value  that is a direct representation of an entity as a PROV-DM <a title="value">Value</a>. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   The attribute <span class="dfn"><span class="name">prov:value</span></span>  provides a value  that is a direct representation of an entity as a PROV-DM <a title="value">Value</a>. </span></i></blockquote>
 <p>The xml-element <code>prov:value</code> is used to denote a Value prov-"attribute" and has prov-"type" xs:anySimpleType.</p><p>XML Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="value" type="xs:anySimpleType"/&gt;
 </pre>
 <div class="example"><div class="example-title"><span>Example 40</span>: prov:value</div><pre class="example">&lt;prov:document
@@ -2203,7 +2203,7 @@
 
 <section id="type-value">
 <h4><span class="secno">3.7.4 </span>Value</h4>
-<span class="glossary-ref">   A <span class="dfn">value</span>  is a constant such as a string, number, time, qualified name, IRI, and encoded binary data, whose interpretation  is outside the scope of PROV. </span>
+<p>From [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]:</p><blockquote><i><span class="glossary-ref">   A <span class="dfn">value</span>  is a constant such as a string, number, time, qualified name, IRI, and encoded binary data, whose interpretation  is outside the scope of PROV. </span></i></blockquote>
 <p>Relations defined by the PROV-DM to have prov-"type" Value have type <code>xs:anySimpleType</code> in PROV-XML unless otherwise specified.</p>
 </section> <!-- end type-Value -->
 
@@ -2518,4 +2518,3 @@
 </dd><dt id="bib-RFC3987">[RFC3987]</dt><dd>M. Dürst; M. Suignard. <a href="http://www.ietf.org/rfc/rfc3987.txt"><cite>Internationalized Resource Identifiers (IRIs) (RFC 3987)</cite></a>. January 2005. RFC. URL: <a href="http://www.ietf.org/rfc/rfc3987.txt">http://www.ietf.org/rfc/rfc3987.txt</a>
 </dd><dt id="bib-UNISEC">[UNISEC]</dt><dd> Mark Davis; Michel Suignard. <a href="http://www.unicode.org/reports/tr36/"><cite>Unicode Security Considerations<cite></cite></cite></a>.  4 August 2010. URL: <a href="http://www.unicode.org/reports/tr36/">http://www.unicode.org/reports/tr36/</a>
 </dd></dl></section></section></body></html>
-
--- a/xml/releases/NOTE-prov-xml-20130430/diff.html	Tue Apr 23 16:15:09 2013 +0100
+++ b/xml/releases/NOTE-prov-xml-20130430/diff.html	Tue Apr 23 14:46:35 2013 -0400
@@ -660,7 +660,7 @@
 <section id="identifier-conventions">
 <h3><span class="secno">2.5 </span><span class="delete">Naming</span><span class="insert">Identifier</span> Conventions</h3>
 <p><span class="delete">Element</span><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">] defines a PROV Identifier as a qualified name with the following definition:</span></p> 
-<span class="glossary-ref"><span class="insert">   A </span><span class="dfn"><span class="insert">qualified name</span></span><span class="insert"> is a name subject to namespace interpretation. It consists of a namespace, denoted by an optional prefix, and a local name. </span></span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref"><span class="insert">   A </span><span class="dfn"><span class="insert">qualified name</span></span><span class="insert"> is a name subject to namespace interpretation. It consists of a namespace, denoted by an optional prefix, and a local name. </span></span></i></blockquote>
 <p><span class="insert">[</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">] also mandates that all qualified</span> names <span class="delete">are aligned</span><span class="insert">be mappable to a URI by concatenating the namespace URI</span> with<span class="insert"> a local name.</span></p>
 
 <p><span class="insert">PROV-XML uses the </span><code><span class="insert">prov:id</span></code><span class="insert"> xml-attribute to denote a PROV Identifier and the </span><code><span class="insert">prov:ref</span></code><span class="insert"> xml-attribute to denote a reference-by-id to an instance of a prov-"type" or prov-"relation" which has a matching PROV Identifier.  The value of </span><code><span class="insert">prov:ref</span></code><span class="insert"> must be a valid PROV Identifier, but there is no requirement that for every </span><code><span class="insert">prov:ref</span></code><span class="insert"> a corresponding </span><code><span class="insert">prov:id</span></code><span class="insert"> must be known to exist.</span></p>
@@ -712,7 +712,7 @@
 <area title="bundles" href="#component4" coords="268,0,402,201" alt="bundles" shape="rect">
 </map>
 <br>
-<span class="figcaption" id="prov-dm-components">Figure 1<sup><a class="internalDFN" href="#prov-dm-components"><span class="diamond"> ◊:</span></a></sup>  PROV-DM Components (Informative)</span>
+<span class="figcaption" id="prov-dm-components">Figure 1<sup><a class="internalDFN" href="#prov-dm-components"><span class="diamond"> ◊:</span></a></sup>   PROV-DM Components <span class="delete">(Informative)</span><span class="insert">(Informative, from PROV-DM Fig. 4)</span></span>
 <span class="figure" id="fig-generatedID">
 </span></span></div>
 
@@ -901,7 +901,7 @@
 
 <section id="term-Entity"> 
 <h4><span class="secno">3.1.1 </span>Entity</h4>
-<span class="glossary-ref">   An <span class="dfn">entity</span> is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   An <span class="dfn">entity</span> is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Entity"&gt;
   &lt;xs:sequence&gt;
     &lt;!-- prov attributes --&gt;
@@ -933,7 +933,7 @@
 
 <section id="term-Activity"> 
 <h4><span class="secno">3.1.2 </span>Activity</h4>
-<span class="glossary-ref">   An <span class="dfn">activity</span>  is something that occurs over a period of time and acts upon or with entities;  it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.  </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   An <span class="dfn">activity</span>  is something that occurs over a period of time and acts upon or with entities;  it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.  </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Activity"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="startTime" type="xs:dateTime" minOccurs="0"/&gt; 
@@ -967,7 +967,7 @@
 
 <section id="term-Generation">
 <h4><span class="secno">3.1.3 </span>Generation</h4>
-<span class="glossary-ref">   <span class="dfn">Generation</span> is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   <span class="dfn">Generation</span> is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Generation"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="entity" type="prov:IDRef"/&gt;
@@ -1014,7 +1014,7 @@
 
 <section id="term-Usage">
 <h4><span class="secno">3.1.4 </span>Usage</h4>
-<span class="glossary-ref">   <span class="dfn">Usage</span> is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   <span class="dfn">Usage</span> is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Usage"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="activity" type="prov:IDRef"/&gt;
@@ -1061,7 +1061,7 @@
 
 <section id="term-Communication">
 <h4><span class="secno">3.1.5 </span>Communication</h4>
-<span class="glossary-ref">   <span class="dfn">Communication</span> is the exchange of some unspecified entity by two activities, one activity using some entity generated by the other. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   <span class="dfn">Communication</span> is the exchange of some unspecified entity by two activities, one activity using some entity generated by the other. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Communication"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="informed" type="prov:IDRef"/&gt;
@@ -1100,7 +1100,7 @@
 
 <section id="term-Start">
 <h4><span class="secno">3.1.6 </span>Start</h4>
-<span class="glossary-ref">   <span class="dfn">Start</span> is when an activity is deemed to have been started by an entity, known as <span class="dfn">trigger</span>.  The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as <span class="dfn">starter</span>, that generated the trigger. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   <span class="dfn">Start</span> is when an activity is deemed to have been started by an entity, known as <span class="dfn">trigger</span>.  The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as <span class="dfn">starter</span>, that generated the trigger. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Start"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="activity" type="prov:IDRef"/&gt;
@@ -1171,7 +1171,7 @@
 
 <section id="term-End">
 <h4><span class="secno">3.1.7 </span>End</h4>
-<span class="glossary-ref">   <span class="dfn">End</span> is when an activity is deemed to have been ended by an entity, known as <span class="dfn">trigger</span>.  The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as <span class="dfn">ender</span> that generated the trigger. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   <span class="dfn">End</span> is when an activity is deemed to have been ended by an entity, known as <span class="dfn">trigger</span>.  The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as <span class="dfn">ender</span> that generated the trigger. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="End"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="activity" type="prov:IDRef"/&gt;
@@ -1214,7 +1214,7 @@
 
 <section id="term-Invalidation">
 <h4><span class="secno">3.1.8 </span>Invalidation</h4>
-<span class="glossary-ref">   <span class="dfn">Invalidation</span> is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   <span class="dfn">Invalidation</span> is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Invalidation"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="entity" type="prov:IDRef"/&gt;
@@ -1267,7 +1267,7 @@
 
 <section id="term-Derivation">
 <h4><span class="secno">3.2.1 </span>Derivation</h4>
-<span class="glossary-ref">   A <span class="dfn">derivation</span>  is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   A <span class="dfn">derivation</span>  is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Derivation"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="generatedEntity" type="prov:IDRef"/&gt;
@@ -1311,7 +1311,7 @@
 
 <section id="term-Revision">
 <h4><span class="secno">3.2.2 </span>Revision</h4>
-<span class="glossary-ref">   A <span class="dfn">revision</span>   is a derivation for which the resulting entity is a revised version of some original. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   A <span class="dfn">revision</span>   is a derivation for which the resulting entity is a revised version of some original. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Revision"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Derivation"&gt;
@@ -1346,7 +1346,7 @@
 
 <section id="term-Quotation">
 <h4><span class="secno">3.2.3 </span>Quotation</h4>
-<span class="glossary-ref">   A <span class="dfn">quotation</span>  is the repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   A <span class="dfn">quotation</span>  is the repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Quotation"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Derivation"&gt;
@@ -1392,7 +1392,7 @@
 
 <section id="term-PrimarySource">
 <h4><span class="secno">3.2.4 </span>Primary Source</h4>
-<span class="glossary-ref">   A <span class="dfn">primary source</span>  for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   A <span class="dfn">primary source</span>  for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="PrimarySource"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Derivation"&gt;
@@ -1434,7 +1434,7 @@
 
 <section id="term-Agent">
 <h4><span class="secno">3.3.1 </span>Agent</h4>
-<span class="glossary-ref">   An <span class="dfn">agent</span> is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   An <span class="dfn">agent</span> is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Agent"&gt;
   &lt;xs:sequence&gt;
     &lt;!-- prov attributes --&gt;
@@ -1464,7 +1464,7 @@
 
 <section id="term-Person">
 <h5><span class="secno">3.3.1.1 </span>Person</h5>
-<span class="glossary-ref">   <span class="delete">Agents of type </span><span class="dfn">Person</span><span class="insert"> agents</span>  are people. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   <span class="delete">Agents of type </span><span class="dfn">Person</span><span class="insert"> agents</span>  are people. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Person"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Agent"&gt;
@@ -1487,7 +1487,7 @@
 
 <section id="term-Organization">
 <h5><span class="secno">3.3.1.2 </span>Organization</h5>
-<span class="glossary-ref">   <span class="delete">Agents of type</span><span class="insert">An</span> <span class="dfn"><span class="delete">Organization</span><span class="delete">  are</span><span class="insert">organization</span></span><span class="insert"> is a</span> social or legal <span class="delete">institutions</span><span class="insert">institution</span> such as <span class="delete">companies, societies,</span><span class="insert">a company, society,</span> etc. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   <span class="delete">Agents of type</span><span class="insert">An</span> <span class="dfn"><span class="delete">Organization</span><span class="delete">  are</span><span class="insert">organization</span></span><span class="insert"> is a</span> social or legal <span class="delete">institutions</span><span class="insert">institution</span> such as <span class="delete">companies, societies,</span><span class="insert">a company, society,</span> etc. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Organization"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Agent"&gt;
@@ -1510,7 +1510,7 @@
 
 <section id="term-SoftwareAgent">
 <h5><span class="secno">3.3.1.3 </span>Software Agent</h5>
-<span class="glossary-ref">   A <span class="dfn"><span class="delete">SoftwareAgent</span><span class="insert">software agent</span></span>  is running software. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   A <span class="dfn"><span class="delete">SoftwareAgent</span><span class="insert">software agent</span></span>  is running software. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="SoftwareAgent"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Agent"&gt;
@@ -1535,7 +1535,7 @@
 
 <section id="term-Attribution">
 <h4><span class="secno">3.3.2 </span>Attribution</h4>
-<span class="glossary-ref">   <span class="dfn">Attribution</span> is the ascribing of an entity to an agent. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   <span class="dfn">Attribution</span> is the ascribing of an entity to an agent. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Attribution"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="entity" type="prov:IDRef"/&gt;
@@ -1587,7 +1587,7 @@
 
 <section id="term-Association">
 <h4><span class="secno">3.3.3 </span>Association</h4>
-<span class="glossary-ref">   An activity <span class="dfn">association</span> is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   An activity <span class="dfn">association</span> is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Association"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="activity" type="prov:IDRef"/&gt;
@@ -1646,7 +1646,7 @@
 
 <section id="term-Plan">
 <h5><span class="secno">3.3.3.1 </span>Plan</h5>
-<span class="glossary-ref">   A <span class="dfn">plan</span> is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.  </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   A <span class="dfn">plan</span> is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.  </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Plan"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Entity"&gt;
@@ -1700,7 +1700,7 @@
 
 <section id="term-Delegation">
 <h4><span class="secno">3.3.4 </span>Delegation</h4>
-<span class="glossary-ref">   <span class="dfn">Delegation</span> is the assignment of authority and responsibility to an agent (by itself or by another agent)  to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   <span class="dfn">Delegation</span> is the assignment of authority and responsibility to an agent (by itself or by another agent)  to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Delegation"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="delegate" type="prov:IDRef"/&gt;
@@ -1773,7 +1773,7 @@
 
 <section id="term-Influence">
 <h4><span class="secno">3.3.5 </span>Influence</h4>
-<span class="glossary-ref">   <span class="dfn">Influence</span> is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   <span class="dfn">Influence</span> is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Influence"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="influencee" type="prov:IDRef"/&gt;
@@ -1812,7 +1812,7 @@
 <p>The fourth component is concerned with bundles, a mechanism to support provenance of provenance.</p>
 <section id="term-Bundle">
 <h4><span class="secno">3.4.1 </span>Bundle</h4>
-<span class="glossary-ref"> A <span class="dfn">bundle</span> is a named set of provenance descriptions, and is itself an entity, so allowing provenance of provenance to be expressed.  </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref"> A <span class="dfn">bundle</span> is a named set of provenance descriptions, and is itself an entity, so allowing provenance of provenance to be expressed.  </span></i></blockquote>
 <p>A <code>prov:Bundle</code> identifies a set of provenance descriptions, and is an extension of <code>prov:Entity</code>, so allowing provenance of provenance to be expressed by referencing the associated entity. The content of a bundle, i.e. its provenance records, can be represented by the <code>prov:BundleConstructor</code> <span class="delete">complexType</span><span class="insert">ComplexType</span> and <span class="delete">can be specified</span><span class="insert">is denoted</span> with the <code>prov:bundleContent</code> <span class="delete">element,</span><span class="insert">xml-element,</span> its <code>prov:id</code> corresponds to the bundle entity.</p>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Bundle"&gt;
   &lt;xs:complexContent&gt;
@@ -1924,7 +1924,7 @@
 
 <section id="term-Specialization">
 <h4><span class="secno">3.5.1 </span>Specialization</h4>
-<span class="glossary-ref">   An entity that is a <span class="dfn">specialization</span> of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized  contains that of any specialization. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   An entity that is a <span class="dfn">specialization</span> of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized  contains that of any specialization. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Specialization"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="specificEntity" type="prov:IDRef"/&gt;
@@ -1953,7 +1953,7 @@
 
 <section id="term-Alternate">
 <h4><span class="secno">3.5.2 </span>Alternate</h4>
-<span class="glossary-ref">   Two <span class="dfn">alternate</span> entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time.  </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   Two <span class="dfn">alternate</span> entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time.  </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Alternate"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="alternate1" type="prov:IDRef"/&gt;
@@ -1996,7 +1996,7 @@
 
 <section id="term-Collection">
 <h4><span class="secno">3.6.1 </span>Collection</h4>
-<span class="glossary-ref">   A <span class="dfn">collection</span> is an entity that provides a structure to some constituents that must themselves be entities. These constituents are said to be <span class="dfn">member</span> of the collections.  </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   A <span class="dfn">collection</span> is an entity that provides a structure to some constituents that must themselves be entities. These constituents are said to be <span class="dfn">member</span> of the collections.  </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Collection"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Entity"&gt;
@@ -2018,7 +2018,7 @@
 
 <section id="term-EmptyCollection">
 <h5><span class="secno">3.6.1.1 </span>Empty Collection</h5>
-<span class="glossary-ref">   An <span class="dfn">empty collection</span> is a collection without members.  </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   An <span class="dfn">empty collection</span> is a collection without members.  </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="EmptyCollection"&gt;
   &lt;xs:complexContent&gt;
     &lt;xs:extension base="prov:Collection"&gt;
@@ -2043,7 +2043,7 @@
 
 <section id="term-Membership">
 <h4><span class="secno">3.6.2 </span>Membership</h4>
-<span class="glossary-ref"> <span class="dfn">Membership</span> is the belonging of an entity  to a collection. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref"> <span class="dfn">Membership</span> is the belonging of an entity  to a collection. </span></i></blockquote>
 <p><span class="delete">Type</span><span class="insert">ComplexType</span> definition<span class="insert"> (denoting a similarly named prov-"type")</span> in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Membership"&gt;
   &lt;xs:sequence&gt;
     &lt;xs:element name="collection" type="prov:IDRef"/&gt;
@@ -2084,7 +2084,7 @@
 
 <section id="attribute-Identifier">
 <h4><span class="secno">3.7.1 </span>Identifier</h4>
-<span class="glossary-ref"></span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref"></span></i></blockquote>
 <p>The <span class="delete">identifier attribute is</span><span class="insert">xml-attribute</span> used to identify <span class="insert">an </span>instances of <span class="delete">PROV types</span><span class="insert">a prov-"type"</span> or <span class="delete">relations.</span><span class="insert">prov-"relation".</span></p>
 <pre class="schema-attribute">&lt;xs:attribute xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" type="xs:QName"/&gt;
 </pre>
@@ -2105,8 +2105,8 @@
 
 <section id="attribute-Reference">
 <h4><span class="secno">3.7.2 </span>Reference</h4>
-<span class="glossary-ref"></span>
-<p>A <span class="insert">xml-attribute that denotes a </span>reference-by-id to <span class="delete">a PROV entity, activity, agent,</span><span class="insert">an instance of a prov-"type"</span> or <span class="delete">relation.</span><span class="insert">prov-"relation".</span></p>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref"></span></i></blockquote>
+<p>A <span class="insert">xml-attribute that denotes a </span>reference-by-id to <span class="insert">an instance of </span>a <span class="delete">PROV entity, activity, agent,</span><span class="insert">prov-"type"</span> or <span class="delete">relation.</span><span class="insert">prov-"relation".</span></p>
 <pre class="schema-attribute">&lt;xs:attribute ref="prov:ref" use="required" /&gt;
 </pre>
 <div class="example"><div class="example-title"><span>Example 35</span>: prov:ref</div><pre class="example">&lt;prov:document
@@ -2133,8 +2133,8 @@
 
 <section id="element-Label">
 <h5><span class="secno">3.7.3.1 </span>Label</h5>
-<span class="glossary-ref">    The attribute <span class="dfn"><span class="name">prov:label</span></span> provides a human-readable representation of an instance of a PROV-DM type or relation.   </span>
-<p>The <span class="delete">element</span><span class="insert">xml-element</span> <code>prov:label</code> is used to <span class="delete">represent a PROV</span><span class="insert">denote a</span> label <span class="delete">attribute</span><span class="insert">prov-"attribute"</span> and has <span class="delete">type</span><span class="insert">prov-"type"</span> prov:InternationalizedString.</p><p><span class="insert">XML </span>Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="label" type="prov:InternationalizedString"/&gt;
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">    The attribute <span class="dfn"><span class="name">prov:label</span></span> provides a human-readable representation of an instance of a PROV-DM type or relation.   </span></i></blockquote>
+<p>The <span class="delete">element</span><span class="insert">xml-element</span> <code>prov:label</code> is used to <span class="delete">represent</span><span class="insert">denote</span> a <span class="delete">PROV </span>label <span class="delete">attribute</span><span class="insert">prov-"attribute"</span> and has <span class="delete">type</span><span class="insert">prov-"type"</span> prov:InternationalizedString.</p><p><span class="insert">XML </span>Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="label" type="prov:InternationalizedString"/&gt;
 </pre>
 <div class="example"><div class="example-title"><span>Example 36</span>: prov:label</div><pre class="example">&lt;prov:document
     xmlns:prov="http://www.w3.org/ns/prov#" 
@@ -2154,8 +2154,8 @@
 
 <section id="element-Location">
 <h5><span class="secno">3.7.3.2 </span>Location</h5>
-<span class="glossary-ref">   A <span class="dfn">location</span> can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column.  </span>
-<p>The <span class="delete">element</span><span class="insert">xml-element</span> <code>prov:location</code> is used to <span class="delete">represent a PROV</span><span class="insert">denote a</span> location <span class="delete">attribute</span><span class="insert">prov-"attribute"</span> and has <span class="delete">type</span><span class="insert">prov-"type"</span> xs:anySimpleType.</p><p><span class="insert">XML </span>Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="location" type="xs:anySimpleType"/&gt;
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   A <span class="dfn">location</span> can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column.  </span></i></blockquote>
+<p>The <span class="delete">element</span><span class="insert">xml-element</span> <code>prov:location</code> is used to <span class="delete">represent</span><span class="insert">denote</span> a <span class="delete">PROV </span>location <span class="delete">attribute</span><span class="insert">prov-"attribute"</span> and has <span class="delete">type</span><span class="insert">prov-"type"</span> xs:anySimpleType.</p><p><span class="insert">XML </span>Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="location" type="xs:anySimpleType"/&gt;
 </pre>
 <div class="example"><div class="example-title"><span>Example 37</span>: prov:location</div><pre class="example">&lt;prov:document
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -2178,8 +2178,8 @@
 
 <section id="element-Role">
 <h5><span class="secno">3.7.3.3 </span>Role</h5>
-<span class="glossary-ref">   A <span class="dfn">role</span> is the function of an entity or agent with respect to an activity, in the context of a <a title="Usage">usage</a>, <a title="Generation">generation</a>, <a title="Invalidation">invalidation</a>,  <a title="Association">association</a>, <a title="Start">start</a>, and  <a title="End">end</a>. </span>
-<p>The <span class="delete">element</span><span class="insert">xml-element</span> <code>prov:role</code> is used to <span class="delete">represent a PROV</span><span class="insert">denote a</span> Role <span class="delete">attribute</span><span class="insert">prov-"attribute"</span> and has <span class="delete">type</span><span class="insert">prov-"type"</span> xs:anySimpleType.</p><p><span class="insert">XML </span>Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="role" type="xs:anySimpleType"/&gt;
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   A <span class="dfn">role</span> is the function of an entity or agent with respect to an activity, in the context of a <a title="Usage">usage</a>, <a title="Generation">generation</a>, <a title="Invalidation">invalidation</a>,  <a title="Association">association</a>, <a title="Start">start</a>, and  <a title="End">end</a>. </span></i></blockquote>
+<p>The <span class="delete">element</span><span class="insert">xml-element</span> <code>prov:role</code> is used to <span class="delete">represent</span><span class="insert">denote</span> a <span class="delete">PROV </span>Role <span class="delete">attribute</span><span class="insert">prov-"attribute"</span> and has <span class="delete">type</span><span class="insert">prov-"type"</span> xs:anySimpleType.</p><p><span class="insert">XML </span>Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="role" type="xs:anySimpleType"/&gt;
 </pre>
 <div class="example"><div class="example-title"><span>Example 38</span>: prov:role</div><pre class="example">&lt;prov:document
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -2207,8 +2207,8 @@
 
 <section id="element-Type">
 <h5><span class="secno">3.7.3.4 </span>Type</h5>
-<span class="glossary-ref">   The attribute <span class="dfn"><span class="name">prov:type</span></span>  provides further typing information  for any construct with an optional set of attribute-value pairs. </span>
-<p>The <span class="delete">element</span><span class="insert">xml-element</span> <code>prov:type</code> is used to <span class="delete">represent a PROV</span><span class="insert">denote a</span> Type <span class="delete">attribute</span><span class="insert">prov-"attribute"</span> and has <span class="delete">type</span><span class="insert">prov-"type"</span> xs:anySimpleType.</p><p><span class="insert">XML </span>Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="type" type="xs:anySimpleType"/&gt;
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   The attribute <span class="dfn"><span class="name">prov:type</span></span>  provides further typing information  for any construct with an optional set of attribute-value pairs. </span></i></blockquote>
+<p>The <span class="delete">element</span><span class="insert">xml-element</span> <code>prov:type</code> is used to <span class="delete">represent</span><span class="insert">denote</span> a <span class="delete">PROV </span>Type <span class="delete">attribute</span><span class="insert">prov-"attribute"</span> and has <span class="delete">type</span><span class="insert">prov-"type"</span> xs:anySimpleType.</p><p><span class="insert">XML </span>Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="type" type="xs:anySimpleType"/&gt;
 </pre>
 <div class="example"><div class="example-title"><span>Example 39</span>: prov:type</div><pre class="example">&lt;prov:document
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -2240,8 +2240,8 @@
 
 <section id="element-Value">
 <h5><span class="secno">3.7.3.5 </span>Value</h5>
-<span class="glossary-ref">   The attribute <span class="dfn"><span class="name">prov:value</span></span>  provides a value  that is a direct representation of an entity as a PROV-DM <a title="value">Value</a>. </span>
-<p>The <span class="delete">element</span><span class="insert">xml-element</span> <code>prov:value</code> is used to <span class="delete">represent a PROV</span><span class="insert">denote a</span> Value <span class="delete">attribute</span><span class="insert">prov-"attribute"</span> and has <span class="delete">type</span><span class="insert">prov-"type"</span> xs:anySimpleType.</p><p><span class="insert">XML </span>Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="value" type="xs:anySimpleType"/&gt;
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   The attribute <span class="dfn"><span class="name">prov:value</span></span>  provides a value  that is a direct representation of an entity as a PROV-DM <a title="value">Value</a>. </span></i></blockquote>
+<p>The <span class="delete">element</span><span class="insert">xml-element</span> <code>prov:value</code> is used to <span class="delete">represent</span><span class="insert">denote</span> a <span class="delete">PROV </span>Value <span class="delete">attribute</span><span class="insert">prov-"attribute"</span> and has <span class="delete">type</span><span class="insert">prov-"type"</span> xs:anySimpleType.</p><p><span class="insert">XML </span>Element definition in XML Schema:</p><pre class="prov-attribute">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="value" type="xs:anySimpleType"/&gt;
 </pre>
 <div class="example"><div class="example-title"><span>Example 40</span>: prov:value</div><pre class="example">&lt;prov:document
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -2264,7 +2264,7 @@
 
 <section id="type-value">
 <h4><span class="secno">3.7.4 </span>Value</h4>
-<span class="glossary-ref">   A <span class="dfn">value</span>  is a constant such as a string, number, time, qualified name, IRI, and encoded binary data, whose interpretation  is outside the scope of PROV. </span>
+<p><span class="insert">From [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">]:</span></p><blockquote><i><span class="glossary-ref">   A <span class="dfn">value</span>  is a constant such as a string, number, time, qualified name, IRI, and encoded binary data, whose interpretation  is outside the scope of PROV. </span></i></blockquote>
 <p>Relations defined by the PROV-DM to have <span class="delete">type</span><span class="insert">prov-"type"</span> Value have type <code>xs:anySimpleType</code> in PROV-XML unless otherwise specified.</p>
 </section> 
 
@@ -3060,4 +3060,3 @@
 </dd><dt id="bib-UNISEC">[UNISEC]</dt><dd> Mark Davis; Michel Suignard. <a href="http://www.unicode.org/reports/tr36/"><cite>Unicode Security Considerations<cite></cite></cite></a>.  4 August 2010. URL: <a href="http://www.unicode.org/reports/tr36/">http://www.unicode.org/reports/tr36/</a>
 </dd></dl></section></section></body></html>
 
-