merged; fixed url refs provo html
authorTim L <lebot@rpi.edu>
Fri, 27 Apr 2012 10:46:10 -0400
changeset 2612 a6f0b35aaf33
parent 2611 69c0b88b120b (current diff)
parent 2610 3b31c3124316 (diff)
child 2613 fa0b4105a528
merged; fixed url refs provo html
--- a/ontology/ProvenanceOntology.owl	Fri Apr 27 10:45:55 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Fri Apr 27 10:46:10 2012 -0400
@@ -56,12 +56,12 @@
     <owl:AnnotationProperty rdf:about="&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="&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="&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>
     </owl:AnnotationProperty>
@@ -72,14 +72,14 @@
         <rdfs:comment xml:lang="en"></rdfs:comment>
     </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&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>
+        <rdfs:comment xml:lang="en">Classify prov-o terms into three categories, including &apos;starting-point&apos;, &apos;qualifed&apos;, and &apos;extended&apos;. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. </rdfs:comment>
     </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&prov;prov-dm-constraints">
         <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.</rdfs:comment>
         <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
     </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&prov;component">
-        <rdfs:comment xml:lang="en">Classify prov-o terms into six components according to prov-dm, including &#39;agents-responsibility&#39;, &#39;alternate&#39;, &#39;annotations&#39;, &#39;collections&#39;, &#39;derivations&#39;, and &#39;entities-activities&#39;. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.</rdfs:comment>
+        <rdfs:comment xml:lang="en">Classify prov-o terms into six components according to prov-dm, including &apos;agents-responsibility&apos;, &apos;alternate&apos;, &apos;annotations&apos;, &apos;collections&apos;, &apos;derivations&apos;, and &apos;entities-activities&apos;. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.</rdfs:comment>
     </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&prov;qualifiedForm">
         <rdfs:comment xml:lang="en">This annotation property links a prov:involved subproperty with a prov:Involved subclass. This indicates that the property can be qualified by using prov:qualified. 
@@ -106,6 +106,17 @@
     <!-- 
     ///////////////////////////////////////////////////////////////////////////////////////
     //
+    // Datatypes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
     // Object Properties
     //
     ///////////////////////////////////////////////////////////////////////////////////////
@@ -124,6 +135,7 @@
 
     <owl:ObjectProperty rdf:about="&prov;actedOnBehalfOf">
         <rdfs:comment xml:lang="en">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. </rdfs:comment>
+        <prov:inverse>responsibleFor</prov:inverse>
         <prov:category>starting-point</prov:category>
         <prov:component>agents-responsibility</prov:component>
         <rdfs:domain rdf:resource="&prov;Agent"/>
@@ -142,6 +154,7 @@
         <rdfs:comment xml:lang="en">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.</rdfs:comment>
         <prov:editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</prov:editorialNote>
         <prov:category>qualified</prov:category>
+        <prov:inverse>activityInvolvement</prov:inverse>
         <rdfs:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;ActivityInvolvement"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involvee"/>
@@ -156,6 +169,7 @@
         <prov:component>alternate</prov:component>
         <prov:editorialNote>This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</prov:editorialNote>
         <rdfs:comment xml:lang="en">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.</rdfs:comment>
+        <prov:inverse>agentInvolvement</prov:inverse>
         <prov:category>qualified</prov:category>
         <rdfs:range rdf:resource="&prov;Agent"/>
         <rdfs:domain rdf:resource="&prov;AgentInvolvement"/>
@@ -172,6 +186,7 @@
         <prov:component>alternate</prov:component>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate</prov:prov-n>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate</prov:prov-dm>
+        <prov:inverse>alternateOf</prov:inverse>
         <prov:definition xml:lang="en">An entity is alternate of another if they are both a specialization of some common entity. The common entity does not need to be identified.</prov:definition>
         <rdfs:comment xml:lang="en">An entity is alternate of another if they are both a specialization of some common entity. The common entity does not need to be identified.</rdfs:comment>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
@@ -188,9 +203,10 @@
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
         <prov:editorialNote>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).</prov:editorialNote>
+        <prov:inverse>locationOf</prov:inverse>
         <rdfs:comment xml:lang="en">Location is an optional attribute of Entity and Activity.</rdfs:comment>
+        <prov: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.</prov:editorialNote>
         <prov:category>expanded</prov:category>
-        <prov: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.</prov:editorialNote>
         <rdfs:range rdf:resource="&prov;Location"/>
     </owl:ObjectProperty>
     
@@ -200,6 +216,7 @@
 
     <owl:ObjectProperty rdf:about="&prov;derivedByInsertionFrom">
         <rdfs:comment xml:lang="en">The dictionary was derived from the other by insertion. prov:qualifiedInsertion shows details of the insertion, in particular the inserted key-value pairs.</rdfs:comment>
+        <prov:inverse>hadDerivationByInsertion</prov:inverse>
         <prov:component>collections</prov:component>
         <prov:category>collections</prov:category>
         <rdfs:range rdf:resource="&prov;Dictionary"/>
@@ -217,6 +234,7 @@
         <rdfs:comment xml:lang="en">The dictionary was derived from the other by removal. prov:qualifiedRemoval shows details of the removal, in particular the removed key-value pairs.</rdfs:comment>
         <prov:component>collections</prov:component>
         <prov:category>collections</prov:category>
