inverse labels
authorTim L <lebot@rpi.edu>
Sat, 30 Jun 2012 19:05:03 -0400
changeset 3540 955c1110768c
parent 3539 0f2f43f3f826
child 3541 5d71655eb6d4
inverse labels
ontology/ProvenanceOntology.owl
--- 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.