aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/worker/worker.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/worker/worker.ttl')
-rw-r--r--lv2/worker/worker.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/worker/worker.ttl b/lv2/worker/worker.ttl
index 30976a7..cb8a81a 100644
--- a/lv2/worker/worker.ttl
+++ b/lv2/worker/worker.ttl
@@ -6,10 +6,10 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://lv2plug.in/ns/ext/worker>
- a owl:Ontology ,
- lv2:Specification ;
+ a owl:Ontology ;
rdfs:label "LV2 Worker" ;
rdfs:comment "Support for doing non-realtime work in plugins." ;
+ owl:imports <http://lv2plug.in/ns/lv2core> ;
rdfs:seeAlso <worker.h> ,
<worker.meta.ttl> .