diff rdf/generator/template-generator.cpp @ 159:64709b340651

* Update to newer audio features ontology
author cannam
date Mon, 30 Jun 2008 17:00:43 +0000
parents 7c08ba8083b2
children 006a775133b1
line wrap: on
line diff
--- a/rdf/generator/template-generator.cpp	Wed Jun 25 12:20:22 2008 +0000
+++ b/rdf/generator/template-generator.cpp	Mon Jun 30 17:00:43 2008 +0000
@@ -294,8 +294,9 @@
     }
 
     //There is no way to know this in advance, but we can use the km a bit for this.
-    res+="#   vamp:computes_feature_type  <Place feature type URI here and uncomment> ;\n";
-    res+="#   vamp:computes_event_type    <Place event type URI here and uncomment> ;\n";
+    res+="#   vamp:computes_event_type   <Place event type URI here and uncomment> ;\n";
+    res+="#   vamp:computes_feature      <Place feature attribute URI here and uncomment> ;\n";
+    res+="#   vamp:computes_signal_type  <Place signal type URI here and uncomment> ;\n";
     res+="    .\n";
 
     return res;