+        <prov:inverse>hadDerivationByRemoval</prov:inverse>
         <rdfs:range rdf:resource="&prov;Dictionary"/>
         <rdfs:domain rdf:resource="&prov;Dictionary"/>
         <prov:qualifiedForm rdf:resource="&prov;Removal"/>
@@ -233,6 +251,7 @@
         <prov:component>collections</prov:component>
         <prov:category>collections</prov:category>
         <prov:editorialNote>This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</prov:editorialNote>
+        <prov:inverse>dictionaryInvolvement</prov:inverse>
         <rdfs:range rdf:resource="&prov;Dictionary"/>
         <rdfs:domain rdf:resource="&prov;DictionaryInvolvement"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involvee"/>
@@ -244,6 +263,7 @@
 
     <owl:ObjectProperty rdf:about="&prov;entity">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <prov:inverse>entityInvolvement</prov:inverse>
         <rdfs:comment xml:lang="en">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. </rdfs:comment>
         <prov:editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</prov:editorialNote>
         <prov:category>qualified</prov:category>
@@ -258,8 +278,9 @@
 
     <owl:ObjectProperty rdf:about="&prov;generated">
         <prov:component>entities-activities</prov:component>
+        <prov:inverse>wasGeneratedBy</prov:inverse>
         <prov:category>expanded</prov:category>
-        <rdfs:comment>This inverse of prov:wasGeneratedBy is defined so that Activities being described can reference their generated outputs directly without needing to &#39;stop&#39; and start describing the Entity. This helps &#39;Activity-centric&#39; modeling as opposed to &#39;Entity-centric&#39; modeling.</rdfs:comment>
+        <rdfs:comment>This inverse of prov:wasGeneratedBy is defined so that Activities being described can reference their generated outputs directly without needing to &apos;stop&apos; and start describing the Entity. This helps &apos;Activity-centric&apos; modeling as opposed to &apos;Entity-centric&apos; modeling.</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
@@ -275,6 +296,7 @@
         <prov:component>derivations</prov:component>
         <prov:category>qualified</prov:category>
         <rdfs:comment xml:lang="en">Optional: The Activity that is part of the Involvement, which used, generated, invalidated, or was the responsibility of some Entity.</rdfs:comment>
+        <prov:inverse>wasActivityOfInvolvement</prov:inverse>
         <prov:editorialNote>The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL.</prov:editorialNote>
         <rdfs:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;Involvement"/>
@@ -296,6 +318,7 @@
     <owl:ObjectProperty rdf:about="&prov;hadGeneration">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdfs:comment xml:lang="en">The generation involving the generated entity and activity.</rdfs:comment>
+        <prov:inverse>generatedAsDerivation</prov:inverse>
         <prov:category>qualified</prov:category>
         <prov:component>derivations</prov:component>
         <rdfs:domain rdf:resource="&prov;Derivation"/>
@@ -308,6 +331,7 @@
 
     <owl:ObjectProperty rdf:about="&prov;hadOriginalSource">
         <prov:component>derivations</prov:component>
+        <prov:inverse>wasOriginalSourceOf</prov:inverse>
         <prov:category>expanded</prov:category>
         <rdfs:comment xml:lang="en">An original source refers to the source material that is closest to the person, information, period, or idea being studied. An original source relation is a particular case of derivation that aims to give credit to the source that originated some information.</rdfs:comment>
         <rdfs:range rdf:resource="&prov;Entity"/>
@@ -328,6 +352,7 @@
         <rdfs:comment xml:lang="en">The Activity performed was described by the given plan resource. Activity specifications, as referred to by plan links, are out of scope of this specification</rdfs:comment>
         <prov:category>qualified</prov:category>
         <prov:component>agents-responsibility</prov:component>
+        <prov:inverse>wasPlanFor</prov:inverse>
         <rdfs:domain rdf:resource="&prov;Association"/>
         <rdfs:range rdf:resource="&prov;Plan"/>
     </owl:ObjectProperty>
@@ -337,6 +362,7 @@
     <!-- http://www.w3.org/ns/prov#hadQuoted -->
 
     <owl:ObjectProperty rdf:about="&prov;hadQuoted">
+        <prov:inverse>wasQuotedIn</prov:inverse>
         <prov:category>qualified</prov:category>
         <rdfs:comment xml:lang="en">The agent who attributed to the original entity.</rdfs:comment>
         <prov:component>derivations</prov:component>
@@ -351,6 +377,7 @@
 
     <owl:ObjectProperty rdf:about="&prov;hadQuoter">
         <prov:category>qualified</prov:category>
+        <prov:inverse>wasQuotingIn</prov:inverse>
         <prov:component>derivations</prov:component>
         <rdfs:comment xml:lang="en">The agent who is doing the quoting.</rdfs:comment>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
@@ -367,6 +394,7 @@
         <prov:component>agents-responsibility</prov:component>
         <rdfs:comment xml:lang="en">When an instance of prov:Involvement uses the prov:hadRole property to cite a prov:Role, it is providing a role for the instance referenced by the prov:entity or the prov:activity properties. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</rdfs:comment>
         <prov: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.</prov:definition>
