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/uri-map | |
parent | d2bd47c38be8ca75385a8de5f8ce32003d790429 (diff) | |
download | lv2-ffea25768ab52cfa505d80e7b52fd5826933509b.tar.xz |
Make all specifications a lv2:Specification
Diffstat (limited to 'lv2/uri-map')
-rw-r--r-- | lv2/uri-map/uri-map.ttl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/uri-map/uri-map.ttl b/lv2/uri-map/uri-map.ttl index a62fb05..2a19182 100644 --- a/lv2/uri-map/uri-map.ttl +++ b/lv2/uri-map/uri-map.ttl @@ -5,7 +5,8 @@ @prefix umap: <http://lv2plug.in/ns/ext/uri-map#> . <http://lv2plug.in/ns/ext/uri-map> - a lv2:Feature ; + a lv2:Feature , + lv2:Specification ; owl:deprecated true ; rdfs:seeAlso <uri-map.h> , <lv2-uri-map.doap.ttl> ; |