aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/options
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/options')
-rw-r--r--lv2/options/options.ttl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lv2/options/options.ttl b/lv2/options/options.ttl
index c7fe77e..f8388da 100644
--- a/lv2/options/options.ttl
+++ b/lv2/options/options.ttl
@@ -6,8 +6,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://lv2plug.in/ns/ext/options>
- a owl:Ontology ,
- lv2:Specification ;
+ a owl:Ontology ;
rdfs:label "LV2 Options" ;
rdfs:comment "Runtime options for LV2 plugins and UIs." ;
rdfs:seeAlso <options.h> ,