1@prefix lv2:  <http://lv2plug.in/ns/lv2core#> .
2@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3@prefix ui:   <http://lv2plug.in/ns/extensions/ui#> .
4
5<http://yoshimi.sourceforge.net/lv2_plugin_multi>
6  a lv2:Plugin, lv2:InstrumentPlugin;
7  lv2:binary <yoshimi_lv2.so>;
8  rdfs:seeAlso <yoshimi.ttl>.
9
10<http://yoshimi.sourceforge.net/lv2_plugin>
11  a lv2:Plugin, lv2:InstrumentPlugin;
12  lv2:binary <yoshimi_lv2.so>;
13  rdfs:seeAlso <yoshimi.ttl>.
14
15<http://yoshimi.sourceforge.net/lv2_plugin#ExternalUI>
16    a <http://kxstudio.sf.net/ns/lv2ext/external-ui#Widget> ;
17    ui:binary <yoshimi_lv2.so> ;
18    lv2:requiredFeature <http://lv2plug.in/ns/ext/instance-access> .
19