aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/data-access
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/data-access
parentd2bd47c38be8ca75385a8de5f8ce32003d790429 (diff)
downloadlv2-ffea25768ab52cfa505d80e7b52fd5826933509b.tar.xz
Make all specifications a lv2:Specification
Diffstat (limited to 'lv2/data-access')
-rw-r--r--lv2/data-access/data-access.ttl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/data-access/data-access.ttl b/lv2/data-access/data-access.ttl
index 384dd87..40cafd3 100644
--- a/lv2/data-access/data-access.ttl
+++ b/lv2/data-access/data-access.ttl
@@ -3,7 +3,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://lv2plug.in/ns/ext/data-access>
- a lv2:Feature ;
+ a lv2:Feature ,
+ lv2:Specification ;
rdfs:seeAlso <data-access.h> ,
<lv2-data-access.doap.ttl> ;
lv2:documentation """