changed namespace
authorTim L <lebot@rpi.edu>
Tue, 21 Feb 2012 01:09:26 -0500
changeset 1623 0523d130a6d7
parent 1622 65df2ba89c46
child 1624 d711911bfb6a
child 1625 5ed1401c6b75
changed namespace
created prov:qualified and moved hadQualified<Involvement> as subproperties.
renamed hadQualifed<Involvement> to had<Involvement>
created property "qualifiable" to group the core and non-core PROV binary relations.
created superclass of Activity and Entity: Element. (so I could set the domain of qualified)
renamed hadLocation to hadSpatialExtent; renamed hadTemporalValue to hadTemporalExtent
renamed softwareAgent to be System
added comments with examples.
some other tweaking.
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Mon Feb 20 23:24:06 2012 +0000
+++ b/ontology/ProvenanceOntology.owl	Tue Feb 21 01:09:26 2012 -0500
@@ -3,7 +3,6 @@
 
 <!DOCTYPE rdf:RDF [
     <!ENTITY time "http://www.w3.org/2006/time#" >
-    <!ENTITY prov-o "http://www.w3.org/ns/prov-o/" >
     <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
     <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
     <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
@@ -12,19 +11,17 @@
 ]>
 
 
-<rdf:RDF xmlns="http://www.w3.org/ns/prov-o/"
-     xml:base="http://www.w3.org/ns/prov-o/"
+<rdf:RDF xmlns="http://www.w3.org/ns/prov#"
+     xml:base="http://www.w3.org/ns/prov"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:time="http://www.w3.org/2006/time#"
      xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
-     xmlns:prov-o="http://www.w3.org/ns/prov-o/"
      xmlns:owl="http://www.w3.org/2002/07/owl#"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
-    <owl:Ontology rdf:about="">
+    <owl:Ontology rdf:about="http://www.w3.org/ns/prov#">
         <rdfs:comment rdf:datatype="&xsd;string">0.2</rdfs:comment>
-        <rdfs:comment xml:lang="en"
-            >This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 
+        <rdfs:comment xml:lang="en">This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 
 
 If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.</rdfs:comment>
     </owl:Ontology>
@@ -34,6 +31,20 @@
     <!-- 
     ///////////////////////////////////////////////////////////////////////////////////////
     //
+    // Annotation properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:AnnotationProperty rdf:about="&rdfs;seeAlso"/>
+    <owl:AnnotationProperty rdf:about="&rdfs;label"/>
+    <owl:AnnotationProperty rdf:about="&rdfs;comment"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
     // Object Properties
     //
     ///////////////////////////////////////////////////////////////////////////////////////
@@ -48,508 +59,379 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/actedOnBehalfOf -->
-
-    <owl:ObjectProperty rdf:about="actedOnBehalfOf">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:seeAlso>
-        <rdfs:range rdf:resource="Agent"/>
-        <rdfs:domain rdf:resource="Agent"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/adoptedPlan -->
-
-    <owl:ObjectProperty rdf:about="adoptedPlan">
-        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
-        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <rdfs:label xml:lang="en">had plan
-</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
-        <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>
-        <rdfs:domain rdf:resource="Association"/>
-        <rdfs:range rdf:resource="Plan"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/alternateOf -->
-
-    <owl:ObjectProperty rdf:about="alternateOf">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#AlternateOf</rdfs:seeAlso>
-        <rdfs:range rdf:resource="Entity"/>
-        <rdfs:domain rdf:resource="Entity"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/endedAt -->
-
-    <owl:ObjectProperty rdf:about="endedAt">
-        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Activity</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Activity"/>
-        <rdfs:range rdf:resource="TimeInstant"/>
-        <rdfs:subPropertyOf rdf:resource="hadTemporalValue"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadLocation -->
-
-    <owl:ObjectProperty rdf:about="hadLocation">
-        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
-        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <rdfs:label xml:lang="en">had location</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Location</rdfs:seeAlso>
-        <rdfs:range rdf:resource="Location"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadOriginalSource -->
-
-    <owl:ObjectProperty rdf:about="hadOriginalSource">
-        <rdfs:comment rdf:datatype="&xsd;string"
-            >how is this different from wasDerivedFrom?</rdfs:comment>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source</rdfs:seeAlso>
-        <rdfs:range rdf:resource="Entity"/>
-        <rdfs:domain rdf:resource="Entity"/>
-        <rdfs:subPropertyOf rdf:resource="wasAssociatedWith"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQualifiedActivity -->
-
-    <owl:ObjectProperty rdf:about="hadQualifiedActivity">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
-        <rdfs:range rdf:resource="Activity"/>
-        <rdfs:domain rdf:resource="QualifiedInvolvement"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQualifiedAssociation -->
-
-    <owl:ObjectProperty rdf:about="hadQualifiedAssociation">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Activity"/>
-        <rdfs:range rdf:resource="Association"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQualifiedAttribution -->
-
-    <owl:ObjectProperty rdf:about="hadQualifiedAttribution">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution</rdfs:seeAlso>
-        <rdfs:range rdf:resource="Attribution"/>
-        <rdfs:domain rdf:resource="Entity"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQualifiedDelegation -->
+    <!-- http://www.w3.org/ns/prov#actedOnBehalfOf -->
 