+        <prov:inverse>wasRoleIn</prov:inverse>
         <prov:category>qualified</prov:category>
         <rdfs:domain rdf:resource="&prov;Involvement"/>
         <rdfs:range rdf:resource="&prov;Role"/>
@@ -391,6 +419,7 @@
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdfs:comment xml:lang="en">The usage involving the used entity and activity.</rdfs:comment>
         <prov:category>qualified</prov:category>
+        <prov:inverse>wasUsedInDerivation</prov:inverse>
         <prov:component>derivations</prov:component>
         <rdfs:domain rdf:resource="&prov;Derivation"/>
         <rdfs:range rdf:resource="&prov;Usage"/>
@@ -401,6 +430,7 @@
     <!-- http://www.w3.org/ns/prov#hasAnnotation -->
 
     <owl:ObjectProperty rdf:about="&prov;hasAnnotation">
+        <prov:inverse>annotates</prov:inverse>
         <prov:category>expanded</prov:category>
         <prov:component>annotations</prov:component>
         <rdfs:range rdf:resource="&prov;Note"/>
@@ -412,6 +442,7 @@
 
     <owl:ObjectProperty rdf:about="&prov;inserted">
         <rdfs:comment xml:lang="en">An object property to refer to the prov:KeyValuePair inserted into a prov:Dictionary.</rdfs:comment>
+        <prov:inverse>wasInsertedBy</prov:inverse>
         <prov:component>collections</prov:component>
         <prov:category>collections</prov:category>
         <rdfs:domain rdf:resource="&prov;Insertion"/>
@@ -424,6 +455,7 @@
 
     <owl:ObjectProperty rdf:about="&prov;involved">
         <prov:category>qualified</prov:category>
+        <prov:inverse>wasInvolvedWith</prov:inverse>
         <rdfs:comment xml:lang="en">Subproperties of prov:involved may be be qualified by creating instances of a corresponding prov:Involvement class. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualified [ a prov:Usage; prov:entity :baking; :foo :bar ]
 
 prov:involved should not be used without also using one of its subproperties.
@@ -436,6 +468,7 @@
     <!-- http://www.w3.org/ns/prov#involvee -->
 
     <owl:ObjectProperty rdf:about="&prov;involvee">
+        <prov:inverse>involvement</prov:inverse>
         <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>
         <rdfs:domain rdf:resource="&prov;Involvement"/>
     </owl:ObjectProperty>
@@ -447,6 +480,7 @@
     <owl:ObjectProperty rdf:about="&prov;member">
         <prov:component>collections</prov:component>
         <rdfs:comment xml:lang="en">The key-value pair was part of the membership. A membership can have multiple members.</rdfs:comment>
+        <prov:inverse>inMembership</prov:inverse>
         <prov:category>collections</prov:category>
         <rdfs:range rdf:resource="&prov;KeyValuePair"/>
         <rdfs:domain rdf:resource="&prov;Membership"/>
@@ -457,8 +491,9 @@
     <!-- http://www.w3.org/ns/prov#membership -->
 
     <owl:ObjectProperty rdf:about="&prov;membership">
+        <prov:inverse>membershipOf</prov:inverse>
+        <rdfs:comment xml:lang="en">The collection included the specified membership of keys-values.</rdfs:comment>
         <prov:category>collections</prov:category>
-        <rdfs:comment xml:lang="en">The collection included the specified membership of keys-values.</rdfs:comment>
         <prov:component>collections</prov:component>
         <rdfs:domain rdf:resource="&prov;Dictionary"/>
         <rdfs:range rdf:resource="&prov;Membership"/>
@@ -472,6 +507,7 @@
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <rdfs:comment xml:lang="en">If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ].</rdfs:comment>
         <prov:component>agents-responsibility</prov:component>
+        <prov:inverse>associatedActivity</prov:inverse>
         <prov:category>qualified</prov:category>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Association"/>
@@ -486,6 +522,7 @@
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <prov:category>qualified</prov:category>
         <prov:component>agents-responsibility</prov:component>
+        <prov:inverse>attributedEntity</prov:inverse>
         <rdfs:comment xml:lang="en">If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was  using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ].</rdfs:comment>
         <rdfs:range rdf:resource="&prov;Attribution"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
@@ -498,9 +535,10 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedCommunication">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
+        <rdfs:comment xml:lang="en">If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was Inform[ed] using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ].</rdfs:comment>
         <prov:component>entities-activities</prov:component>
-        <rdfs:comment xml:lang="en">If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was Inform[ed] using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ].</rdfs:comment>
         <prov:category>qualified</prov:category>
+        <prov:inverse>informedActivity</prov:inverse>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Communication"/>
         <prov:qualifiedForm rdf:resource="&prov;Communication"/>
@@ -515,6 +553,7 @@
         <rdfs:comment xml:lang="en">If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ].</rdfs:comment>
         <prov:component>derivations</prov:component>
         <prov:category>qualified</prov:category>
+        <prov:inverse>derivedEntity</prov:inverse>
         <rdfs:range rdf:resource="&prov;Derivation"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <prov:unqualifiedForm rdf:resource="&prov;wasDerivedFrom"/>
@@ -528,6 +567,7 @@
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <prov:category>qualified</prov:category>
         <prov:component>entities-activities</prov:component>
+        <prov:inverse>endedActivity</prov:inverse>
         <rdfs:comment xml:lang="en">If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;End"/>
