removedKey, not removed
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Mon, 02 Apr 2012 11:12:47 +0100
changeset 2186 8d568458015a
parent 2185 d64e842daea9
child 2187 19f73c315767
removedKey, not removed
examples/eg-20-collections-exercise/rdf/eg-20-collections-exercise.ttl
--- a/examples/eg-20-collections-exercise/rdf/eg-20-collections-exercise.ttl	Mon Apr 02 11:04:42 2012 +0100
+++ b/examples/eg-20-collections-exercise/rdf/eg-20-collections-exercise.ttl	Mon Apr 02 11:12:47 2012 +0100
@@ -90,7 +90,7 @@
 prov:key a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:domain prov:KeyValuePair . 
 
-prov:removed a owl:DatatypeProperty ;
+prov:removedKey a owl:DatatypeProperty ;
     rdfs:domain prov:Removal .
 
 ### examples ###
@@ -155,7 +155,7 @@
     prov:qualifiedRemoval 
    [ a prov:Removal ;
      prov:collection :c2 ;
-     prov:removed "k1"^^xsd:string, "k3"^^xsd:string 
+     prov:removedKey "k1"^^xsd:string, "k3"^^xsd:string 
    ] .