--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_removed.ttl Fri Oct 26 14:46:26 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_removed.ttl Fri Oct 26 14:47:02 2012 -0400
@@ -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:DictionaryInfluence;
- prov:dictionary :c1;
- prov:removed "k1"^^xsd:string,
- 1337,
- 3.14;
- ];
-.