diff options
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> ;  |