wasDerivedBy renamed to hadActivity to follow naming conventions with hadUsage and hadActivity (on Derivation class).
authorTim L <lebot@rpi.edu>
Sun, 01 Apr 2012 11:20:41 -0400
changeset 2148 a94a7649a112
parent 2144 3369289fe002
child 2149 153d82fa343e
wasDerivedBy renamed to hadActivity to follow naming conventions with hadUsage and hadActivity (on Derivation class).
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Sun Apr 01 11:08:20 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Sun Apr 01 11:20:41 2012 -0400
@@ -208,6 +208,17 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#hadActivity -->
+
+    <owl:ObjectProperty rdf:about="&prov;hadActivity">
+        <prov:category>qualified</prov:category>
+        <rdfs:comment xml:lang="en">The activity generating the derived entity and using the derived-from entity.</rdfs:comment>
+        <rdfs:range rdf:resource="&prov;Activity"/>
+        <rdfs:domain rdf:resource="&prov;Derivation"/>
+    </owl:ObjectProperty>
+    
+
+
     <!-- http://www.w3.org/ns/prov#hadGeneration -->
 
     <owl:ObjectProperty rdf:about="&prov;hadGeneration">
@@ -605,17 +616,6 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#wasDerivedBy -->
-
-    <owl:ObjectProperty rdf:about="&prov;wasDerivedBy">
-        <rdfs:comment xml:lang="en">The activity generating the derived entity and using the derived-from entity.</rdfs:comment>
-        <prov:category>qualified</prov:category>
-        <rdfs:range rdf:resource="&prov;Activity"/>
-        <rdfs:domain rdf:resource="&prov;Derivation"/>
-    </owl:ObjectProperty>
-    
-
-
     <!-- http://www.w3.org/ns/prov#wasDerivedFrom -->
 
     <owl:ObjectProperty rdf:about="&prov;wasDerivedFrom">