is this file coming in or going out?
authorTim L <lebot@rpi.edu>
Fri, 26 Oct 2012 14:47:02 -0400
changeset 4573 4be9cac8fec4
parent 4572 ab0b4ed6e179
child 4574 2edbe20885c1
is this file coming in or going out?
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_removed.ttl
--- 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;
-   ];
-.