changeset 587:94054c97c76a

* Add forgotten angle brackets to signal type URI
author Chris Cannam
date Wed, 13 May 2009 12:59:07 +0000
parents 4ab8e8f7d7ed
children d04b8674b710
files rdf/RDFFeatureWriter.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rdf/RDFFeatureWriter.cpp	Wed May 13 12:49:22 2009 +0000
+++ b/rdf/RDFFeatureWriter.cpp	Wed May 13 12:59:07 2009 +0000
@@ -630,7 +630,7 @@
                 stream << ":signal_type_" << outputId << " ;\n";
             }
         } else {
-            stream << signalTypeURI << " ;\n";
+            stream << "<" << signalTypeURI << "> ;\n";
         }
 
         stream << "    mo:time ["