diff options
author | David Robillard <d@drobilla.net> | 2020-03-19 16:38:55 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-28 17:10:05 +0100 |
commit | b86c039bb32a28525df9afe26154d0e90698cb31 (patch) | |
tree | 780e2ad265735a52d28d7633bdc84df6ae075fdb /lv2/core | |
parent | 329637e5b3d74ddf2f3f37414158aa83d6f0e873 (diff) | |
download | lv2-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.ttl | 1 |
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> |