fixed parse issues provo eg
authorTim L <lebot@rpi.edu>
Wed, 23 May 2012 21:53:19 -0400
changeset 2935 3f3083c6a9eb
parent 2934 e87aeb9dcf27
child 2936 36653daca579
fixed parse issues provo eg
examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl
--- 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;