--- a/ontology/ProvenanceOntology.owl Sat Jun 30 19:03:30 2012 -0400
+++ b/ontology/ProvenanceOntology.owl Sat Jun 30 19:05:03 2012 -0400
@@ -439,6 +439,7 @@
<!-- http://www.w3.org/ns/prov#influenced -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influenced">
+ <inverse>wasInfluencedBy</inverse>
<category>expanded</category>
<owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
</owl:ObjectProperty>
@@ -840,8 +841,8 @@
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
<category>qualified</category>
+ <inverse>influenced</inverse>
<editorsDefinition xml:lang="en">The broadest provenance relation between two resources, prov:involved is the superproperty of all unqualified binary relations among any two Activities, Entities, or Agents (or anything else). A more specific property should be favored of prov:involved.</editorsDefinition>
- <inverse>wasInvolvedWith</inverse>
<editorialNote xml:lang="en">The relation the sub-properties of prov:involved can also be specified in more detail using the qualification pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :baking; :foo :bar; prov:atLocation :kitchen ] .
Subproperties of prov:involved may also be asserted directly without being qualified.