@@ -543,6 +583,7 @@
         <rdfs:comment xml:lang="en">If this Activity prov:generated Entity :e, then it can qualify how it did performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ].</rdfs:comment>
         <prov:component>entities-activities</prov:component>
         <prov:category>qualified</prov:category>
+        <prov:inverse>generatedEntity</prov:inverse>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Generation"/>
         <prov:unqualifiedForm rdf:resource="&prov;wasGeneratedBy"/>
@@ -554,6 +595,7 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedInsertion">
         <prov:component>collections</prov:component>
+        <prov:inverse>insertedToDictionary</prov:inverse>
         <prov:category>collections</prov:category>
         <rdfs:comment xml:lang="en">If this Dictionary prov:derivedByInsertionFrom another Dictionary :e, then it can qualify how it did perform the Insertion using prov:qualifiedInsertion [ a prov:Insertion;  prov:dictionary :e; prov:inserted [a prov:KeyValuePair; prov:key &quot;k1&quot;^^xsd:string; prov:value :foo] ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Dictionary"/>
@@ -568,6 +610,7 @@
     <owl:ObjectProperty rdf:about="&prov;qualifiedQuotation">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <prov:category>qualified</prov:category>
+        <prov:inverse>quotedByEntity</prov:inverse>
         <rdfs:comment xml:lang="en">If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ].</rdfs:comment>
         <prov:component>derivations</prov:component>
         <rdfs:domain rdf:resource="&prov;Entity"/>
@@ -580,6 +623,7 @@
     <!-- http://www.w3.org/ns/prov#qualifiedRemoval -->
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedRemoval">
+        <prov:inverse>removedFromDictionary</prov:inverse>
         <prov:category>collections</prov:category>
         <prov:component>collections</prov:component>
         <rdfs:comment xml:lang="en">If this Dictionary prov:derivedByRemovalFrom another Dictionary :e, then it can qualify how it did perform the Removal using prov:qualifiedRemoval [ a prov:Removal;  prov:dictionary :c; prov:removed &quot;k1&quot;^^xsd:string ].</rdfs:comment>
@@ -596,6 +640,7 @@
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <prov:category>qualified</prov:category>
         <prov:component>agents-responsibility</prov:component>
+        <prov:inverse>responsibleAgent</prov:inverse>
         <rdfs:comment xml:lang="en">If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Agent"/>
         <rdfs:range rdf:resource="&prov;Responsibility"/>
@@ -611,6 +656,7 @@
         <rdfs:comment xml:lang="en">If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was  revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ].</rdfs:comment>
         <prov:category>qualified</prov:category>
         <prov:component>derivations</prov:component>
+        <prov:inverse>revisedEntity</prov:inverse>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Revision"/>
         <prov:unqualifiedForm rdf:resource="&prov;wasRevisionOf"/>
@@ -624,6 +670,7 @@
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <prov:component>derivations</prov:component>
         <prov:category>qualified</prov:category>
+        <prov:inverse>sourcingEntity</prov:inverse>
         <rdfs:comment xml:lang="en">If this Entity prov:hadOriginalSource Entity :e, then it can qualify how using prov:qualifiedSource [ a prov:Source; prov:entity :e; :foo :bar ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Source"/>
@@ -636,8 +683,9 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedStart">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
+        <prov:inverse>startedActivity</prov:inverse>
+        <prov:component>entities-activities</prov:component>
         <prov:category>qualified</prov:category>
-        <prov:component>entities-activities</prov:component>
         <rdfs:comment xml:lang="en">If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Start"/>
@@ -650,6 +698,7 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedStartByActivity">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
+        <prov:inverse>activityStartedActivity</prov:inverse>
         <prov:category>qualified</prov:category>
         <rdfs:comment xml:lang="en">If this Activity prov:wasStartedByActivity :a, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:activity :a; :foo :bar ].</rdfs:comment>
         <prov:component>entities-activities</prov:component>
@@ -667,6 +716,7 @@
         <prov:category>qualified</prov: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>
         <prov:component>derivations</prov:component>
+        <prov:inverse>tracedEntity</prov:inverse>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Trace"/>
         <prov:unqualifiedForm rdf:resource="&prov;tracedTo"/>
@@ -678,9 +728,10 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedUsage">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
+        <prov:inverse>consumingActivity</prov:inverse>
         <prov:category>qualified</prov:category>
+        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
         <prov:component>entities-activities</prov:component>
-        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Usage"/>
         <prov:unqualifiedForm rdf:resource="&prov;used"/>
@@ -695,12 +746,13 @@
         <prov:category>expanded</prov:category>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</prov:prov-dm>
         <prov:definition>An entity is a specialization of another if they both refer to some common thing but the former is a more constrained entity than the former. The common entity does not need to be identified.</prov:definition>
+        <prov:inverse>generalizationOf</prov:inverse>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</prov:prov-n>
         <rdfs:comment xml:lang="en">An entity is a specialization of another if they both refer to some common thing but the former is a more constrained entity than the former. The common entity does not need to be identified.</rdfs:comment>
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Specialization</prov:prov-dm-constraints>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
+        <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:seeAlso rdf:resource="&prov;alternateOf"/>
     </owl:ObjectProperty>
     
