aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-03-16 04:49:42 -0400
committerDavid Robillard <d@drobilla.net>2015-03-16 04:49:42 -0400
commit4985c77f6c10df405cce02861fe885d131644b83 (patch)
treeaaf95a92386e5fb2c25d8da6807c650ceac84457 /lv2/lv2plug.in/ns/lv2core
parent312614efa16da12a230d0ef7a918fd396d9972e3 (diff)
downloadlv2-4985c77f6c10df405cce02861fe885d131644b83.tar.xz
Clean up and add missing labels.
Diffstat (limited to 'lv2/lv2plug.in/ns/lv2core')
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2core.ttl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
index c82f596..4b1ad7d 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
@@ -126,6 +126,7 @@ otherwise precisely describe their threading rules.</p>
lv2:PluginBase
a rdfs:Class ,
owl:Class ;
+ rdfs:label "Plugin Base" ;
lv2:documentation """
<p>An abstract plugin-like resource that MAY not actually be an LV2 plugin
(e.g. may not actually have a plugin binary).</p>