diff rdf/RDFFeatureWriter.cpp @ 736:31ab733841d0 dataquay

A few bugfixes in RDF import and export
author Chris Cannam
date Thu, 24 May 2012 13:25:21 +0100
parents 79c0955f559c
children e802e550a1f2
line wrap: on
line diff
--- a/rdf/RDFFeatureWriter.cpp	Wed May 23 17:14:57 2012 +0100
+++ b/rdf/RDFFeatureWriter.cpp	Thu May 24 13:25:21 2012 +0100
@@ -391,7 +391,7 @@
            << "        tl:onTimeLine "
            << timelineURI << "\n    ] .\n\n";
 
-    stream << timelineURI << " a tl:Timeline .\n";
+    stream << timelineURI << " a tl:Timeline .\n\n";
 } 
 
 void