@@ -712,6 +764,7 @@
         <rdf:type rdf:resource="&owl;TransitiveProperty"/>
         <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>
         <prov:component>derivations</prov:component>
+        <prov:inverse>tracedFrom</prov:inverse>
         <prov:category>expanded</prov:category>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
@@ -745,6 +798,7 @@
     <owl:ObjectProperty rdf:about="&prov;value">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdfs:comment xml:lang="en">The value of a KeyValuePair.</rdfs:comment>
+        <prov:inverse>valueOf</prov:inverse>
         <prov:category>collections</prov:category>
         <prov:component>collections</prov:component>
         <rdfs:range rdf:resource="&prov;Entity"/>
@@ -758,6 +812,7 @@
     <owl:ObjectProperty rdf:about="&prov;wasAssociatedWith">
         <prov:component>agents-responsibility</prov:component>
         <rdfs:comment xml:lang="en">An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.</rdfs:comment>
+        <prov:inverse>wasAssociateFor</prov:inverse>
         <prov:category>starting-point</prov:category>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Agent"/>
@@ -773,6 +828,7 @@
     <owl:ObjectProperty rdf:about="&prov;wasAttributedTo">
         <prov:definition>Attribution is the ascribing of an entity to an agent.</prov:definition>
         <prov:category>starting-point</prov:category>
+        <prov:inverse>contributed</prov:inverse>
         <rdfs:comment xml:lang="en">Attribution is the ascribing of an entity to an agent.</rdfs:comment>
         <prov:component>agents-responsibility</prov:component>
         <rdfs:range rdf:resource="&prov;Agent"/>
@@ -813,8 +869,9 @@
 
     <owl:ObjectProperty rdf:about="&prov;wasEndedBy">
         <prov:category>expanded</prov:category>
+        <rdfs:comment xml:lang="en">End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.</rdfs:comment>
         <prov:component>entities-activities</prov:component>
-        <rdfs:comment xml:lang="en">End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.</rdfs:comment>
+        <prov:inverse>ended</prov:inverse>
         <prov:editorialNote xml:lang="en">was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012</prov:editorialNote>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <prov:qualifiedForm rdf:resource="&prov;End"/>
@@ -831,6 +888,7 @@
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <prov:inverse>generated</prov:inverse>
         <prov:category>starting-point</prov:category>
         <prov:component>entities-activities</prov:component>
         <rdfs:comment xml:lang="en">wasGeneratedBy links Entitites with Activity representing that entity was generated as a result of Activity</rdfs:comment>
@@ -846,6 +904,7 @@
     <!-- http://www.w3.org/ns/prov#wasInformedBy -->
 
     <owl:ObjectProperty rdf:about="&prov;wasInformedBy">
+        <prov:inverse>informed</prov:inverse>
         <rdfs:comment xml:lang="en">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.</rdfs:comment>
         <prov:category>starting-point</prov:category>
         <prov:component>entities-activities</prov:component>
@@ -861,6 +920,7 @@
     <!-- http://www.w3.org/ns/prov#wasInvalidatedBy -->
 
     <owl:ObjectProperty rdf:about="&prov;wasInvalidatedBy">
+        <prov:inverse>invalidated</prov:inverse>
         <rdfs:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
@@ -872,6 +932,7 @@
 
     <owl:ObjectProperty rdf:about="&prov;wasQuotedFrom">
         <prov:category>expanded</prov:category>
+        <prov:inverse>wasQuotedBy</prov:inverse>
         <prov:component>derivations</prov:component>
         <rdfs:comment xml:lang="en">An entity is derived from an original entity by copying, or &quot;quoting&quot;, some or all of it.</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Entity"/>
@@ -886,8 +947,9 @@
     <!-- http://www.w3.org/ns/prov#wasRevisionOf -->
 
     <owl:ObjectProperty rdf:about="&prov;wasRevisionOf">
+        <rdfs:comment xml:lang="en">A revision is a derivation that revises an entity into a revised version.</rdfs:comment>
         <prov:component>derivations</prov:component>
-        <rdfs:comment xml:lang="en">A revision is a derivation that revises an entity into a revised version.</rdfs:comment>
+        <prov:inverse>hadRevision</prov:inverse>
         <prov:category>expanded</prov:category>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
@@ -896,7 +958,7 @@
         <rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
     </owl:ObjectProperty>
     <owl:Axiom>
-        <rdfs:comment>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision 23 April 2012 &#39;wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.&#39;</rdfs:comment>
+        <rdfs:comment>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision 23 April 2012 &apos;wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.&apos;</rdfs:comment>
         <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
         <owl:annotatedTarget rdf:resource="&prov;wasDerivedFrom"/>
         <owl:annotatedSource rdf:resource="&prov;wasRevisionOf"/>
@@ -908,6 +970,7 @@
 
     <owl:ObjectProperty rdf:about="&prov;wasStartedBy">
         <prov:component>entities-activities</prov:component>
+        <prov:inverse>started</prov:inverse>
         <prov:category>expanded</prov:category>
         <rdfs:comment xml:lang="en">Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.</rdfs:comment>
         <prov:editorialNote xml:lang="en">was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012</prov:editorialNote>
@@ -924,6 +987,7 @@
 
     <owl:ObjectProperty rdf:about="&prov;wasStartedByActivity">
         <prov:category>starting-point</prov:category>