-    <owl:ObjectProperty rdf:about="hadQualifiedDelegation">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Agent"/>
-        <rdfs:range rdf:resource="Responsibility"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQualifiedDerivation -->
-
-    <owl:ObjectProperty rdf:about="hadQualifiedDerivation">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Revision</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-1</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Entity"/>
-        <rdfs:range rdf:resource="Trace"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQualifiedEnd -->
-
-    <owl:ObjectProperty rdf:about="hadQualifiedEnd">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Ending</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Activity"/>
-        <rdfs:range rdf:resource="End"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQualifiedEntity -->
-
-    <owl:ObjectProperty rdf:about="hadQualifiedEntity">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
-        <rdfs:range rdf:resource="Entity"/>
-        <rdfs:domain rdf:resource="QualifiedInvolvement"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQualifiedGeneration -->
-
-    <owl:ObjectProperty rdf:about="hadQualifiedGeneration">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Activity"/>
-        <rdfs:range rdf:resource="Generation"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQualifiedInform -->
-
-    <owl:ObjectProperty rdf:about="hadQualifiedInform">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Activity"/>
-        <rdfs:range rdf:resource="Inform"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQualifiedQuotation -->
-
-    <owl:ObjectProperty rdf:about="hadQualifiedQuotation">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Entity"/>
-        <rdfs:range rdf:resource="Quotation"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQualifiedStart -->
-
-    <owl:ObjectProperty rdf:about="hadQualifiedStart">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Activity"/>
-        <rdfs:range rdf:resource="Start"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQualifiedSummarization -->
-
-    <owl:ObjectProperty rdf:about="hadQualifiedSummarization">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Summary</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Entity"/>
-        <rdfs:range rdf:resource="Summarization"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQualifiedUsage -->
-
-    <owl:ObjectProperty rdf:about="hadQualifiedUsage">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Activity"/>
-        <rdfs:range rdf:resource="Usage"/>
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#actedOnBehalfOf">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:seeAlso>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
     </owl:ObjectProperty>
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/hadQuotedAgent -->
-
-    <owl:ObjectProperty rdf:about="hadQuotedAgent">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation</rdfs:seeAlso>
-        <rdfs:range rdf:resource="Agent"/>
-        <rdfs:domain rdf:resource="Quotation"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadQuoterAgent -->
-
-    <owl:ObjectProperty rdf:about="hadQuoterAgent">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation</rdfs:seeAlso>
-        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
-        <rdfs:range rdf:resource="Agent"/>
-        <rdfs:domain rdf:resource="Quotation"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadRole -->
-
-    <owl:ObjectProperty rdf:about="hadRole">
-        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Attribute</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="QualifiedInvolvement"/>
-        <rdfs:range rdf:resource="Role"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hadTemporalValue -->
-
-    <owl:ObjectProperty rdf:about="hadTemporalValue">
-        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <rdfs:label xml:lang="en"
-            >has temporal value</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
-        <rdfs:range rdf:resource="TimeInstant"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/hasAnnotation -->
-
-    <owl:ObjectProperty rdf:about="hasAnnotation">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Annotation</rdfs:seeAlso>
-        <rdfs:range rdf:resource="Note"/>
-    </owl:ObjectProperty>
-    
-
+    <!-- http://www.w3.org/ns/prov#activity -->
 
