Fixed wasQuotedFrom example in the expanded terms section.
authordgarijo
Mon, 23 Apr 2012 14:22:34 +0200
changeset 2441 c0533c8fc434
parent 2439 5068ef761cff
child 2442 0c96776eecb4
Fixed wasQuotedFrom example in the expanded terms section.
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 Apr 23 09:15:41 2012 +0100
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl	Mon Apr 23 14:22:34 2012 +0200
@@ -15,11 +15,32 @@
 		a prov:Agent;
 	.
 	
+	#Rows of the post quoting post ex:post9821v1
+	ex:quote1
+		a prov:Entity;
+		ex:value "Analysis of the datasets demonstrate that there is more crime";
+		wasQuotedFrom ex:post9821v1.
+		
+	#Rows of the post quoting post ex:post9821v2
+	ex:quote2
+		a prov:Entity;
+		ex:value "In sumary, there are clearly more crimes in the country";
+		wasQuotedFrom ex:post9821v2.
+	
+	ex:publicationActivity1123
+		a prov:Axtivity;
+		prov:used ex:quote1,
+		          ex:quote2,
+				  ex:aggregatedByRegions;
+		prov:generated ex:post19201.
+		
+	
 	ex:post19201
 		a prov:Entity, sioc:Post;
 		prov:wasAttributedTo   ex:john;
-      prov:wasQuotedFrom     ex:post9821v1, 
-                             ex:post9821v2;
+        prov:wasDerivedFrom    ex:post9821v1, 
+                               ex:post9821v2;
+		prov:wasGeneratedBy    ex:publicationActivity1123;
 		prov:hadOriginalSource ex:aggregatedByRegions;
 	.
 }