aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom/atom.ttl
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/atom/atom.ttl
parentd2bd47c38be8ca75385a8de5f8ce32003d790429 (diff)
downloadlv2-ffea25768ab52cfa505d80e7b52fd5826933509b.tar.xz
Make all specifications a lv2:Specification
Diffstat (limited to 'lv2/atom/atom.ttl')
-rw-r--r--lv2/atom/atom.ttl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/atom/atom.ttl b/lv2/atom/atom.ttl
index f02ce64..ff21d5b 100644
--- a/lv2/atom/atom.ttl
+++ b/lv2/atom/atom.ttl
@@ -8,7 +8,8 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://lv2plug.in/ns/ext/atom>
- a owl:Ontology ;
+ a owl:Ontology ,
+ lv2:Specification ;
rdfs:seeAlso <atom.h> ,
<util.h> ,
<forge.h> ,