-    <!-- http://www.w3.org/ns/prov-o/specializationOf -->
-
-    <owl:ObjectProperty rdf:about="specializationOf">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#SpecializationOf</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Entity"/>
-        <rdfs:range rdf:resource="Entity"/>
-        <rdfs:subPropertyOf rdf:resource="tracedTo"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/startedAt -->
-
-    <owl:ObjectProperty rdf:about="startedAt">
-        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Activity</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Activity"/>
-        <rdfs:range rdf:resource="TimeInstant"/>
-        <rdfs:subPropertyOf rdf:resource="hadTemporalValue"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/tracedTo -->
-
-    <owl:ObjectProperty rdf:about="tracedTo">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-1</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-n</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#precise-1</rdfs:seeAlso>
-        <rdfs:range rdf:resource="Entity"/>
-        <rdfs:domain rdf:resource="Entity"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/used -->
-
-    <owl:ObjectProperty rdf:about="used">
-        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
-        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <rdfs:label xml:lang="en">used</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Activity"/>
-        <rdfs:range rdf:resource="Entity"/>
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#activity">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
+        <rdfs:comment>The property used by a prov:EntityInvolvement to cite the Entity that was prov:involved with either an Activity or Entity.</rdfs:comment>
+        <rdfs:comment>This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</rdfs:comment>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ActivityInvolvement"/>
     </owl:ObjectProperty>
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/wasAssociatedWith -->
-
-    <owl:ObjectProperty rdf:about="wasAssociatedWith">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Activity"/>
-        <rdfs:range rdf:resource="Agent"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/wasAttributedTo -->
+    <!-- http://www.w3.org/ns/prov#adoptedPlan -->
 
-    <owl:ObjectProperty rdf:about="wasAttributedTo">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution</rdfs:seeAlso>
-        <rdfs:range rdf:resource="Agent"/>
-        <rdfs:domain rdf:resource="Entity"/>
-        <rdfs:subPropertyOf rdf:resource="tracedTo"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/wasDerivedFrom -->
-
-    <owl:ObjectProperty rdf:about="wasDerivedFrom">
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#adoptedPlan">
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <rdfs:label xml:lang="en"
-            >was derived from</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-1</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-n</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#precise-1</rdfs:seeAlso>
-        <rdfs:comment xml:lang="en"
-            >wasDerivedFrom links two distinct characterized entities, where &quot;some characterized entity is transformed from, created from, or affected by another characterized entity.&quot;</rdfs:comment>
-        <rdfs:range rdf:resource="Entity"/>
-        <rdfs:domain rdf:resource="Entity"/>
-        <rdfs:subPropertyOf rdf:resource="tracedTo"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/wasEndedBy -->
-
-    <owl:ObjectProperty rdf:about="wasEndedBy">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Ending</rdfs:seeAlso>
-        <rdfs:subPropertyOf rdf:resource="wasAssociatedWith"/>
+        <rdfs:label xml:lang="en">had plan
+</rdfs:label>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
+        <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>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Association"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Plan"/>
     </owl:ObjectProperty>
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/wasGeneratedBy -->
+    <!-- http://www.w3.org/ns/prov#alternateOf -->
 