+        <prov:inverse>activityStarted</prov:inverse>
         <prov:component>entities-activities</prov:component>
         <rdfs:comment xml:lang="en">The start of an activity with an implicit trigger generated by another activity.</rdfs:comment>
         <rdfs:range rdf:resource="&prov;Activity"/>
@@ -1064,8 +1128,8 @@
         <rdfs:label>Account</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Entity"/>
         <prov:definition rdf:datatype="&xsd;anyURI">An account is any mechanism by which a set of provenance descriptions can be bundled up and named.</prov:definition>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints</prov:prov-dm-constraints>
         <rdfs:comment xml:lang="en">Note that there are kinds of accounts (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.</rdfs:comment>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints</prov:prov-dm-constraints>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account</prov:prov-n>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations</prov:prov-dm>
         <prov:category>expanded</prov:category>
@@ -1096,8 +1160,8 @@
         <rdfs:label>Activity</rdfs:label>
         <owl:disjointWith rdf:resource="&prov;Entity"/>
         <prov:prov-dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity</prov:prov-dm>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity</prov:prov-n>
         <prov:component>entities-activities</prov:component>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity</prov:prov-n>
         <rdfs:comment xml:lang="en">An activity is something that occurs over a period of time and acts upon or with entities. This action can take multiple forms: consuming, processing, transforming, modifying, relocating, using, generating, or being associated with entities. Activities that operate on digital entities may for example move, copy, or duplicate them.</rdfs:comment>
         <prov:category>starting-point</prov:category>
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Activity</prov:prov-dm-constraints>
@@ -1127,8 +1191,8 @@
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Agent</prov:prov-dm-constraints>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent</prov:prov-n>
         <prov:category>starting-point</prov:category>
+        <prov:component>agents-responsibility</prov:component>
         <rdfs:comment xml:lang="en">An agent is a type of entity that bears some form of responsibility for an activity taking place.</rdfs:comment>
-        <prov:component>agents-responsibility</prov:component>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov:prov-dm>
     </owl:Class>
     
@@ -1152,8 +1216,8 @@
         <rdfs:label>Association</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</prov:prov-n>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-ActivityAssociation</prov:prov-dm>
         <prov:component>agents-responsibility</prov:component>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-ActivityAssociation</prov:prov-dm>
         <prov:category>qualified</prov:category>
         <prov: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.</prov:definition>
         <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
@@ -1168,8 +1232,8 @@
     <owl:Class rdf:about="&prov;Attribution">
         <rdfs:label>Attribution</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution</prov:prov-dm>
         <prov:definition>Attribution is the ascribing of an entity to an agent.</prov:definition>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution</prov:prov-dm>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution</prov:prov-n>
         <prov:category>qualified</prov:category>
         <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
@@ -1189,9 +1253,9 @@
         <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:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Communication</prov:prov-dm-constraints>
         <prov:component>entities-activities</prov:component>
+        <prov:definition>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</prov:definition>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-wasInformedBy</prov:prov-dm>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy</prov:prov-n>
-        <prov:definition>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</prov:definition>
         <prov:unqualifiedForm rdf:resource="&prov;wasInformedBy"/>
     </owl:Class>
     
@@ -1232,14 +1296,14 @@
         <rdfs:label xml:lang="en">Dictionary</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Entity"/>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents</prov:prov-dm>
+        <rdfs:comment xml:lang="en">This concept allows for the provenance of the dictionary, but also of its constituents to be expressed. Such a notion of dictionary corresponds to a wide variety of concrete data structures, such as a maps or associative arrays.</rdfs:comment>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#component5</prov:prov-n>
-        <rdfs:comment xml:lang="en">This concept allows for the provenance of the dictionary, but also of its constituents to be expressed. Such a notion of dictionary corresponds to a wide variety of concrete data structures, such as a maps or associative arrays.</rdfs:comment>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#concept-collection</prov:prov-dm>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection</prov:prov-dm>
         <prov:definition>A dictionary is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the dictionary.</prov:definition>
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection</prov:prov-dm-constraints>
+        <prov:component>collections</prov:component>
         <rdfs:comment xml:lang="en">A given dictionary forms a given structure for its members. A different structure (obtained either by insertion or removal of members) constitutes a different dictionary.</rdfs:comment>
-        <prov:component>collections</prov:component>
         <prov:category>collections</prov:category>
     </owl:Class>
     
@@ -1279,8 +1343,8 @@
         <prov:category>qualified</prov:category>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End</prov:prov-n>
         <prov:definition>An activity end event is the instantaneous event that marks the instant an activity ends.</prov:definition>
-        <rdfs:comment xml:lang="en">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 &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
         <prov:component>entities-activities</prov:component>
+        <rdfs:comment xml:lang="en">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 &apos;2012-03-09T08:05:08-05:00&apos;^^xsd:dateTime ].</rdfs:comment>
         <prov:unqualifiedForm rdf:resource="&prov;wasEndedBy"/>
     </owl:Class>
     
@@ -1324,7 +1388,7 @@
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
         <prov:category>qualified</prov:category>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation</prov:prov-dm>
