--- 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
+ ] .
+
+