-    <owl:ObjectProperty rdf:about="wasGeneratedBy">
-        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
-        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
-        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <rdfs:label xml:lang="en"
-            >was generated by</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
-        <rdfs:comment xml:lang="en"
-            >wasGeneratedBy links Entitites with Activity representing that entity was generated as a result of Activity</rdfs:comment>
-        <rdfs:range rdf:resource="Activity"/>
-        <rdfs:domain rdf:resource="Entity"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/wasInformedBy -->
-
-    <owl:ObjectProperty rdf:about="wasInformedBy">
-        <rdfs:label xml:lang="en">was informed by</rdfs:label>
-        <rdfs:comment rdf:datatype="&xsd;string"></rdfs:comment>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Activity"/>
-        <rdfs:range rdf:resource="Activity"/>
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#alternateOf">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#AlternateOf</rdfs:seeAlso>
+        <rdfs:seeAlso>http://www.w3.org/ns/prov#specializationOf</rdfs:seeAlso>
+        <rdfs:comment>Another prov:Entity that characterizes the same thing as this prov:Entity, potentially in a different manner.</rdfs:comment>
+        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
     </owl:ObjectProperty>
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/wasQuotedFrom -->
+    <!-- http://www.w3.org/ns/prov#endedAt -->
 
-    <owl:ObjectProperty rdf:about="wasQuotedFrom">
-        <rdfs:comment rdf:datatype="&xsd;string"
-            >Different from wasAttributedTo?</rdfs:comment>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation</rdfs:seeAlso>
-        <rdfs:range rdf:resource="Entity"/>
-        <rdfs:domain rdf:resource="Entity"/>
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#endedAt">
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity</rdfs:seeAlso>
+        <rdfs:comment>TODO: range should be an xsd:dateTime directly to avoid proliferation of bnodes and to keep it simple. The elaborate form should also be permitted, but more practical uses will want it directly.</rdfs:comment>
+        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#TimeInstant"/>
     </owl:ObjectProperty>
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/wasRevisionOf -->
+    <!-- http://www.w3.org/ns/prov#entity -->
 
-    <owl:ObjectProperty rdf:about="wasRevisionOf">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Revision</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Entity"/>
-        <rdfs:range rdf:resource="Entity"/>
-        <rdfs:subPropertyOf rdf:resource="wasDerivedFrom"/>
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#entity">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
+        <rdfs:comment>This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</rdfs:comment>
+        <rdfs:comment>The property used by a prov:ActivityInvolvement to cite the Activity that was prov:involved with either an Activity or Entity.</rdfs:comment>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
     </owl:ObjectProperty>
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/wasStartedBy -->
+    <!-- http://www.w3.org/ns/prov#hadOriginalSource -->
 
-    <owl:ObjectProperty rdf:about="wasStartedBy">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Starting</rdfs:seeAlso>
-        <rdfs:subPropertyOf rdf:resource="wasAssociatedWith"/>
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadOriginalSource">
+        <rdfs:comment rdf:datatype="&xsd;string">how is this different from wasDerivedFrom?</rdfs:comment>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source</rdfs:seeAlso>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>TODO</rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#hadOriginalSource"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadQuotedAgent -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadQuotedAgent">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation</rdfs:seeAlso>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
     </owl:ObjectProperty>
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/wasSummaryOf -->
+    <!-- http://www.w3.org/ns/prov#hadQuoterAgent -->
 
