moved prov.owl to suit F2F3 resolutions http://www.w3.org/2011/prov/meeting/2012-06-22
authorTim L <lebot@rpi.edu>
Fri, 29 Jun 2012 17:08:10 -0400
changeset 3535 b53b429a0d86
parent 3534 dbd579ada9c1
child 3536 2db54e9cae83
moved prov.owl to suit F2F3 resolutions http://www.w3.org/2011/prov/meeting/2012-06-22
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Fri Jun 29 16:18:46 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Fri Jun 29 17:08:10 2012 -0400
@@ -54,12 +54,12 @@
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#definition">
         <rdfs:comment xml:lang="en">A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.</rdfs:comment>
     </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&rdfs;label">
+        <rdfs:comment xml:lang="en"></rdfs:comment>
+    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#editorialNote">
         <rdfs:comment xml:lang="en">A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data.</rdfs:comment>
     </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="&rdfs;label">
-        <rdfs:comment xml:lang="en"></rdfs:comment>
-    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#inverse">
         <rdfs:comment xml:lang="en">PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used.</rdfs:comment>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/#names-of-inverse-properties"/>
@@ -67,10 +67,10 @@
     <owl:AnnotationProperty rdf:about="&rdfs;comment">
         <rdfs:comment xml:lang="en"></rdfs:comment>
     </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&owl;versionInfo"/>
     <owl:AnnotationProperty rdf:about="&rdfs;seeAlso">
         <rdfs:comment xml:lang="en"></rdfs:comment>
     </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="&owl;versionInfo"/>
     <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#category">
         <rdfs:comment xml:lang="en">Classify prov-o terms into three categories, including &#39;starting-point&#39;, &#39;qualifed&#39;, and &#39;extended&#39;. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. </rdfs:comment>
     </owl:AnnotationProperty>
@@ -138,8 +138,8 @@
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDelegation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation"/>
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
@@ -157,9 +157,9 @@
         <inverse>activityOfInvolvement</inverse>
         <category>qualified</category>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#ActivityInvolvement"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ActivityInvolvement"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involvee"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
     </owl:ObjectProperty>
     
 
@@ -174,9 +174,9 @@
         <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</editorialNote>
         <category>qualified</category>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#AgentInvolvement"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#AgentInvolvement"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involvee"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
     </owl:ObjectProperty>
     
 
@@ -203,6 +203,17 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#asInBundle -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#asInBundle">
+        <inverse>contextOf</inverse>
+        <category>expanded</category>
+        <rdfs:comment xml:lang="en">TODO: set asInBundle rdfs:domain [ a owl:Class; that is the domain of mentionOf ] (trying to avoid naming the class.</rdfs:comment>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
+    </owl:ObjectProperty>
+    
+
+
     <!-- http://www.w3.org/ns/prov#atLocation -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#atLocation">
@@ -215,18 +226,16 @@
         <editorialNote>The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Involvement classes.</editorialNote>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Location"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Location"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#contextualized -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#contextualized">
-        <category>expanded</category>
-        <inverse>hasContextualization</inverse>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
     </owl:ObjectProperty>
     
 
@@ -240,9 +249,9 @@
         <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</editorialNote>
         <category>qualified</category>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involvee"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
     </owl:ObjectProperty>
     
 
@@ -257,7 +266,7 @@
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
         <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
     </owl:ObjectProperty>
     
@@ -274,7 +283,7 @@
         <rdfs:comment xml:lang="en">The _optional_ Activity of an Involvement, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInvolvement (use prov:activity instead).</rdfs:comment>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Activity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
         <rdfs:domain>
             <owl:Class>
                 <owl:unionOf rdf:parseType="Collection">
@@ -376,7 +385,7 @@
         <definition>prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of a usage, generation, association, start, and end.</definition>
         <category>qualified</category>
         <inverse>wasRoleIn</inverse>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Role"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Role"/>
         <rdfs:domain>
@@ -443,42 +452,34 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#inContext -->
+    <!-- http://www.w3.org/ns/prov#influenced -->
 
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#inContext">
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influenced">
         <category>expanded</category>
-        <inverse>contextOf</inverse>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
+        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
     </owl:ObjectProperty>
     
 
 
-    <!-- http://www.w3.org/ns/prov#involved -->
+    <!-- http://www.w3.org/ns/prov#influencer -->
 
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#involved">
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influencer">
+        <rdfs:comment>Subproperties of prov:involvee are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:involved (e.g. prov:used, prov:wasGeneratedBy). prov:involvee is used much like rdf:object is used.</rdfs:comment>
         <category>qualified</category>
-        <inverse>wasInvolvedWith</inverse>
-        <editorsDefinition xml:lang="en">The broadest provenance relation between two resources, prov:involved is the superproperty of all unqualified binary relations among any two Activities, Entities, or Agents (or anything else). A more specific property should be favored of prov:involved.</editorsDefinition>
-        <editorialNote xml:lang="en">The relation the sub-properties of prov:involved can also be specified in more detail using the qualification pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :baking; :foo :bar; prov:atLocation :kitchen ] .
-
-Subproperties of prov:involved may also be asserted directly without being qualified.
-
-prov:involved should not be used without also using one of its subproperties. 
-
-</editorialNote>
+        <inverse>involvement</inverse>
+        <editorsDefinition xml:lang="en">The rdf:object of the (binary) prov:involved relation (triple) that this Involvement is qualifying (reifying) for further description (as an n-ary relation).</editorsDefinition>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
     </owl:ObjectProperty>
     
 
 
