diff options
author | David Robillard <d@drobilla.net> | 2020-02-16 15:15:32 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-02-16 16:04:48 +0100 |
commit | ffea25768ab52cfa505d80e7b52fd5826933509b (patch) | |
tree | 85d225aa9e4cc3b186fa62a0abb733ddbe39c659 /lv2/event | |
parent | d2bd47c38be8ca75385a8de5f8ce32003d790429 (diff) | |
download | lv2-ffea25768ab52cfa505d80e7b52fd5826933509b.tar.xz |
Make all specifications a lv2:Specification
Diffstat (limited to 'lv2/event')
-rw-r--r-- | lv2/event/event.ttl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/event/event.ttl b/lv2/event/event.ttl index b356666..ec309b8 100644 --- a/lv2/event/event.ttl +++ b/lv2/event/event.ttl @@ -5,7 +5,8 @@ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://lv2plug.in/ns/ext/event> - a owl:Ontology ; + a owl:Ontology , + lv2:Specification ; owl:deprecated true ; rdfs:seeAlso <event.h> , <event-helpers.h> , |