renamed delegation
authorSatya Sahoo <satya.sahoo@case.edu>
Sun, 19 Feb 2012 18:21:53 -0500
changeset 1612 4ee3021a9412
parent 1611 7552d9bb8d96
child 1613 e4fd2ac1a464
renamed delegation
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Sun Feb 19 18:20:44 2012 -0500
+++ b/ontology/ProvenanceOntology.owl	Sun Feb 19 18:21:53 2012 -0500
@@ -172,7 +172,7 @@
         <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="Delegation"/>
+        <rdfs:range rdf:resource="Responsibility"/>
     </owl:ObjectProperty>
     
 
@@ -646,16 +646,6 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov-o/Delegation -->
-
-    <owl:Class rdf:about="Delegation">
-        <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/Derivation -->
 
     <owl:Class rdf:about="Derivation">
@@ -789,6 +779,16 @@
     
 
 
+    <!-- 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">