--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl Wed May 30 22:10:22 2012 -0400
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl Wed May 30 22:11:46 2012 -0400
@@ -4,9 +4,9 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix ex: <http://example.org#> .
-ex:accountPost {
+ex:bundlePost {
- ex:accountPost a prov:Account .
+ ex:bundlePost a prov:Bundle .
ex:derek
a prov:Agent, foaf:Person;
--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl Wed May 30 22:10:22 2012 -0400
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl Wed May 30 22:11:46 2012 -0400
@@ -4,10 +4,10 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix : <http://example.org#> .
-:accountPost2 {
+:bundlePost2 {
- :accountPost2
- a prov:Account;
+ :bundlePost2
+ a prov:Bundle;
prov:hasAnnotation :noteMadeByParser;
.
--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt3.ttl Wed May 30 22:10:22 2012 -0400
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt3.ttl Wed May 30 22:11:46 2012 -0400
@@ -20,7 +20,7 @@
a prov:Organization;
.
- ex:accountPost2
+ ex:bundlePost2
ex:parsedDate "2011-08-16T00:00:02Z"^^xsd:dateTime;
.
}