removal from
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Wed, 25 Apr 2012 15:53:10 +0100
changeset 2540 2a768c10de2f
parent 2539 ba1be118b3f1
child 2541 9ff8ac5c1e86
removal from
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_derivedByRemovalFrom.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_derivedByRemovalFrom.ttl	Wed Apr 25 15:51:03 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_derivedByRemovalFrom.ttl	Wed Apr 25 15:53:10 2012 +0100
@@ -4,4 +4,14 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-# TODO
+:c1 a prov:Dictionary .
+
+:c2 a prov:Dictionary, prov:Entity .
+    prov:derivedByRemovalFrom :c1 ;
+    prov:qualifiedRemoval [
+        a prov:Removal, prov:DictionaryInvolvement ;
+        prov:dictionary :c1 ;
+        prov:removedKey "k1"^^xsd:string, "k2"^^xsd:string 
+    ] .
+
+