mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 08:09:41 +02:00
8 lines
244 B
Turtle
8 lines
244 B
Turtle
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
|
|
<http://example.org/missing-port-name>
|
|
a lv2:Plugin ;
|
|
lv2:binary <missing_port_name@SHLIB_EXT@> ;
|
|
rdfs:seeAlso <missing_port_name.ttl> .
|