From ffea25768ab52cfa505d80e7b52fd5826933509b Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sun, 16 Feb 2020 15:15:32 +0100
Subject: Make all specifications a lv2:Specification

---
 lv2/data-access/data-access.ttl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'lv2/data-access')

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 """
-- 
cgit v1.2.1