fixed syntax errors
authorTim L <lebot@rpi.edu>
Fri, 20 Apr 2012 16:33:51 -0400
changeset 2429 d010308dc191
parent 2428 dcb6ab46b01b
child 2430 a346bccb3c52
fixed syntax errors
examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-example.ttl
--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-example.ttl	Fri Apr 20 16:32:55 2012 -0400
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-example.ttl	Fri Apr 20 16:33:51 2012 -0400
@@ -48,7 +48,7 @@
 		  a prov:Generation;
 		  prov:activity ex:publicationActivity1123;
 		  prov:atTime "2011-07-16T01:52:02Z"^^xsd:dateTime; 
-		  prov:atLocation <http://dbpedia.org/resource/Madrid>.
+		  prov:atLocation <http://dbpedia.org/resource/Madrid>;
 	   ];
 	   sioc:title "More crime happens in cities"^^xsd:string;
 	   prov:hadOriginalSource ex:aggregatedByRegions;
@@ -109,7 +109,7 @@
 		prov:wasAttributedTo ex:john;
 		prov:atLocation ex:is-there-really-more-crime;
 		ex:snapshotContent ex:postContent3;  
-		prov:wasQuotedFrom post9821v1, post9821v2;
+		prov:wasQuotedFrom ex:post9821v1, ex:post9821v2;
 		prov:hadOriginalSource ex:aggregatedByRegions
 	.
 }