Fixed detail about primary source
authordgarijo
Thu, 26 Jul 2012 19:08:24 +0200
changeset 4256 2731f3395250
parent 4255 93bcd6d721ca
child 4257 37e158224b63
Fixed detail about primary source
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	Thu Jul 26 04:19:48 2012 +0200
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl	Thu Jul 26 19:08:24 2012 +0200
@@ -28,12 +28,19 @@
       a prov:SoftwareAgent, prov:Agent;      ## Typically prov:Agent will be inferred from prov:SoftwareAgent
       foaf:name "Post Editor 3000";
    .   
+   
+   :government  a prov:Organization, foaf:Organization .
 
    :aggregatedByRegions
       a prov:Entity;
       prov:atLocation <file://Users/aggr.txt>;
    .
    
+   :crimeData
+	  a prov:Entity;
+	  prov:wasAttributedTo :government;
+   .
+   
    :more-crime-happens-in-cities
     a prov:Location, sioc:Post, prov:Entity;
     sioc:latest_version :post9821v2;
@@ -48,9 +55,9 @@
       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
       sioc:title "More crime happens in cities"^^xsd:string;
-      prov:hadPrimarySource :aggregatedByRegions;         ## This version of the post used the file "aggregatedByRegions" as a primary source. 
-                                                          ## Since the author stated that he based his post in the file, 
-                                                          ## the system used this relationship to keep the attribution clear.
+      prov:hadPrimarySource :crimeData; 			      ## This version of the post used the file "crimeData" as a primary source. 
+                                                          ## 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:generatedAtTime "2011-07-16T01:52:02Z"^^xsd:dateTime;
    .