aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/uri-map.lv2/uri-map.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/uri-map.lv2/uri-map.ttl')
-rw-r--r--lv2/uri-map.lv2/uri-map.ttl12
1 files changed, 12 insertions, 0 deletions
diff --git a/lv2/uri-map.lv2/uri-map.ttl b/lv2/uri-map.lv2/uri-map.ttl
new file mode 100644
index 0000000..8a7a043
--- /dev/null
+++ b/lv2/uri-map.lv2/uri-map.ttl
@@ -0,0 +1,12 @@
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix umap: <http://lv2plug.in/ns/ext/uri-map#> .
+
+<http://lv2plug.in/ns/ext/uri-map>
+ a lv2:Feature ;
+ owl:deprecated true ;
+ rdfs:label "LV2 URI Map" ;
+ rdfs:comment "A feature for mapping URIs to integers." ;
+ rdfs:seeAlso <uri-map.meta.ttl> .