diff rdf/generator/template-generator.cpp @ 154:d7dcc37161e6

* slightly more sensible placeholders; some minor textual changes
author cannam
date Wed, 25 Jun 2008 11:48:25 +0000
parents 3ec175bf5249
children aa258ff1511e
line wrap: on
line diff
--- a/rdf/generator/template-generator.cpp	Wed Jun 25 11:47:25 2008 +0000
+++ b/rdf/generator/template-generator.cpp	Wed Jun 25 11:48:25 2008 +0000
@@ -94,8 +94,8 @@
     dc:title              \""+plugin->getName()+"\" ;\n\
     vamp:name             \""+plugin->getName()+"\" ;\n\
     dc:description        \""+plugin->getDescription()+"\" ;\n\
-    foaf:maker            [ foaf:name \""+plugin->getMaker()+"\"] ; # FIXME could give plugin author's URI here\n\
-    cc:license            <FIXME license for the plugin> ; \n\
+    foaf:maker            [ foaf:name \""+plugin->getMaker()+"\" ] ; # FIXME could give plugin author's URI here\n\
+#   cc:license            <Place plugin license URI here and uncomment> ; \n\
     vamp:identifier       \""+plugin->getIdentifier()+"\" ;\n\
     vamp:vamp_API_version vamp:api_version_"+to_string(plugin->getVampApiVersion())+" ;\n\
     owl:versionInfo       \""+to_string(plugin->getPluginVersion())+"\" ;\n";
@@ -293,8 +293,8 @@
     }
 
     //There is no way to know this in advance, but we can use the km a bit for this.
-    res+="    vamp:computes_feature_type  <FIXME feature type URI> ;\n";
-    res+="    vamp:computes_event_type    <FIXME event type URI> ;\n";
+    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+="    .\n";
 
     return res;