-    <owl:ObjectProperty rdf:about="wasSummaryOf">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Summary</rdfs:seeAlso>
-        <rdfs:domain rdf:resource="Entity"/>
-        <rdfs:range rdf:resource="Entity"/>
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadQuoterAgent">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation</rdfs:seeAlso>
+        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadRole -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadRole">
+        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Attribute</rdfs:seeAlso>
+        <rdfs:comment>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>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Role"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadSpatialExtent -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadSpatialExtent">
+        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <rdfs:label xml:lang="en">had location</rdfs:label>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Location</rdfs:seeAlso>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Location"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadTemporalExtent -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadTemporalExtent">
+        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <rdfs:label xml:lang="en">had temporal extent</rdfs:label>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#TimeInstant"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hasAnnotation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hasAnnotation">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Annotation</rdfs:seeAlso>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Note"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#involved -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#involved">
+        <rdfs:comment>Subproperties of prov:involved can 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 ]</rdfs:comment>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Element"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Element"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualified -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualified">
+        <rdfs:comment>This one property is used to associate a prov:Element (prov:Entity or prov:Activity) with an instance of any subclass of prov:Involvement, which will provide additional descriptions about the binary prov:involved relation. For example, :baking prov:used :pan, :egg; prov:wasAssociatedWith :baker; prov:generated :dirty_pan; prov:qualified [ a prov:Usage; prov:entity :egg; prov:role :ingredient], [ a prov:Association; prov:entity :baker; prov:role :leader ] .</rdfs:comment>
+        <rdfs:comment>The subproperties here can be deleted without concern. For example, :element prov:qualified [ a prov:Usage ] handles the case of prov:hadQualifiedUsage . http://www.w3.org/2011/prov/track/issues/255</rdfs:comment>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Element"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#specializationOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#specializationOf">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#SpecializationOf</rdfs:seeAlso>
+        <rdfs:seeAlso>http://www.w3.org/ns/prov#alternateOf</rdfs:seeAlso>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#tracedTo"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#startedAt -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#startedAt">
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity</rdfs:seeAlso>
+        <rdfs:comment>TODO: range should be an xsd:dateTime directly to avoid proliferation of bnodes and to keep it simple. The elaborate form should also be permitted, but more practical uses will want it directly.</rdfs:comment>
+        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#TimeInstant"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#tracedTo -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#tracedTo">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-1</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-n</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#precise-1</rdfs:seeAlso>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#used -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#used">
+        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <rdfs:label xml:lang="en">used</rdfs:label>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/ns/prov#Usage</rdfs:seeAlso>
+        <rdfs:comment>A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .</rdfs:comment>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasAssociatedWith -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAssociatedWith">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/ns/prov#Association</rdfs:seeAlso>
+        <rdfs:comment>A prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.</rdfs:comment>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasAttributedTo -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAttributedTo">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution</rdfs:seeAlso>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#tracedTo"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasDerivedFrom -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasDerivedFrom">
+        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <rdfs:label xml:lang="en">was derived from</rdfs:label>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-1</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-n</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#precise-1</rdfs:seeAlso>
+        <rdfs:comment xml:lang="en">wasDerivedFrom links two distinct characterized entities, where &quot;some characterized entity is transformed from, created from, or affected by another characterized entity.&quot;</rdfs:comment>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#tracedTo"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasEndedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasEndedBy">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Ending</rdfs:seeAlso>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>TODO justify</rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasGeneratedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
+        <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <rdfs:label xml:lang="en">was generated by</rdfs:label>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
+        <rdfs:comment xml:lang="en">wasGeneratedBy links Entitites with Activity representing that entity was generated as a result of Activity</rdfs:comment>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasInformedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInformedBy">
+        <rdfs:label xml:lang="en">was informed by</rdfs:label>
+        <rdfs:comment rdf:datatype="&xsd;string"></rdfs:comment>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again</rdfs:seeAlso>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasQuotedFrom -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasQuotedFrom">
+        <rdfs:comment rdf:datatype="&xsd;string">Different from wasAttributedTo?</rdfs:comment>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation</rdfs:seeAlso>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasRevisionOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasRevisionOf">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Revision</rdfs:seeAlso>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasStartedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasStartedBy">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Starting</rdfs:seeAlso>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasSummaryOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasSummaryOf">
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Summary</rdfs:seeAlso>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
     </owl:ObjectProperty>
     
 
@@ -565,11 +447,11 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/inXSDDateTime -->
+    <!-- http://www.w3.org/ns/prov#inXSDDateTime -->
 
-    <owl:DatatypeProperty rdf:about="inXSDDateTime">
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#inXSDDateTime">
         <rdfs:range rdf:resource="&xsd;dateTime"/>
-        <rdfs:domain rdf:resource="TimeInstant"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#TimeInstant"/>
     </owl:DatatypeProperty>
     
 
