expanded eg provo
authorTim L <lebot@rpi.edu>
Mon, 26 Nov 2012 10:45:15 -0500
changeset 5104 d90cd3ecbae2
parent 5103 319e68949d15
child 5105 28076efcaad4
expanded eg provo
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	Mon Nov 26 10:41:58 2012 -0500
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl	Mon Nov 26 10:45:15 2012 -0500
@@ -13,29 +13,6 @@
    prov:generatedAtTime "2012-08-08T08:08:08Z"^^xsd:dateTime;
 .
 
-:john 
-   a prov:Person, prov:Agent;
-   foaf:name "John";
-.
-
-# Rows of the post quoting post :post9821v1
-
-:quote_from_derek
-   a prov:Entity;
-   prov:value "Analysis of the datasets demonstrates that there is more crime.";
-   prov:wasQuotedFrom   :more-crime-happens-in-cities;
-   prov:generatedAtTime "2012-08-08T01:01:01Z"^^xsd:dateTime;
-.
-   
-# Rows of the post quoting post :post9821v2
-
-:quote_from_monica
-   a prov:Entity;
-   prov:value "In summary, there are clearly more crimes in the country.";
-   prov:wasQuotedFrom   :post9822;
-   prov:generatedAtTime "2012-08-08T02:02:02Z"^^xsd:dateTime;
-.
-
 :publicationActivity1124
    a prov:Activity;
    prov:wasAttributedTo :postEditor,
@@ -45,9 +22,29 @@
 
 :post19201
    a sioc:Post, prov:Entity;
-   prov:wasAttributedTo  :john;
-   prov:wasDerivedFrom   :quote_from_derek,
-                         :quote_from_monica,
-                         :aggregatedByRegions;
-   prov:wasGeneratedBy   :publicationActivity1124;
+   prov:wasAttributedTo :john;
+   prov:value "I'm not so sure that...";
+   prov:wasDerivedFrom :quote_from_derek,
+                       :quote_from_monica,
+                       :aggregatedByRegions;
+   prov:wasGeneratedBy :publicationActivity1124;
 .
+
+:john 
+   a prov:Person, prov:Agent;
+   foaf:name "John";
+.
+
+:quote_from_derek
+   a prov:Entity;
+   prov:value "Analysis of the datasets demonstrates that there is more crime.";
+   prov:wasQuotedFrom   :more-crime-happens-in-cities;
+   prov:generatedAtTime "2012-08-08T01:01:01Z"^^xsd:dateTime;
+.
+   
+:quote_from_monica
+   a prov:Entity;
+   prov:value "In summary, there are clearly more crimes in the country.";
+   prov:wasQuotedFrom   :post9822;
+   prov:generatedAtTime "2012-08-08T02:02:02Z"^^xsd:dateTime;
+.