1@prefix dct:  <http://purl.org/dc/terms/> .
2@prefix lv2:  <http://lv2plug.in/ns/lv2core#> .
3@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
4
5<http://moddevices.com/plugins/caps/SpiceX2>
6    a lv2:Plugin ;
7    dct:replaces <urn:ladspa:2607> ;
8    lv2:binary <SpiceX2.so> ;
9    rdfs:seeAlso <SpiceX2.ttl> ,
10                 <modgui.ttl> .
11