@@ -591,304 +473,327 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/Activity -->
-
-    <owl:Class rdf:about="Activity">
-        <rdfs:label xml:lang="en">Activity</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Activity</rdfs:seeAlso>
-        <rdfs:comment xml:lang="en"
-            >Activity is defined to be &quot;an identifiable activity, which performs a piece of work.&quot;</rdfs:comment>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Agent -->
-
-    <owl:Class rdf:about="Agent">
-        <rdfs:label xml:lang="en">Agent</rdfs:label>
-        <rdfs:subClassOf rdf:resource="Entity"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Agent</rdfs:seeAlso>
-        <rdfs:comment xml:lang="en"
-            >An agent represents a characterized entity capable of activity.</rdfs:comment>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Association -->
-
-    <owl:Class rdf:about="Association">
-        <rdfs:subClassOf rdf:resource="QualifiedInvolvement"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Attribution -->
-
-    <owl:Class rdf:about="Attribution">
-        <rdfs:subClassOf rdf:resource="Trace"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution</rdfs:seeAlso>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Bundle -->
-
-    <owl:Class rdf:about="Bundle">
-        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
-        <rdfs:comment rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Bundle</rdfs:comment>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Derivation -->
-
-    <owl:Class rdf:about="Derivation">
-        <rdfs:subClassOf rdf:resource="Trace"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Revision</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability</rdfs:seeAlso>
-        <rdfs:comment rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:comment>
-    </owl:Class>
-    
-
+    <!-- http://www.w3.org/ns/prov#Activity -->
 
-    <!-- http://www.w3.org/ns/prov-o/End -->
-
-    <owl:Class rdf:about="End">
-        <rdfs:subClassOf rdf:resource="QualifiedInvolvement"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Ending</rdfs:seeAlso>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Entity -->
-
-    <owl:Class rdf:about="Entity">
-        <rdfs:label xml:lang="en">Entity</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Entity</rdfs:seeAlso>
-        <rdfs:comment xml:lang="en"
-            >An identifiable characterized entity.</rdfs:comment>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Generation -->
-
-    <owl:Class rdf:about="Generation">
-        <rdfs:subClassOf rdf:resource="QualifiedInvolvement"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Inform -->
-
-    <owl:Class rdf:about="Inform">
-        <rdfs:subClassOf rdf:resource="QualifiedInvolvement"/>
-        <rdfs:comment rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering</rdfs:comment>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Location -->
-
-    <owl:Class rdf:about="Location">
-        <rdfs:label xml:lang="en">Location</rdfs:label>
-        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
-        <rdfs:comment rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Location</rdfs:comment>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Note -->
-
-    <owl:Class rdf:about="Note">
-        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Note</rdfs:seeAlso>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Organization -->
-
-    <owl:Class rdf:about="Organization">
-        <rdfs:subClassOf rdf:resource="Agent"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Organization</rdfs:seeAlso>
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Activity">
+        <rdfs:label xml:lang="en">Activity</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Element"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity</rdfs:seeAlso>
+        <rdfs:comment xml:lang="en">Activity is defined to be &#39;an identifiable activity, which performs a piece of work.&#39;</rdfs:comment>
     </owl:Class>
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/Person -->
-
-    <owl:Class rdf:about="Person">
-        <rdfs:subClassOf rdf:resource="Agent"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Person</rdfs:seeAlso>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Plan -->
-
-    <owl:Class rdf:about="Plan">
-        <rdfs:label xml:lang="en">Plan</rdfs:label>
-        <rdfs:subClassOf rdf:resource="Entity"/>
-        <rdfs:comment rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:comment>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/QualifiedInvolvement -->
-
-    <owl:Class rdf:about="QualifiedInvolvement">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
-    </owl:Class>
-    
+    <!-- http://www.w3.org/ns/prov#ActivityInvolvement -->
 
