expanded eg provo
authorTim L <lebot@rpi.edu>
Mon, 26 Nov 2012 10:03:09 -0500
changeset 5096 e996e40071a5
parent 5095 745fde25f17d
child 5097 a1c04027009a
expanded eg provo
examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.ttl
--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.ttl	Mon Nov 26 09:51:17 2012 -0500
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.ttl	Mon Nov 26 10:03:09 2012 -0500
@@ -2,19 +2,18 @@
 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
 @prefix sioc: <http://rdfs.org/sioc/ns#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix my:   <http://example.org#my> .
 @prefix :     <http://example.org#> .
 
 <>
-   a prov:Bundle, prov:Entity ;
+   a prov:Bundle, prov:Entity;
    prov:wasAttributedTo :postEditor;
-   prov:generatedAtTime "2011-07-16T20:52:02Z"^^xsd:dateTime;
+   prov:generatedAtTime "2011-07-16T03:03:03Z"^^xsd:dateTime;
 .
 
 :monica
-   a prov:Person, prov:Agent, foaf:Person;
+   a prov:Person, prov:Agent;
    foaf:givenName "Monica";
-   foaf:mbox      <mailto:monica@example.org>
+   foaf:mbox      <mailto:monica@example.org>;
 .
 
 ## Revised post for a different audience is a new resource.
@@ -23,11 +22,7 @@
    a sioc:Post, prov:Entity;
    sioc:title "More crime happens in cities (for dummies)";
    prov:wasAttributedTo  :monica;
-   prov:atLocation       :more-crime-happens-in-cities-for-dummies; ## PERMALINK to the (latest revision of the) post
-   my:snapshotContent    :postContent2;                             ## Snapshot with the content of this version
-   prov:specializationOf :more-crime-happens-in-cities;             ## This post is an specialization of the post initially created by Derek.
-   prov:alternateOf      :post9821v2;                               ## This post is an alternate of the second version modified by Derek.
-   prov:wasInfluencedBy  :aggregatedByRegions;                      ## If the file hadn't existed, Monica would have not written the post.
-                                                                    ## However the file is not what Monica used as primary source for writting the new post,
-                                                                    ## so we can't consider the post to have "been derived from" it.
+   prov:alternateOf      :more-crime-happens-in-cities;    ## This post is an alternate of Derek's blog.
+   prov:value            "A quick overview of Derek's..."; ## Snapshot with the content of this version
+   prov:wasRevisionOf    :post9821v2;                      ## Monica rewrote Derek's version 2 to create hers.
 .