-    <!-- http://www.w3.org/ns/prov#involvee -->
+    <!-- http://www.w3.org/ns/prov#mentionOf -->
 
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#involvee">
-        <inverse>involvement</inverse>
-        <category>qualified</category>
-        <rdfs:comment>Subproperties of prov:involvee are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:involved (e.g. prov:used, prov:wasGeneratedBy). prov:involvee is used much like rdf:object is used.</rdfs:comment>
-        <editorsDefinition xml:lang="en">The rdf:object of the (binary) prov:involved relation (triple) that this Involvement is qualifying (reifying) for further description (as an n-ary relation).</editorsDefinition>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#mentionOf">
+        <inverse>hadMention</inverse>
+        <category>expanded</category>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
     </owl:ObjectProperty>
     
 
@@ -595,6 +596,22 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#qualifiedInfluence -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInfluence">
+        <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
+        <category>qualified</category>
+        <inverse>qualifiedInfluenceOf</inverse>
+        <rdfs:comment xml:lang="en">If this prov:wasAttributedTo Entity :e, then it can qualify how using prov:qualifiedInfluence [ a prov:Influence;  prov:entity :e; :foo :bar ]. If this prov:wasAttributedTo Activity :a, then it can qualify how using prov:qualifiedInfluence [ a prov:Influence;  prov:activity :a; :foo :bar ].</rdfs:comment>
+        <component>derivations</component>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:ObjectProperty>
+    
+
+
     <!-- http://www.w3.org/ns/prov#qualifiedInvalidation -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation">
@@ -675,22 +692,6 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#qualifiedTrace -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedTrace">
-        <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <inverse>qualifiedTraceOf</inverse>
-        <category>qualified</category>
-        <rdfs:comment xml:lang="en">If this prov:wasAttributedTo Entity :e, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:entity :e; :foo :bar ]. If this prov:wasAttributedTo Activity :a, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:activity :a; :foo :bar ].</rdfs:comment>
-        <component>derivations</component>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Trace"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Trace"/>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#tracedTo"/>
-    </owl:ObjectProperty>
-    
-
-
     <!-- http://www.w3.org/ns/prov#qualifiedUsage -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedUsage">
@@ -729,27 +730,6 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#tracedTo -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#tracedTo">
-        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
-        <component>derivations</component>
-        <category>expanded</category>
-        <rdfs:comment xml:lang="en">An object property to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed.</rdfs:comment>
-        <inverse>tracedFrom</inverse>
-        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Trace"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
-        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedTrace"/>
-        <owl:propertyChainAxiom rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedTrace"/>
-            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
-        </owl:propertyChainAxiom>
-    </owl:ObjectProperty>
-    
-
-
     <!-- http://www.w3.org/ns/prov#used -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#used">
@@ -762,8 +742,8 @@
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Usage"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedUsage"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsage"/>
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
@@ -782,8 +762,8 @@
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Association"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAssociation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation"/>
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
@@ -804,19 +784,19 @@
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAttribution"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#tracedTo"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution"/>
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
         </owl:propertyChainAxiom>
     </owl:ObjectProperty>
     <owl:Axiom>
-        <definition>IF wasAttributedTo(e2,ag1,aAttr) holds, THEN tracedTo(e2,ag1) also holds. </definition>
         <rdfs:comment>Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it.</rdfs:comment>
         <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#traceability-inference</prov-dm-constraints>
+        <definition>IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. </definition>
         <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
-        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#tracedTo"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
     </owl:Axiom>
     
 
@@ -836,7 +816,7 @@
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDerivation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#tracedTo"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation"/>
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
@@ -845,8 +825,8 @@
     <owl:Axiom>
         <rdfs:comment>Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence.</rdfs:comment>
         <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
-        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#tracedTo"/>
         <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
     </owl:Axiom>
     
 
@@ -862,8 +842,8 @@
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#End"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedEnd"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEnd"/>
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
@@ -885,8 +865,8 @@
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedGeneration"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration"/>
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
@@ -895,6 +875,23 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#wasInfluencedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
+        <category>qualified</category>
+        <editorsDefinition xml:lang="en">The broadest provenance relation between two resources, prov:involved is the superproperty of all unqualified binary relations among any two Activities, Entities, or Agents (or anything else). A more specific property should be favored of prov:involved.</editorsDefinition>
+        <inverse>wasInvolvedWith</inverse>
+        <editorialNote xml:lang="en">The relation the sub-properties of prov:involved can also be specified in more detail using the qualification pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :baking; :foo :bar; prov:atLocation :kitchen ] .
+
+Subproperties of prov:involved may also be asserted directly without being qualified.
+
+prov:involved should not be used without also using one of its subproperties. 
+
+</editorialNote>
+    </owl:ObjectProperty>
+    
+
+
     <!-- http://www.w3.org/ns/prov#wasInformedBy -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInformedBy">
@@ -905,8 +902,8 @@
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Communication"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedCommunication"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication"/>
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
@@ -924,8 +921,8 @@
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
@@ -998,8 +995,8 @@
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Start"/>
-        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
         <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedStart"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStart"/>
             <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
@@ -1161,18 +1158,18 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#ActivityInvolvement -->
+    <!-- http://www.w3.org/ns/prov#ActivityInfluence -->
 
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#ActivityInvolvement">
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#ActivityInfluence">
         <rdfs:label>ActivityInvolvement</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
         <rdfs:subClassOf>
             <owl:Restriction>
                 <owl:onProperty rdf:resource="http://www.w3.org/ns/prov#hadActivity"/>
                 <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:maxCardinality>
             </owl:Restriction>
         </rdfs:subClassOf>
-        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <category>qualified</category>
         <editorsDefinition xml:lang="en">prov:ActivityInvolvement provides descriptions of any binary involvement between any instance and an prov:Activity. The property prov:activity is used to reference the object of the triple being described.</editorsDefinition>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#activity"/>
@@ -1196,13 +1193,13 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#AgentInvolvement -->
+    <!-- http://www.w3.org/ns/prov#AgentInfluence -->
 
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#AgentInvolvement">
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#AgentInfluence">
         <rdfs:label>AgentInvolvement</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <category>qualified</category>
         <editorsDefinition xml:lang="en">prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent. The property prov:agent is used to reference the object of the triple being described.</editorsDefinition>
