nymph/examples/faustlpf.lv2/manifest.ttl

9 lines
222 B
Turtle

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