removed eg
authorTim L <lebot@rpi.edu>
Mon, 18 Jun 2012 00:53:52 -0700
changeset 3389 d508a1965bc0
parent 3388 531d81451051
child 3390 4631d75ac764
removed eg
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_removed.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_removedKey.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_removed.ttl	Mon Jun 18 00:51:32 2012 -0700
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_removed.ttl	Mon Jun 18 00:53:52 2012 -0700
@@ -4,4 +4,16 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-# TODO
+:c2 
+   a prov:Dictionary, 
+     prov:Entity;
+   prov:derivedByRemovalFrom :c1;
+   prov:qualifiedRemoval [
+      a prov:Removal, 
+        prov:DictionaryInvolvement;
+      prov:dictionary :c1;
+      prov:removed "k1"^^xsd:string, 
+                    1337, 
+                    3.14;
+   ];
+.
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_removedKey.ttl	Mon Jun 18 00:51:32 2012 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
-@prefix owl:  <http://www.w3.org/2002/07/owl#> .
-@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
-
-:c2 
-   a prov:Dictionary, 
-     prov:Entity;
-   prov:derivedByRemovalFrom :c1;
-   prov:qualifiedRemoval [
-      a prov:Removal, 
-        prov:DictionaryInvolvement;
-      prov:dictionary :c1;
-      prov:removedKey "k1"^^xsd:string, 
-                       1337, 
-                       3.14;
-   ];
-.