From c2031edc1c82c3e760394b6363627caf25a7c256 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 24 Dec 2023 01:16:31 +0100 Subject: [PATCH] Add owl:Class to carla as lv2 project Signed-off-by: falkTX --- source/plugin/carla-lv2-export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";