Christopher Arndt 75f3ce03b3 refactor: some file and object renaming
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2024-09-28 03:02:07 +02:00

9 lines
245 B
Turtle

@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<urn:nymph:examples:multimode-filter>
a lv2:Plugin ;
lv2:binary <libmultimodefilter.so> ;
rdfs:seeAlso <multimodefilter.ttl> .