aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/worker
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-02-16 15:15:32 +0100
committerDavid Robillard <d@drobilla.net>2020-02-16 16:04:48 +0100
commitffea25768ab52cfa505d80e7b52fd5826933509b (patch)
tree85d225aa9e4cc3b186fa62a0abb733ddbe39c659 /lv2/worker
parentd2bd47c38be8ca75385a8de5f8ce32003d790429 (diff)
downloadlv2-ffea25768ab52cfa505d80e7b52fd5826933509b.tar.xz
Make all specifications a lv2:Specification
Diffstat (limited to 'lv2/worker')
-rw-r--r--lv2/worker/worker.ttl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/worker/worker.ttl b/lv2/worker/worker.ttl
index 19c31d1..598769d 100644
--- a/lv2/worker/worker.ttl
+++ b/lv2/worker/worker.ttl
@@ -6,7 +6,8 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://lv2plug.in/ns/ext/worker>
- a owl:Ontology ;
+ a owl:Ontology ,
+ lv2:Specification ;
rdfs:seeAlso <worker.h> ,
<lv2-worker.doap.ttl> ;
lv2:documentation """