-        <category>qualified</category>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#agent"/>
     </owl:Class>
     
@@ -1212,7 +1209,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Association">
         <rdfs:label>Association</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInvolvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</prov-n>
         <component>agents-responsibility</component>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-ActivityAssociation</prov-dm>
@@ -1229,7 +1226,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Attribution">
         <rdfs:label>Attribution</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInvolvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
         <definition>Attribution is the ascribing of an entity to an agent.</definition>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution</prov-dm>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution</prov-n>
@@ -1294,7 +1291,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Communication">
         <rdfs:label>Communication</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInvolvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
         <category>qualified</category>
         <rdfs:comment xml:lang="en">An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:entity :everyone_else_jumping_off_bridge; :foo :bar ].</rdfs:comment>
         <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Communication</prov-dm-constraints>
@@ -1307,22 +1304,11 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#ContextualizedEntity -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#ContextualizedEntity">
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:comment>expanded</rdfs:comment>
-        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-dm-20120614/prov-dm.html#term-contextualization</prov-dm>
-        <definition xml:lang="en">An entity that is a contextualization of another entity presents all aspects of the latter as per the latter&#39;s description in another bundle (referred to as remote bundle), and therefore constitutes a particular case of specialization of the latter entity.</definition>
-    </owl:Class>
-    
-
-
     <!-- http://www.w3.org/ns/prov#Delegation -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Delegation">
         <rdfs:label>Delegation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInvolvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
         <category>qualified</category>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-responsibility TODO</prov-n>
         <rdfs:comment xml:lang="en">An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].</rdfs:comment>
@@ -1339,7 +1325,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Derivation">
         <rdfs:label>Derivation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <component>derivations</component>
         <rdfs:comment xml:lang="en">An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some prov:Entity to another prov:Entity. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualified [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].</rdfs:comment>
         <category>qualified</category>
@@ -1356,7 +1342,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#End">
         <rdfs:label>End</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
         <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov-dm-constraints>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End</prov-dm>
@@ -1387,19 +1373,13 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#EntityInvolvement -->
+    <!-- http://www.w3.org/ns/prov#EntityInfluence -->
 
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#EntityInvolvement">
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#EntityInfluence">
         <rdfs:label>EntityInvolvement</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
-        <rdfs:subClassOf>
-            <owl:Restriction>
-                <owl:onProperty rdf:resource="http://www.w3.org/ns/prov#activity"/>
-                <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:maxCardinality>
-            </owl:Restriction>
-        </rdfs:subClassOf>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <editorsDefinition xml:lang="en">prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity. The property prov:entity is used to reference the object of the triple being described.</editorsDefinition>
         <category>qualified</category>
-        <editorsDefinition xml:lang="en">prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity. The property prov:entity is used to reference the object of the triple being described.</editorsDefinition>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#entity"/>
     </owl:Class>
     
@@ -1409,7 +1389,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Generation">
         <rdfs:label>Generation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInvolvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
         <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Generation</prov-dm-constraints>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation</prov-n>
@@ -1424,6 +1404,26 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#Influence -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Influence">
+        <rdfs:label xml:lang="en">Influence</rdfs:label>
+        <rdfs:label>Involvement</rdfs:label>
+        <category>qualified</category>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-traceability</prov-dm>
+        <rdfs:comment xml:lang="en">Any resource that involved an prov:Activity, prov:Entity, or prov:Agent can qualify its involvement by also referencing an instance of prov:Involvement. Instances of prov:Involvement reference the involved Activity, Entity, or Agent (using prov:activity, prov:entity, or prov:agent, respectively) and may be described with any kind of attributes, including user-defined attributes and those provided by PROV (prov:hadRole, prov:hadPlan, prov:atTime, prov:hadLocation). A description (via prov:Involvement) of the binary involvement implies the assertion of the binary involvement.</rdfs:comment>
+        <definition>Influenceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed.</definition>
+        <editorialNote>For simplicity, the hierarchy &#39;stops&#39; at the primary resources (Activity, Entity, Agent). Distinctions beyond the type of object involved are not necessary in PROV-O, but may be established by others.</editorialNote>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability</prov-dm-constraints>
+        <component>derivations</component>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-traceability</prov-n>
+        <rdfs:comment xml:lang="en">An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some prov:Entity to some other prov:Element. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualified [ a prov:Influence; prov:entity :spoon; :foo :bar ].</rdfs:comment>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#involved"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:Class>
+    
+
+
     <!-- http://www.w3.org/ns/prov#InstantaneousEvent -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent">
@@ -1442,7 +1442,7 @@
     <!-- http://www.w3.org/ns/prov#Invalidation -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Invalidation">
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInvolvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation</prov-n>
         <component>entities-activities</component>
@@ -1454,18 +1454,6 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#Involvement -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Involvement">
-        <rdfs:label>Involvement</rdfs:label>
-        <rdfs:comment xml:lang="en">Any resource that involved an prov:Activity, prov:Entity, or prov:Agent can qualify its involvement by also referencing an instance of prov:Involvement. Instances of prov:Involvement reference the involved Activity, Entity, or Agent (using prov:activity, prov:entity, or prov:agent, respectively) and may be described with any kind of attributes, including user-defined attributes and those provided by PROV (prov:hadRole, prov:hadPlan, prov:atTime, prov:hadLocation). A description (via prov:Involvement) of the binary involvement implies the assertion of the binary involvement.</rdfs:comment>
-        <editorialNote>For simplicity, the hierarchy &#39;stops&#39; at the primary resources (Activity, Entity, Agent). Distinctions beyond the type of object involved are not necessary in PROV-O, but may be established by others.</editorialNote>
-        <category>qualified</category>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#involved"/>
-    </owl:Class>
-    
-
-
     <!-- http://www.w3.org/ns/prov#Location -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Location">
