diff options
Diffstat (limited to 'lv2/ui')
-rw-r--r-- | lv2/ui/ui.ttl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lv2/ui/ui.ttl b/lv2/ui/ui.ttl index 0e98844..6ff0ad9 100644 --- a/lv2/ui/ui.ttl +++ b/lv2/ui/ui.ttl @@ -7,8 +7,7 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/extensions/ui> - a owl:Ontology , - lv2:Specification ; + a owl:Ontology ; rdfs:label "LV2 UI" ; rdfs:comment "User interfaces for LV2 plugins." ; owl:imports <http://lv2plug.in/ns/lv2core> ; |