merge
authorTim L <lebot@rpi.edu>
Thu, 31 May 2012 13:49:44 -0400
changeset 3130 ccd7e2140c00
parent 3129 983ea544b71a (current diff)
parent 3128 b0ddb77e0e6d (diff)
child 3131 b6dfd8f8ea6c
merge
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt4.ttl	Thu May 31 13:49:44 2012 -0400
@@ -0,0 +1,17 @@
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix sioc: <http://rdfs.org/sioc/ns#> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix :   <http://example.org#> .
+
+:post19201
+      a prov:Entity, sioc:Post;
+	  prov:invalidatedAtTime "2012-09-02T01:31:00Z";
+	  prov:wasInvalidatedBy :hard_disk_failure;
+.
+
+:hard_disk_failure
+	  a prov:Activity;
+	  prov:wasEndedAt "2012-09-02T01:31:00Z";
+.
+	  
--- a/ontology/prov-o-html-sections/description-expanded-terms.inc.html	Thu May 31 13:49:32 2012 -0400
+++ b/ontology/prov-o-html-sections/description-expanded-terms.inc.html	Thu May 31 13:49:44 2012 -0400
@@ -77,12 +77,12 @@
 		   Agent <code>ex:John</code> also names the URI of the original source (<code>ex:aggregatedByRegions</code>). All the provenance statements related to his post
 		   are grouped in a new <span class="repeated">prov:Bundle</span> (<code>ex:bundlePost2</code>).
 		   
-		   Finally, a web crawler (<code>ex:boogleParser</code>) parses the second post. The crawler acts in behalf of Boogle, an organization that want to index the posts. It also adds an 
-		   annotation on the second bundle (<code>ex:bundlePost2</code>), stating at which date the parsing was made.
+		   Unfortunately, there is a problem in the servers where <code>:post19201</code> is being stored, and all the data related to the post is lost. Thus, the system
+		   invalidates the entity automatically and notifies John about the error.
 		   </p> 		   
 		   
          <div about="#narrative-example-expanded-3" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
             <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt3.ttl"
-                 class="example">{% escape %}{% include "includes/prov/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt3.ttl" %}{% endescape %}</pre>
+                 class="example">{% escape %}{% include "includes/prov/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt4.ttl" %}{% endescape %}</pre>
          </div>
 	  </section>