aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/core
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/core
parentd2bd47c38be8ca75385a8de5f8ce32003d790429 (diff)
downloadlv2-ffea25768ab52cfa505d80e7b52fd5826933509b.tar.xz
Make all specifications a lv2:Specification
Diffstat (limited to 'lv2/core')
-rw-r--r--lv2/core/lv2core.ttl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/core/lv2core.ttl b/lv2/core/lv2core.ttl
index 5f8696c..2f5ebc3 100644
--- a/lv2/core/lv2core.ttl
+++ b/lv2/core/lv2core.ttl
@@ -36,7 +36,8 @@ devices). See <a href="http://www.w3.org/TR/xhtml-basic/#s_xhtmlmodules"
""" .
<http://lv2plug.in/ns/lv2core>
- a owl:Ontology ;
+ a owl:Ontology ,
+ lv2:Specification ;
rdfs:seeAlso <lv2.h> ,
<lv2_util.h> ,
<lv2core.doap.ttl> ;