blob: b90407fa6d026865abe93522c0d651543a351640 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@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 ,
lv2:Specification ;
owl:deprecated true ;
rdfs:label "LV2 URI Map" ;
rdfs:comment "A feature for mapping URIs to integers." ;
rdfs:seeAlso <uri-map.h> ,
<uri-map.meta.ttl> .
|