-        <prov:definition>An entity generation event is the instantaneous event that marks the final instant of an entity&#39;s creation timespan, after which it is no longer available for use.</prov:definition>
+        <prov:definition>An entity generation event is the instantaneous event that marks the final instant of an entity&apos;s creation timespan, after which it is no longer available for use.</prov:definition>
         <prov:component>entities-activities</prov:component>
         <rdfs:comment xml:lang="en">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:entity :baking; :foo :bar ].</rdfs:comment>
         <prov:unqualifiedForm rdf:resource="&prov;wasGeneratedBy"/>
@@ -1357,8 +1421,8 @@
         <prov:prov-n></prov:prov-n>
         <prov:component>entities-activities</prov:component>
         <prov:prov-dm></prov:prov-dm>
-        <prov:definition>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 &#39;event&#39; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</prov:definition>
-        <rdfs:comment xml:lang="en">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 &#39;event&#39; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</rdfs:comment>
+        <prov:definition>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 &apos;event&apos; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</prov:definition>
+        <rdfs:comment xml:lang="en">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 &apos;event&apos; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</rdfs:comment>
         <prov:category>qualified</prov:category>
     </owl:Class>
     
@@ -1369,8 +1433,8 @@
     <owl:Class rdf:about="&prov;Invalidation">
         <rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
+        <prov:component>entities-activities</prov:component>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation</prov:prov-n>
-        <prov:component>entities-activities</prov:component>
         <prov:category>qualified</prov:category>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation</prov:prov-dm>
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#dfn-invalidation-event</prov:prov-dm-constraints>
@@ -1384,7 +1448,7 @@
     <owl:Class rdf:about="&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>
-        <prov: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.</prov:editorialNote>
+        <prov:editorialNote>For simplicity, the hierarchy &apos;stops&apos; 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:editorialNote>
         <prov:category>qualified</prov:category>
         <prov:unqualifiedForm rdf:resource="&prov;involved"/>
     </owl:Class>
@@ -1408,8 +1472,8 @@
         <prov:prov-n></prov:prov-n>
         <prov:category>expanded</prov:category>
         <prov:prov-dm-constraints></prov:prov-dm-constraints>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location</prov:prov-dm>
         <rdfs:comment xml:lang="en">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.</rdfs:comment>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location</prov:prov-dm>
         <rdfs:seeAlso rdf:resource="&prov;hadLocation"/>
     </owl:Class>
     
@@ -1432,11 +1496,11 @@
         <rdfs:label>Note</rdfs:label>
         <prov:category>expanded</prov:category>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-note</prov:prov-n>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-note</prov:prov-dm-constraints>
         <prov:definition>Attribute-value pairs occurring in notes are application specific.</prov:definition>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-note</prov:prov-dm-constraints>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-note</prov:prov-dm>
         <rdfs:comment xml:lang="en">Attribute-value pairs occurring in notes are application specific.</rdfs:comment>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-note</prov:prov-dm>
-        <prov:editorialNote>When using RDF, &#39;application-specific properties&#39; directly describe the subject resource and do not require a prov:Note to distinguish them. When choosing how to model your application, note that prov:Note provides a level of indirection that is relatively unnatural in RDF when reflecting the purposes stated in PROV-DM. However, prov:Note may be effectively used in RDF for other purposes. Please also note that accounts are more appropriate mechanims for distinguishing &#39;who said what&#39;; the indirection imposed by prov:Note is a poorer mechanism to model provenance of provenance.</prov:editorialNote>
+        <prov:editorialNote>When using RDF, &apos;application-specific properties&apos; directly describe the subject resource and do not require a prov:Note to distinguish them. When choosing how to model your application, note that prov:Note provides a level of indirection that is relatively unnatural in RDF when reflecting the purposes stated in PROV-DM. However, prov:Note may be effectively used in RDF for other purposes. Please also note that accounts are more appropriate mechanims for distinguishing &apos;who said what&apos;; the indirection imposed by prov:Note is a poorer mechanism to model provenance of provenance.</prov:editorialNote>
         <prov:component>annotations</prov:component>
         <rdfs:seeAlso rdf:resource="&prov;hasAnnotation"/>
     </owl:Class>
@@ -1465,12 +1529,12 @@
         <rdfs:label>Person</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Agent"/>
         <prov:category>expanded</prov:category>
+        <rdfs:comment xml:lang="en">Agents of type Person are people.</rdfs:comment>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov:prov-n>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov:prov-dm>
-        <prov:component>agents-responsibility</prov:component>
         <prov:definition>Agents of type Person are people.</prov:definition>
+        <prov:component>agents-responsibility</prov:component>
         <prov:prov-dm-constraints></prov:prov-dm-constraints>
-        <rdfs:comment xml:lang="en">Agents of type Person are people.</rdfs:comment>
     </owl:Class>
     
 
@@ -1497,11 +1561,11 @@
         <rdfs:label>Quotation</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
         <prov: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.</prov:definition>
-        <prov:component>derivations</prov:component>
         <prov:category>qualified</prov:category>
+        <prov:component>derivations</prov:component>
         <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-quotation</prov:prov-dm-constraints>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation</prov:prov-dm>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-quotation</prov:prov-dm-constraints>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation</prov:prov-n>
         <prov:unqualifiedForm rdf:resource="&prov;wasQuotedFrom"/>
     </owl:Class>
