diff --git a/source/plugin/carla-lv2-export.cpp b/source/plugin/carla-lv2-export.cpp index c486b20fb..752f26c8c 100644 --- a/source/plugin/carla-lv2-export.cpp +++ b/source/plugin/carla-lv2-export.cpp @@ -130,7 +130,7 @@ static void writeManifestFile(PluginListManager& plm, const uint32_t microVersio // Project text += "\n"; - text += " a lv2:Project, doap:Project ;\n"; + text += " a owl:Ontology, lv2:Project, doap:Project ;\n"; text += " doap:homepage ;\n"; text += " doap:maintainer [\n"; text += " foaf:homepage ;\n";