@@ -1544,7 +1532,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Quotation">
         <rdfs:label>Quotation</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <definition>A quotation is the repeat of (some or all of) an entity, such as text or image, by someone other than its original author.</definition>
         <component>derivations</component>
         <category>qualified</category>
@@ -1561,7 +1549,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Revision">
         <rdfs:label>Revision</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision</prov-dm-constraints>
         <component>derivations</component>
         <category>qualified</category>
@@ -1610,7 +1598,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Source">
         <rdfs:label>Source</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source</prov-n>
         <definition>An original source refers to the source material that is closest to the person, information, period, or idea being studied.</definition>
         <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-orignal-source</prov-dm-constraints>
@@ -1627,7 +1615,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Start">
         <rdfs:label>Start</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
         <definition>An activity start event is the instantaneous event that marks the instant an activity starts.</definition>
         <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov-dm-constraints>
@@ -1642,28 +1630,11 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#Trace -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Trace">
-        <rdfs:label>Trace</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
-        <definition>Traceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed.</definition>
-        <rdfs:comment xml:lang="en">An instance of prov:Trace provides additional descriptions about the binary prov:tracedTo relation from some prov:Entity to some other prov:Element. For example, :stomach_ache prov:tracedTo :spoon; prov:qualified [ a prov:Trace; prov:entity :spoon; :foo :bar ].</rdfs:comment>
-        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-traceability</prov-dm>
-        <category>qualified</category>
-        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability</prov-dm-constraints>
-        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-traceability</prov-n>
-        <component>derivations</component>
-        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#tracedTo"/>
-    </owl:Class>
-    
-
-
     <!-- http://www.w3.org/ns/prov#Usage -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Usage">
         <rdfs:label>Usage</rdfs:label>
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
         <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage</prov-n>
         <definition>A usage is an instantaneous world event: an activity beginning to consume an entity. Before this event, the activity had not begun to consume or use to this entity.</definition>
--- a/ontology/prov.ttl	Fri Jun 29 16:18:46 2012 -0400
+++ b/ontology/prov.ttl	Fri Jun 29 17:08:10 2012 -0400
@@ -49,16 +49,16 @@
     :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Activity" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity" .
 
-:ActivityInvolvement
+:ActivityInfluence
     a owl:Class ;
     rdfs:label "ActivityInvolvement" ;
     rdfs:seeAlso :activity ;