@@ -1533,7 +1597,7 @@
         <prov:component>agents-responsibility</prov:component>
         <rdfs:comment xml:lang="en">An instance of prov:Responsibility 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:qualified [ a prov:Responsiblity; prov:entity :mother; :foo :bar ].</rdfs:comment>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-responsibility</prov:prov-dm>
-        <prov:definition>Responsibility is the fact that an agent is accountable for the actions of a &#39;subordinate&#39; agent, in the context of an activity.</prov:definition>
+        <prov:definition>Responsibility is the fact that an agent is accountable for the actions of a &apos;subordinate&apos; agent, in the context of an activity.</prov:definition>
         <prov:category>qualified</prov:category>
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Responsibility</prov:prov-dm-constraints>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-responsibility</prov:prov-n>
@@ -1550,9 +1614,9 @@
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision</prov:prov-dm-constraints>
         <prov:component>derivations</prov:component>
         <prov:category>qualified</prov:category>
+        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision</prov:prov-n>
         <prov:definition>A revision is a derivation that revises an entity into a revised version.</prov:definition>
         <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision</prov:prov-n>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Revision</prov:prov-dm>
         <prov:unqualifiedForm rdf:resource="&prov;wasRevisionOf"/>
     </owl:Class>
@@ -1566,8 +1630,8 @@
         <prov:category>qualified</prov:category>
         <prov:prov-n></prov:prov-n>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role</prov:prov-dm>
+        <prov:definition>A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end.</prov:definition>
         <prov:prov-dm-constraints></prov:prov-dm-constraints>
-        <prov:definition>A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end.</prov:definition>
         <rdfs:comment xml:lang="en">A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end.</rdfs:comment>
         <prov:component>agents-responsibility</prov:component>
         <rdfs:seeAlso rdf:resource="&prov;hadRole"/>
@@ -1580,8 +1644,8 @@
     <owl:Class rdf:about="&prov;SoftwareAgent">
         <rdfs:label>SoftwareAgent</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Agent"/>
+        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov:prov-dm>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov:prov-n>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov:prov-dm>
         <prov:prov-dm-constraints></prov:prov-dm-constraints>
         <rdfs:comment xml:lang="en">A software agent is running software.</rdfs:comment>
         <prov:component>agents-responsibility</prov:component>
@@ -1597,8 +1661,8 @@
         <rdfs:label>Source</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source</prov:prov-n>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-orignal-source</prov:prov-dm-constraints>
         <prov:definition>An original source refers to the source material that is closest to the person, information, period, or idea being studied.</prov:definition>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-orignal-source</prov:prov-dm-constraints>
         <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
         <prov:category>qualified</prov:category>
         <prov:component>derivations</prov:component>
@@ -1615,10 +1679,10 @@
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
         <prov:definition>An activity start event is the instantaneous event that marks the instant an activity starts.</prov:definition>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
         <prov:component>entities-activities</prov:component>
-        <rdfs:comment xml:lang="en">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 &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
+        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
         <prov:category>qualified</prov:category>
+        <rdfs:comment xml:lang="en">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 &apos;2012-03-09T08:05:08-05:00&apos;^^xsd:dateTime ].</rdfs:comment>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start</prov:prov-n>
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Start</prov:prov-dm-constraints>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start</prov:prov-dm>
@@ -1634,7 +1698,7 @@
         <rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-wasStartedByActivity</prov:prov-dm>
         <prov:definition>Start by Activity is the start of an activity with an implicit trigger generated by another activity.</prov:definition>
-        <rdfs:comment xml:lang="en">An instance of prov:StartedByActivity provides additional descriptions about the binary prov:wasStartedByActivity relation from some started prov:Activity to another prov:Activity started it. For example, :second_leg_of_relay prov:wasStartedByActivity :handed_baton; prov:qualified [ a prov:Usage; prov:entity :handed_baton; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
+        <rdfs:comment xml:lang="en">An instance of prov:StartedByActivity provides additional descriptions about the binary prov:wasStartedByActivity relation from some started prov:Activity to another prov:Activity started it. For example, :second_leg_of_relay prov:wasStartedByActivity :handed_baton; prov:qualified [ a prov:Usage; prov:entity :handed_baton; :foo :bar; prov:atTime &apos;2012-03-09T08:05:08-05:00&apos;^^xsd:dateTime ].</rdfs:comment>
         <prov:category>qualified</prov:category>
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
         <prov:component>entities-activities</prov:component>
@@ -1652,8 +1716,8 @@
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
         <prov:definition>Traceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed.</prov: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:category>qualified</prov:category>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-traceability</prov:prov-dm>
-        <prov:category>qualified</prov:category>
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability</prov:prov-dm-constraints>
         <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-traceability</prov:prov-n>
         <prov:component>derivations</prov:component>
@@ -1674,13 +1738,13 @@
         <prov:component>entities-activities</prov:component>
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
         <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage</prov:prov-dm>
+        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Usage</prov:prov-dm-constraints>
-        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
         <prov:unqualifiedForm rdf:resource="&prov;used"/>
     </owl:Class>
 </rdf:RDF>
 
 
 
-<!-- Generated by the OWL API (version 3.1.0.20069) http://owlapi.sourceforge.net -->
+<!-- Generated by the OWL API (version 3.2.5.1928) http://owlapi.sourceforge.net -->