diff options
Diffstat (limited to 'ext/osc.lv2/manifest.ttl')
-rw-r--r-- | ext/osc.lv2/manifest.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/osc.lv2/manifest.ttl b/ext/osc.lv2/manifest.ttl new file mode 100644 index 0000000..dc7c310 --- /dev/null +++ b/ext/osc.lv2/manifest.ttl @@ -0,0 +1,7 @@ +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<http://lv2plug.in/ns/ext/osc> + a lv2:Specification ; + rdfs:seeAlso <osc.ttl> . + |