comparison rdf/generator/template-generator.cpp @ 224:11588ad1cc3b

* Remove vamp:copyright_note -- the existing dc:rights is suitable, it seems
author cannam
date Tue, 04 Nov 2008 17:13:25 +0000
parents 2d713ece8dbf
children 90e3acb4a728
comparison
equal deleted inserted replaced
223:2a57bd3eee76 224:11588ad1cc3b
108 "plugbase:"+plugin->getIdentifier()+" a vamp:Plugin ;\n\ 108 "plugbase:"+plugin->getIdentifier()+" a vamp:Plugin ;\n\
109 dc:title \""+plugin->getName()+"\" ;\n\ 109 dc:title \""+plugin->getName()+"\" ;\n\
110 vamp:name \""+plugin->getName()+"\" ;\n\ 110 vamp:name \""+plugin->getName()+"\" ;\n\
111 dc:description \"\"\""+plugin->getDescription()+"\"\"\" ;\n\ 111 dc:description \"\"\""+plugin->getDescription()+"\"\"\" ;\n\
112 foaf:maker [ foaf:name \""+plugin->getMaker()+"\" ] ; # FIXME could give plugin author's URI here\n\ 112 foaf:maker [ foaf:name \""+plugin->getMaker()+"\" ] ; # FIXME could give plugin author's URI here\n\
113 vamp:copyright_note \"\"\""+plugin->getCopyright()+"\"\"\" ;\n\ 113 dc:rights \"\"\""+plugin->getCopyright()+"\"\"\" ;\n\
114 # cc:license <Place plugin license URI here and uncomment> ; \n\ 114 # cc:license <Place plugin license URI here and uncomment> ; \n\
115 vamp:identifier \""+plugin->getIdentifier()+"\" ;\n\ 115 vamp:identifier \""+plugin->getIdentifier()+"\" ;\n\
116 vamp:vamp_API_version vamp:api_version_"+to_string(plugin->getVampApiVersion())+" ;\n\ 116 vamp:vamp_API_version vamp:api_version_"+to_string(plugin->getVampApiVersion())+" ;\n\
117 owl:versionInfo \""+to_string(plugin->getPluginVersion())+"\" ;\n"; 117 owl:versionInfo \""+to_string(plugin->getPluginVersion())+"\" ;\n";
118 if (plugin->getInputDomain() == Vamp::Plugin::FrequencyDomain) 118 if (plugin->getInputDomain() == Vamp::Plugin::FrequencyDomain)