-
-    <!-- http://www.w3.org/ns/prov-o/Quotation -->
-
-    <owl:Class rdf:about="Quotation">
-        <rdfs:subClassOf rdf:resource="Trace"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation</rdfs:seeAlso>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Responsibility -->
-
-    <owl:Class rdf:about="Responsibility">
-        <rdfs:subClassOf rdf:resource="QualifiedInvolvement"/>
-        <rdfs:comment rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:comment>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Revision -->
-
-    <owl:Class rdf:about="Revision">
-        <rdfs:subClassOf rdf:resource="Derivation"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Revision</rdfs:seeAlso>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Role -->
-
-    <owl:Class rdf:about="Role">
-        <rdfs:comment rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Attribute</rdfs:comment>
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#ActivityInvolvement">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:comment>An instance of prov:ActivityInvolvement is used to provide additional descriptions of a binary relation from any instance to an instance of prov:Activity.</rdfs:comment>
     </owl:Class>
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/SoftwareAgent -->
-
-    <owl:Class rdf:about="SoftwareAgent">
-        <rdfs:subClassOf rdf:resource="Agent"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#SoftwareAgent</rdfs:seeAlso>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Source -->
+    <!-- http://www.w3.org/ns/prov#Agent -->
 
-    <owl:Class rdf:about="Source">
-        <rdfs:subClassOf rdf:resource="Derivation"/>
-        <rdfs:comment rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source</rdfs:comment>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/prov-o/Start -->
-
-    <owl:Class rdf:about="Start">
-        <rdfs:subClassOf rdf:resource="QualifiedInvolvement"/>
-        <rdfs:comment rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Starting</rdfs:comment>
-        <rdfs:comment rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again</rdfs:comment>
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Agent">
+        <rdfs:label xml:lang="en">Agent</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent</rdfs:seeAlso>
+        <rdfs:comment xml:lang="en">An agent represents a characterized entity capable of activity.</rdfs:comment>
     </owl:Class>
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/Summarization -->
+    <!-- http://www.w3.org/ns/prov#Association -->
 
-    <owl:Class rdf:about="Summarization">
-        <rdfs:subClassOf rdf:resource="Trace"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Summary</rdfs:seeAlso>
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Association">
+        <owl:equivalentClass>
+            <owl:Restriction>
+                <owl:onProperty rdf:resource="http://www.w3.org/ns/prov#entity"/>
+                <owl:allValuesFrom rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+            </owl:Restriction>
+        </owl:equivalentClass>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
+        <rdfs:comment>An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from a prov:Activity to some prov:Agent that is responsible for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualified [ a prov:Association; prov:entity :baker; :foo :bar ].</rdfs:comment>
     </owl:Class>
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/TimeInstant -->
+    <!-- http://www.w3.org/ns/prov#Attribution -->
 