-    rdfs:subClassOf :Involvement, [
+    rdfs:subClassOf :Influence, [
         a owl:Restriction ;
         owl:maxCardinality "0"^^xsd:nonNegativeInteger ;
         owl:onProperty :hadActivity
     ] ;
-    owl:disjointWith :EntityInvolvement ;
+    owl:disjointWith :EntityInfluence ;
     :category "qualified" ;
     :editorsDefinition "prov:ActivityInvolvement provides descriptions of any binary involvement between any instance and an prov:Activity. The property prov:activity is used to reference the object of the triple being described."@en .
 
@@ -74,11 +74,11 @@
     :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Agent" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent" .
 
-:AgentInvolvement
+:AgentInfluence
     a owl:Class ;
     rdfs:label "AgentInvolvement" ;
     rdfs:seeAlso :agent ;
-    rdfs:subClassOf :Involvement ;
+    rdfs:subClassOf :Influence ;
     :category "qualified" ;
     :editorsDefinition "prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent. The property prov:agent is used to reference the object of the triple being described."@en .
 
@@ -86,7 +86,7 @@
     a owl:Class ;
     rdfs:comment "An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that is responsible for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualified [ a prov:Association; prov:agent :baker; :foo :bar ]."@en ;
     rdfs:label "Association" ;
-    rdfs:subClassOf :AgentInvolvement ;
+    rdfs:subClassOf :AgentInfluence ;
     :category "qualified" ;
     :component "agents-responsibility" ;
     :definition "An activity association 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." ;
@@ -99,7 +99,7 @@
     a owl:Class ;
     rdfs:comment "An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that is responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualified [ a prov:Attribution; prov:entity :baker; :foo :bar ]."@en ;
     rdfs:label "Attribution" ;
-    rdfs:subClassOf :AgentInvolvement ;
+    rdfs:subClassOf :AgentInfluence ;
     :category "qualified" ;
     :component "agents-responsibility" ;
     :definition "Attribution is the ascribing of an entity to an agent." ;
@@ -152,7 +152,7 @@
     a owl:Class ;
     rdfs:comment "An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:entity :everyone_else_jumping_off_bridge; :foo :bar ]."@en ;
     rdfs:label "Communication" ;
-    rdfs:subClassOf :ActivityInvolvement ;
+    rdfs:subClassOf :ActivityInfluence ;
     :category "qualified" ;
     :component "entities-activities" ;
     :definition "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other." ;
@@ -161,18 +161,11 @@
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy" ;
     :unqualifiedForm :wasInformedBy .
 
-:ContextualizedEntity
-    a owl:Class ;
-    rdfs:comment "expanded" ;
-    rdfs:subClassOf :Entity ;
-    :definition "An entity that is a contextualization 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 particular case of specialization of the latter entity."@en ;
-    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-dm-20120614/prov-dm.html#term-contextualization" .
-
 :Delegation
     a owl:Class ;
     rdfs:comment "An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ]."@en ;
     rdfs:label "Delegation" ;
-    rdfs:subClassOf :AgentInvolvement ;
+    rdfs:subClassOf :AgentInfluence ;
     :category "qualified" ;
     :component "agents-responsibility" ;
     :definition "Delegation 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. " ;
@@ -185,7 +178,7 @@
     a owl:Class ;
     rdfs:comment "An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some prov:Entity to another prov:Entity. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualified [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ]."@en ;
     rdfs:label "Derivation" ;
-    rdfs:subClassOf :EntityInvolvement ;
+    rdfs:subClassOf :EntityInfluence ;
     :category "qualified" ;
     :component "derivations" ;
     :definition "A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one." ;
@@ -198,7 +191,7 @@
     a owl:Class ;
     rdfs:comment "An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualified [ a prov:Usage; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ]."@en ;
     rdfs:label "End" ;
-    rdfs:subClassOf :EntityInvolvement, :InstantaneousEvent ;
+    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
     :component "entities-activities" ;
     :definition "An activity end event is the instantaneous event that marks the instant an activity ends." ;
@@ -219,15 +212,11 @@
     :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Entity" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity" .
 
-:EntityInvolvement
+:EntityInfluence
     a owl:Class ;
     rdfs:label "EntityInvolvement" ;
     rdfs:seeAlso :entity ;
-    rdfs:subClassOf :Involvement, [
-        a owl:Restriction ;
-        owl:maxCardinality "0"^^xsd:nonNegativeInteger ;
-        owl:onProperty :activity
-    ] ;
+    rdfs:subClassOf :Influence ;
     :category "qualified" ;
     :editorsDefinition "prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity. The property prov:entity is used to reference the object of the triple being described."@en .
 
@@ -235,7 +224,7 @@
     a owl:Class ;
     rdfs:comment "An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ]."@en ;
     rdfs:label "Generation" ;
-    rdfs:subClassOf :ActivityInvolvement, :InstantaneousEvent ;
+    rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
     :component "entities-activities" ;
     :definition "An entity generation event is the instantaneous event that marks the final instant of an entity's creation timespan, after which it is no longer available for use." ;
@@ -244,6 +233,19 @@
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation" ;
     :unqualifiedForm :wasGeneratedBy .
 
+:Influence
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some prov:Entity to some other prov:Element. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualified [ a prov:Influence; prov:entity :spoon; :foo :bar ]."@en, "Any resource that involved an prov:Activity, prov:Entity, or prov:Agent can qualify its involvement by also referencing an instance of prov:Involvement. Instances of prov:Involvement reference the involved Activity, Entity, or Agent (using prov:activity, prov:entity, or prov:agent, respectively) and may be described with any kind of attributes, including user-defined attributes and those provided by PROV (prov:hadRole, prov:hadPlan, prov:atTime, prov:hadLocation). A description (via prov:Involvement) of the binary involvement implies the assertion of the binary involvement."@en ;
+    rdfs:label "Influence"@en, "Involvement" ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition "Influenceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed." ;
+    :editorialNote "For simplicity, the hierarchy 'stops' at the primary resources (Activity, Entity, Agent). Distinctions beyond the type of object involved are not necessary in PROV-O, but may be established by others." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-traceability" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-traceability" ;
+    :unqualifiedForm :involved, :wasInfluencedBy .
+
 :InstantaneousEvent
     a owl:Class ;
     rdfs:comment "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous."@en ;
@@ -257,7 +259,7 @@
 
 :Invalidation
     a owl:Class ;
-    rdfs:subClassOf :ActivityInvolvement, :InstantaneousEvent ;
+    rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
     :component "entities-activities" ;
     :definition "Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use after invalidation. Any generation or usage of an entity precedes its invalidation." ;
@@ -265,14 +267,6 @@
     :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#dfn-invalidation-event" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation" .
 
-:Involvement
-    a owl:Class ;
-    rdfs:comment "Any resource that involved an prov:Activity, prov:Entity, or prov:Agent can qualify its involvement by also referencing an instance of prov:Involvement. Instances of prov:Involvement reference the involved Activity, Entity, or Agent (using prov:activity, prov:entity, or prov:agent, respectively) and may be described with any kind of attributes, including user-defined attributes and those provided by PROV (prov:hadRole, prov:hadPlan, prov:atTime, prov:hadLocation). A description (via prov:Involvement) of the binary involvement implies the assertion of the binary involvement."@en ;
-    rdfs:label "Involvement" ;
-    :category "qualified" ;
-    :editorialNote "For simplicity, the hierarchy 'stops' at the primary resources (Activity, Entity, Agent). Distinctions beyond the type of object involved are not necessary in PROV-O, but may be established by others." ;
-    :unqualifiedForm :involved .
-
 :Location
     a owl:Class ;
     rdfs:comment "A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth."@en ;
@@ -331,7 +325,7 @@
     a owl:Class ;
     rdfs:comment "An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some prov:Entity to another prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualified [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ]."@en ;
     rdfs:label "Quotation" ;
-    rdfs:subClassOf :EntityInvolvement ;
+    rdfs:subClassOf :EntityInfluence ;
     :category "qualified" ;
     :component "derivations" ;
     :definition "A quotation is the repeat of (some or all of) an entity, such as text or image, by someone other than its original author." ;
@@ -344,7 +338,7 @@
     a owl:Class ;
     rdfs:comment "An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some prov:Entity to another prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualified [ a prov:Source; prov:entity :draft_1; :foo :bar ]."@en ;
     rdfs:label "Revision" ;
-    rdfs:subClassOf :EntityInvolvement ;
+    rdfs:subClassOf :EntityInfluence ;
     :category "qualified" ;
     :component "derivations" ;
     :definition "A revision is a derivation that revises an entity into a revised version." ;
@@ -381,7 +375,7 @@
     a owl:Class ;
     rdfs:comment "An instance of prov:Source provides additional descriptions about the binary prov:hadOriginalSource relation from some prov:Entity to another prov:Entity. For example, :blog prov:hadOriginalSource :newsArticle; prov:qualified [ a prov:Source; prov:entity :newsArticle; :foo :bar ]."@en ;
     rdfs:label "Source" ;
-    rdfs:subClassOf :EntityInvolvement ;
+    rdfs:subClassOf :EntityInfluence ;
     :category "qualified" ;
     :component "derivations" ;
     :definition "An original source refers to the source material that is closest to the person, information, period, or idea being studied." ;
@@ -394,7 +388,7 @@
     a owl:Class ;
     rdfs:comment "An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualified [ a prov:Usage; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ]."@en ;
     rdfs:label "Start" ;
-    rdfs:subClassOf :EntityInvolvement, :InstantaneousEvent ;
+    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
     :component "entities-activities" ;
     :definition "An activity start event is the instantaneous event that marks the instant an activity starts." ;
@@ -403,24 +397,11 @@
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start" ;
     :unqualifiedForm :wasStartedBy .
 
-:Trace
-    a owl:Class ;
-    rdfs:comment "An instance of prov:Trace provides additional descriptions about the binary prov:tracedTo relation from some prov:Entity to some other prov:Element. For example, :stomach_ache prov:tracedTo :spoon; prov:qualified [ a prov:Trace; prov:entity :spoon; :foo :bar ]."@en ;
-    rdfs:label "Trace" ;
-    rdfs:subClassOf :EntityInvolvement ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :definition "Traceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed." ;
-    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-traceability" ;
-    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability" ;
-    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-traceability" ;
-    :unqualifiedForm :tracedTo .
-
 :Usage
     a owl:Class ;
     rdfs:comment "An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualified [ a prov:Usage; prov:entity :podium; :foo :bar ]."@en ;
     rdfs:label "Usage" ;
-    rdfs:subClassOf :EntityInvolvement, :InstantaneousEvent ;
+    rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
     :component "entities-activities" ;
     :definition "A usage is an instantaneous world event: an activity beginning to consume an entity. Before this event, the activity had not begun to consume or use to this entity." ;
@@ -434,7 +415,7 @@
     rdfs:comment "An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. "@en ;
     rdfs:domain :Agent ;
     rdfs:range :Agent ;
-    rdfs:subPropertyOf :involved ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
     owl:propertyChainAxiom (:qualifiedDelegation
         :agent
     ) ;
@@ -446,9 +427,9 @@
 :activity
     a owl:FunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "The property used by an prov:ActivityInvolvement to cite the prov:Activity that was involved with either an Activity or Entity. It can be used to refer to the activity involved in generating an entity, informing another activity, or starting another activity."@en ;
-    rdfs:domain :ActivityInvolvement ;
+    rdfs:domain :ActivityInfluence ;
     rdfs:range :Activity ;
-    rdfs:subPropertyOf :involvee ;
+    rdfs:subPropertyOf :influencer ;
     :category "qualified" ;
     :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple."@en ;
     :inverse "activityOfInvolvement" ;
@@ -457,9 +438,9 @@
 :agent
     a owl:FunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "The property used by a prov:AgentInvolvement to cite the Agent that was prov:involved with either an Activity or Entity. It can be used to express the agent involved in being responsible for an activity, being attributed to an entity, starting or ending an activity, or being responsible for another subordinate agent in an activity."@en ;
-    rdfs:domain :AgentInvolvement ;
+    rdfs:domain :AgentInfluence ;
     rdfs:range :Agent ;
-    rdfs:subPropertyOf :involvee ;
+    rdfs:subPropertyOf :influencer ;
     :category "qualified" ;
     :component "alternate" ;
     :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple."@en ;
@@ -481,9 +462,24 @@
     :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Alternate" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate" .
 
+:asInBundle
+    a owl:ObjectProperty ;
+    rdfs:comment "TODO: set asInBundle rdfs:domain [ a owl:Class; that is the domain of mentionOf ] (trying to avoid naming the class."@en ;
+    :category "expanded" ;
+    :inverse "contextOf" ;
+    :sharesDefinitionWith :ContextualizedEntity .
+
 :atLocation
     a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
     rdfs:comment "The Location of any resource."@en ;
+    rdfs:domain [
+        a owl:Class ;
+        owl:unionOf (:Activity
+            :Agent
+            :Entity
+            :InstantaneousEvent
+        )
+    ] ;
     rdfs:range :Location ;
     :category "expanded" ;
     :editorialNote "The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Involvement classes.", "This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair)." ;
@@ -508,14 +504,6 @@
     a owl:AnnotationProperty ;
     rdfs:comment "Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification."@en .
 
-:contextualized
-    a owl:ObjectProperty ;
-    rdfs:domain :ContextualizedEntity ;
-    rdfs:subPropertyOf :specializationOf ;
-    :category "expanded" ;
-    :inverse "hasContextualization" ;
-    :sharesDefinitionWith :ContextualizedEntity .
-
 :definition
     a owl:AnnotationProperty ;
     rdfs:comment "A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term."@en .
@@ -542,9 +530,9 @@
 :entity
     a owl:FunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "The property used by an prov:EntityInvolvement to cite the Entity that was prov:involved with either an Activity or Entity. It can be used to refer to the entity involved in deriving another entity, being quoted or revised from, being the source of another entity, or being used in an activity. "@en ;
-    rdfs:domain :EntityInvolvement ;
+    rdfs:domain :EntityInfluence ;
     rdfs:range :Entity ;
-    rdfs:subPropertyOf :involvee ;
+    rdfs:subPropertyOf :influencer ;
     :category "qualified" ;
     :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple."@en ;
     :inverse "entityOfInvolvement" ;
@@ -555,7 +543,7 @@
     rdfs:comment "This inverse of prov:wasGeneratedBy is defined so that Activities being described can reference their generated outputs directly without needing to 'stop' and start describing the Entity. This helps 'Activity-centric' modeling as opposed to 'Entity-centric' modeling." ;
     rdfs:domain :Activity ;
     rdfs:range :Entity ;
-    rdfs:subPropertyOf :involved ;
+    rdfs:subPropertyOf :influenced ;
     owl:inverseOf :wasGeneratedBy ;
     :category "expanded" ;
     :component "entities-activities" ;
@@ -575,7 +563,7 @@
 :hadActivity
     a owl:FunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "The _optional_ Activity of an Involvement, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInvolvement (use prov:activity instead)."@en ;
-    rdfs:domain :Involvement, [
+    rdfs:domain :Influence, [
         a owl:Class ;
         owl:unionOf (:Delegation
             :Derivation
@@ -636,7 +624,7 @@
 :hadRole
     a owl:IrreflexiveProperty, owl:ObjectProperty ;
     rdfs:comment "The _optional_ Role that an Entity assumes in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]."@en ;
-    rdfs:domain :Involvement, [
+    rdfs:domain :Influence, [
         a owl:Class ;
         owl:unionOf (:Association
             :End
@@ -684,12 +672,18 @@
     :inverse "provenanceAnchorOf" ;
     :prov-aq "http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" .
 
-:inContext
+:influenced
     a owl:ObjectProperty ;
-    rdfs:domain :ContextualizedEntity ;
-    :category "expanded" ;
-    :inverse "contextOf" ;
-    :sharesDefinitionWith :ContextualizedEntity .
+    owl:inverseOf :wasInfluencedBy ;
+    :category "expanded" .
+
+:influencer
+    a owl:ObjectProperty ;
+    rdfs:comment "Subproperties of prov:involvee are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:involved (e.g. prov:used, prov:wasGeneratedBy). prov:involvee is used much like rdf:object is used." ;
+    rdfs:domain :Influence ;
+    :category "qualified" ;
+    :editorsDefinition "The rdf:object of the (binary) prov:involved relation (triple) that this Involvement is qualifying (reifying) for further description (as an n-ary relation)."@en ;
+    :inverse "involvement" .
 
 :invalidatedAtTime
     a owl:DatatypeProperty, owl:FunctionalProperty ;
@@ -706,26 +700,12 @@
     rdfs:comment "PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used."@en ;
     rdfs:seeAlso <http://www.w3.org/TR/prov-o/#names-of-inverse-properties> .
 
-:involved
+:mentionOf
     a owl:ObjectProperty ;
-    :category "qualified" ;
-    :editorialNote """The relation the sub-properties of prov:involved can also be specified in more detail using the qualification pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :baking; :foo :bar; prov:atLocation :kitchen ] .
-
-Subproperties of prov:involved may also be asserted directly without being qualified.
-
-prov:involved should not be used without also using one of its subproperties. 
-
-"""@en ;
-    :editorsDefinition "The broadest provenance relation between two resources, prov:involved is the superproperty of all unqualified binary relations among any two Activities, Entities, or Agents (or anything else). A more specific property should be favored of prov:involved."@en ;
-    :inverse "wasInvolvedWith" .
-
-:involvee
-    a owl:ObjectProperty ;
-    rdfs:comment "Subproperties of prov:involvee are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:involved (e.g. prov:used, prov:wasGeneratedBy). prov:involvee is used much like rdf:object is used." ;
-    rdfs:domain :Involvement ;
-    :category "qualified" ;
-    :editorsDefinition "The rdf:object of the (binary) prov:involved relation (triple) that this Involvement is qualifying (reifying) for further description (as an n-ary relation)."@en ;
-    :inverse "involvement" .
+    rdfs:subPropertyOf :specializationOf ;
+    :category "expanded" ;
+    :inverse "hadMention" ;
+    :sharesDefinitionWith :ContextualizedEntity .
 
 :prov-aq
     a owl:AnnotationProperty ;
@@ -848,6 +828,17 @@
     :sharesDefinitionWith :Generation ;
     :unqualifiedForm :wasGeneratedBy .
 
+:qualifiedInfluence
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this prov:wasAttributedTo Entity :e, then it can qualify how using prov:qualifiedInfluence [ a prov:Influence;  prov:entity :e; :foo :bar ]. If this prov:wasAttributedTo Activity :a, then it can qualify how using prov:qualifiedInfluence [ a prov:Influence;  prov:activity :a; :foo :bar ]."@en ;
+    rdfs:domain :Entity ;
+    rdfs:range :Influence ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "qualifiedInfluenceOf" ;
+    :sharesDefinitionWith :Influence ;
+    :unqualifiedForm :wasInfluencedBy .
+
 :qualifiedInvalidation
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ]."@en ;
@@ -903,17 +894,6 @@
     :sharesDefinitionWith :Start ;
     :unqualifiedForm :wasStartedBy .
 
-:qualifiedTrace
-    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
-    rdfs:comment "If this prov:wasAttributedTo Entity :e, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:entity :e; :foo :bar ]. If this prov:wasAttributedTo Activity :a, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:activity :a; :foo :bar ]."@en ;
-    rdfs:domain :Entity ;
-    rdfs:range :Trace ;
-    :category "qualified" ;
-    :component "derivations" ;
-    :inverse "qualifiedTraceOf" ;
-    :sharesDefinitionWith :Trace ;
-    :unqualifiedForm :tracedTo .
-
 :qualifiedUsage
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ]."@en ;
@@ -957,20 +937,6 @@
 :todo
     a owl:AnnotationProperty .
 
-:tracedTo
-    a owl:ObjectProperty, owl:TransitiveProperty ;
-    rdfs:comment "An object property to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed."@en ;
-    rdfs:domain :Entity ;
-    rdfs:range :Entity ;
-    rdfs:subPropertyOf :involved ;
-    owl:propertyChainAxiom (:qualifiedTrace
-        :entity
-    ) ;
-    :category "expanded" ;
-    :component "derivations" ;
-    :inverse "tracedFrom" ;
-    :qualifiedForm :Trace, :qualifiedTrace .
-
 :unqualifiedForm
     a owl:AnnotationProperty ;
     rdfs:comment "Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation."@en ;
@@ -981,7 +947,7 @@
     rdfs:comment "A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven ."@en ;
     rdfs:domain :Activity ;
     rdfs:range :Entity ;
-    rdfs:subPropertyOf :involved ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
     owl:propertyChainAxiom (:qualifiedUsage
         :entity
     ) ;
@@ -1007,7 +973,7 @@
     rdfs:comment "An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity."@en ;
     rdfs:domain :Activity ;
     rdfs:range :Agent ;
-    rdfs:subPropertyOf :involved ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
     owl:propertyChainAxiom (:qualifiedAssociation
         :agent
     ) ;
@@ -1021,7 +987,7 @@
     rdfs:comment "Attribution is the ascribing of an entity to an agent."@en ;
     rdfs:domain :Entity ;
     rdfs:range :Agent ;
-    rdfs:subPropertyOf :tracedTo ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
     owl:propertyChainAxiom (:qualifiedAttribution
         :agent
     ) ;
@@ -1037,7 +1003,7 @@
     rdfs:domain :Entity ;
     rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:range :Entity ;
-    rdfs:subPropertyOf :tracedTo ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
     owl:propertyChainAxiom (:qualifiedDerivation
         :entity
     ) ;
@@ -1052,7 +1018,7 @@
     rdfs:comment "End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity."@en ;
     rdfs:domain :Activity ;
     rdfs:range :Entity ;
-    rdfs:subPropertyOf :involved ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
     owl:propertyChainAxiom (:qualifiedEnd
         :entity
     ) ;
@@ -1067,7 +1033,7 @@
     rdfs:comment "wasGeneratedBy links Entitites with Activity representing that entity was generated as a result of Activity"@en ;
     rdfs:domain :Entity ;
     rdfs:range :Activity ;
-    rdfs:subPropertyOf :involved ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
     owl:propertyChainAxiom (:qualifiedGeneration
         :activity
     ) ;
@@ -1076,12 +1042,25 @@
     :inverse "generated" ;
     :qualifiedForm :Generation, :qualifiedGeneration .
 
+:wasInfluencedBy
+    a owl:ObjectProperty ;
+    :category "qualified" ;
+    :editorialNote """The relation the sub-properties of prov:involved can also be specified in more detail using the qualification pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :baking; :foo :bar; prov:atLocation :kitchen ] .
+
+Subproperties of prov:involved may also be asserted directly without being qualified.
+
+prov:involved should not be used without also using one of its subproperties. 
+
+"""@en ;
+    :editorsDefinition "The broadest provenance relation between two resources, prov:involved is the superproperty of all unqualified binary relations among any two Activities, Entities, or Agents (or anything else). A more specific property should be favored of prov:involved."@en ;
+    :inverse "wasInvolvedWith" .
+
 :wasInformedBy
     a owl:ObjectProperty ;
     rdfs:comment "An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2."@en ;
     rdfs:domain :Activity ;
     rdfs:range :Activity ;
-    rdfs:subPropertyOf :involved ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
     owl:propertyChainAxiom (:qualifiedCommunication
         :entity
     ) ;
@@ -1094,7 +1073,7 @@
     a owl:ObjectProperty ;
     rdfs:domain :Entity ;
     rdfs:range :Activity ;
-    rdfs:subPropertyOf :involved ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
     owl:propertyChainAxiom (:qualifiedInvalidation
         :activity
     ) ;
@@ -1136,7 +1115,7 @@
     rdfs:comment "Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity."@en ;
     rdfs:domain :Activity ;
     rdfs:range :Entity ;
-    rdfs:subPropertyOf :involved ;
+    rdfs:subPropertyOf :wasInfluencedBy ;
     owl:propertyChainAxiom (:qualifiedStart
         :entity
     ) ;
@@ -1148,6 +1127,14 @@
 
 []
     a owl:Axiom ;
+    rdfs:comment "A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections."@en ;
+    owl:annotatedProperty rdfs:range ;
+    owl:annotatedSource :hadMember ;
+    owl:annotatedTarget :Entity ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection" .
+
+[]
+    a owl:Axiom ;
     rdfs:comment "hadOriginalSource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information." ;
     owl:annotatedProperty rdfs:subPropertyOf ;
     owl:annotatedSource :hadPrimarySource ;
@@ -1158,8 +1145,8 @@
     rdfs:comment "Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it." ;
     owl:annotatedProperty rdfs:subPropertyOf ;
     owl:annotatedSource :wasAttributedTo ;
-    owl:annotatedTarget :tracedTo ;
-    :definition "IF wasAttributedTo(e2,ag1,aAttr) holds, THEN tracedTo(e2,ag1) also holds. " ;
+    owl:annotatedTarget :wasInfluencedBy ;
+    :definition "IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. " ;
     :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#traceability-inference" .
 
 []
@@ -1167,7 +1154,7 @@
     rdfs:comment "Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence." ;
     owl:annotatedProperty rdfs:subPropertyOf ;
     owl:annotatedSource :wasDerivedFrom ;
-    owl:annotatedTarget :tracedTo .
+    owl:annotatedTarget :wasInfluencedBy .
 
 []
     a owl:Axiom ;
@@ -1184,11 +1171,3 @@
     owl:annotatedSource :wasRevisionOf ;
     owl:annotatedTarget :wasDerivedFrom .
 
-[]
-    a owl:Axiom ;
-    rdfs:comment "A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections."@en ;
-    owl:annotatedProperty rdfs:range ;
-    owl:annotatedSource :hadMember ;
-    owl:annotatedTarget :Entity ;
-    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection" .
-