extended eg
authorTim L <lebot@rpi.edu>
Sun, 25 Nov 2012 16:43:14 -0500
changeset 5006 7d89d548b80a
parent 5005 db2e43d88aa2
child 5007 3df04f313a40
extended eg
examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl
--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl	Sun Nov 25 16:38:38 2012 -0500
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl	Sun Nov 25 16:43:14 2012 -0500
@@ -51,23 +51,21 @@
 :post9821v1
    a sioc:Post, prov:Entity;   
    sioc:title "More crime happens in cities";
-   prov:wasGeneratedBy :publicationActivity1123;
-   prov:atLocation     :more-crime-happens-in-cities;  ## PERMALINK to the (latest revision of the) post
-   my:snapshotContent  :postContent0;                  ## Snapshot with the content of this version
-   prov:wasInfluencedBy  :aggregatedByRegions;         ## This blog was influenced by Derek's data analysis.
-   prov:hadPrimarySource :crimeData;                   ## The results in this blog derive from the crime data originally gathered by the government.
-                                                       ## The author stated that he based his post in the aggregatedByRegions file, 
-                                                       ## but the primary source is the file created by the government.
-   prov:wasAttributedTo   :derek;
+   prov:atLocation       :more-crime-happens-in-cities; ## PERMALINK to the latest revision of the post.
    prov:generatedAtTime "2011-07-16T01:52:02Z"^^xsd:dateTime;
+   prov:wasAttributedTo  :derek;
+   prov:wasGeneratedBy   :publicationActivity1123;
+   prov:wasInfluencedBy  :aggregatedByRegions; ## This blog was influenced by Derek's data analysis.
+   prov:hadPrimarySource :crimeData;           ## Derek's blog derives from the crime data originally gathered by the government.
+   my:snapshotContent    :postContent0;        ## Snapshot with the content of this version
 .
 
 ## Version 2 of the post
 
 :post9821v2
    a sioc:Post, prov:Entity;
-   prov:atLocation       :more-crime-happens-in-cities;  ## PERMALINK to the (latest revision of the) post
-   my:snapshotContent    :postContent1;                  ## Snapshot with the content of this version
+   prov:atLocation       :more-crime-happens-in-cities; ## PERMALINK to the (latest revision of the) post
+   my:snapshotContent    :postContent1;                 ## Snapshot with the content of this version
    prov:wasRevisionOf    :post9821v1;
    prov:alternateOf      :post9821v1;
    prov:wasAttributedTo  :derek;