--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl Wed May 23 21:50:22 2012 -0400
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl Wed May 23 21:53:19 2012 -0400
@@ -15,25 +15,26 @@
a prov:Agent;
.
- #Rows of the post quoting post :post9821v1
+ # Rows of the post quoting post :post9821v1
+
:quote1
a prov:Entity;
- :value "Analysis of the datasets demonstrate that there is more crime";
- wasQuotedFrom :post9821v1.
+ prov:value "Analysis of the datasets demonstrate that there is more crime";
+ prov:wasQuotedFrom :post9821v1.
- #Rows of the post quoting post :post9821v2
+ # Rows of the post quoting post :post9821v2
+
:quote2
a prov:Entity;
- :value "In sumary, there are clearly more crimes in the country";
- wasQuotedFrom :post9821v2.
+ prov:value "In sumary, there are clearly more crimes in the country";
+ prov:wasQuotedFrom :post9821v2.
:publicationActivity1123
a prov:Axtivity;
prov:used :quote1,
:quote2,
- :aggregatedByRegions;
+ :aggregatedByRegions;
prov:generated :post19201.
-
:post19201
a prov:Entity, sioc:Post;