aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/core
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-19 16:38:55 +0100
committerDavid Robillard <d@drobilla.net>2020-03-28 17:10:05 +0100
commitb86c039bb32a28525df9afe26154d0e90698cb31 (patch)
tree780e2ad265735a52d28d7633bdc84df6ae075fdb /lv2/core
parent329637e5b3d74ddf2f3f37414158aa83d6f0e873 (diff)
downloadlv2-b86c039bb32a28525df9afe26154d0e90698cb31.tar.xz
Add missing labels and a test to prevent this in the future
Diffstat (limited to 'lv2/core')
-rw-r--r--lv2/core/lv2core.ttl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/core/lv2core.ttl b/lv2/core/lv2core.ttl
index 2f5ebc3..1f62018 100644
--- a/lv2/core/lv2core.ttl
+++ b/lv2/core/lv2core.ttl
@@ -9,6 +9,7 @@ lv2:Specification
a rdfs:Class ,
owl:Class ;
rdfs:subClassOf doap:Project ;
+ rdfs:label "Specification" ;
lv2:documentation """
<p>An LV2 specification (i.e. this specification, or an LV2 extension).</p>