extended eg
authorTim L <lebot@rpi.edu>
Sun, 25 Nov 2012 16:45:45 -0500
changeset 5007 3df04f313a40
parent 5006 7d89d548b80a
child 5008 44c8db02ffa5
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:43:14 2012 -0500
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl	Sun Nov 25 16:45:45 2012 -0500
@@ -50,27 +50,17 @@
 
 :post9821v1
    a sioc:Post, prov:Entity;   
-   sioc:title "More crime happens in cities";
    prov:atLocation       :more-crime-happens-in-cities; ## PERMALINK to the latest revision of the post.
-   prov:generatedAtTime "2011-07-16T01:52:02Z"^^xsd:dateTime;
+   sioc:title            "More crime happens in cities";
    prov:wasAttributedTo  :derek;
+   prov:generatedAtTime  "2011-07-16T01:52:02Z"^^xsd:dateTime;
    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.
+   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:wasRevisionOf    :post9821v1;
-   prov:alternateOf      :post9821v1;
-   prov:wasAttributedTo  :derek;
-.
-
 :publicationActivity1123 
    a prov:Activity;
    prov:wasStartedBy      :derek;
@@ -82,3 +72,14 @@
    prov:wasEndedBy        :derek;
    prov:endedAtTime       "2011-07-16T01:52:02Z"^^xsd:dateTime;
 .
+
+## 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.
+   prov:wasAttributedTo  :derek;
+   prov:wasRevisionOf    :post9821v1;
+   prov:alternateOf      :post9821v1;
+   my:snapshotContent    :postContent1;                 ## Snapshot with the content of this version
+.