blob: 166e231df1bef76be25a7f174b0731fad0804ac0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@prefix ia: <http://lv2plug.in/ns/ext/instance-access#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://lv2plug.in/ns/ext/instance-access>
a lv2:Feature ,
lv2:Specification ;
rdfs:label "instance access" ;
rdfs:comment "A feature that provides access to a plugin instance." ;
rdfs:seeAlso <instance-access.h> ,
<instance-access.meta.ttl> .
|