-    <owl:Class rdf:about="TimeInstant">
-        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
-        <rdfs:comment rdf:datatype="&xsd;string"
-            >&quot;Instants are, intuitively, point-like in that they have no interior points&quot;
-from the W3C OWL-Time Working Draft (http://www.w3.org/TR/owl-time/).</rdfs:comment>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Activity</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
-        <rdfs:comment rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:comment>
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Attribution">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution</rdfs:seeAlso>
     </owl:Class>
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/Trace -->
+    <!-- http://www.w3.org/ns/prov#Bundle -->
 
-    <owl:Class rdf:about="Trace">
-        <rdfs:subClassOf rdf:resource="QualifiedInvolvement"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Revision</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability</rdfs:seeAlso>
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Bundle">
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Bundle</rdfs:seeAlso>
+        <rdfs:comment>prov:Bundles are best modeled using sd:NamedGraphs.</rdfs:comment>
+        <rdfs:comment>A prov:Bundle is a group of PROV statements.</rdfs:comment>
     </owl:Class>
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/Usage -->
+    <!-- http://www.w3.org/ns/prov#Derivation -->
 
-    <owl:Class rdf:about="Usage">
-        <rdfs:subClassOf rdf:resource="QualifiedInvolvement"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI"
-            >http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Derivation">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Revision</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability</rdfs:seeAlso>
+        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Element -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Element">
+        <rdfs:comment>Element is the union of Activity and Entity, which are the principal topics of PROV.</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#End -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#End">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Ending</rdfs:seeAlso>
+        <rdfs:seeAlso>http://www.w3.org/2011/prov/wiki/ProvRDF#Ending</rdfs:seeAlso>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Entity -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Entity">
+        <rdfs:label xml:lang="en">Entity</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Element"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Entity</rdfs:seeAlso>
+        <rdfs:comment xml:lang="en">An identifiable characterized entity.</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#EntityInvolvement -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#EntityInvolvement">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
+        <rdfs:comment>An instance of EntityInvolvement is used to provide additional descriptions of a binary relation from any instance to an instance of Entity.</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Generation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Generation">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInvolvement"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
+        <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:qualified [ a prov:Generation; prov:entity :baking; :foo :bar ].</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Inform -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Inform">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Involvement -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Involvement">
+        <owl:equivalentClass>
+            <owl:Restriction>
+                <owl:onProperty rdf:resource="http://www.w3.org/ns/prov#hadTemporalExtent"/>
+                <owl:onClass rdf:resource="http://www.w3.org/ns/prov#TimeInstant"/>
+                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
+            </owl:Restriction>
+        </owl:equivalentClass>
+        <owl:equivalentClass>
+            <owl:Restriction>
+                <owl:onProperty rdf:resource="http://www.w3.org/ns/prov#hadSpatialExtent"/>
+                <owl:onClass rdf:resource="http://www.w3.org/ns/prov#Location"/>
+                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
+            </owl:Restriction>
+        </owl:equivalentClass>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
+        <rdfs:comment>An instance of prov:Involvement is used to provide additional descriptions of a prov:qualifiable binary involvement. A description (via prov:Involvement) of the binary involvement implies the assertion of the binary involvement.</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Location -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Location">
+        <rdfs:label xml:lang="en">Location</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Location</rdfs:seeAlso>
+        <rdfs:seeAlso>http://www.w3.org/ns/prov#hadSpatialExtent</rdfs:seeAlso>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Note -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Note">
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Note</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/ns/prov#hadNote</rdfs:seeAlso>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Organization -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Organization">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Organization</rdfs:seeAlso>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Person -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Person">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Person</rdfs:seeAlso>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Plan -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Plan">
+        <rdfs:label xml:lang="en">Plan</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Quotation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Quotation">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation</rdfs:seeAlso>
+        <rdfs:comment>TODO: Shouldn&#39;t Quotation be a subtype of Derivation (and same for the binary relations?) -Tim</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Responsibility -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Responsibility">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:comment>
+        <rdfs:comment>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>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Revision -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Revision">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Revision</rdfs:seeAlso>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Role -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Role">
+        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Attribute</rdfs:comment>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/ns/prov#hadRole</rdfs:seeAlso>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Source -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Source">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Start -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Start">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Starting</rdfs:comment>
+        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Summarization -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Summarization">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Summary</rdfs:seeAlso>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#System -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#System">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#SoftwareAgent</rdfs:seeAlso>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#TimeInstant -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#TimeInstant">
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+        <rdfs:comment rdf:datatype="&xsd;string">&#39;Instants are, intuitively, point-like in that they have no interior points&#39;
+reusing notion from W3C OWL-Time Working Draft (http://www.w3.org/TR/owl-time/), but not associating to it directly because it is not a Recommendation.</rdfs:comment>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
+        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:comment>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/ns/prov#hadTemporalExtent</rdfs:seeAlso>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Trace -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Trace">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Revision</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability</rdfs:seeAlso>
+        <rdfs:seeAlso>An instance of prov:Trace provides additional descriptions about the binary prov:tracedTo relation from some prov:Element (Entity or Activity) to some other prov:Element. For example, :stomach_ache prov:tracedTo :spoon; prov:qualified [ a prov:Trace; prov:entity :spoon; :foo :bar ].</rdfs:seeAlso>
+        <rdfs:comment>A prov:Trace can be from any prov:Element to any prov:Element, so it cannot be a subclass of prov:EntityInvolvement or prov:ActivityInvolvement.</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Usage -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Usage">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
+        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
     </owl:Class>
 </rdf:RDF>
 
 
 
-<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->
+<!-- Generated by the OWL API (version 3.1.0.20069) http://owlapi.sourceforge.net -->