diff options
author | David Robillard <d@drobilla.net> | 2012-01-13 02:29:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-13 02:29:37 +0000 |
commit | 57c15c275d2af380802f6070504c7d6e33cf6e4b (patch) | |
tree | a81d353aa9559f2f70263d4dc33a5e3b02ee0613 /lv2/ns/ext/log/manifest.ttl | |
parent | 2a51057367d2ac39988cf97635975868062a8475 (diff) | |
download | lv2-57c15c275d2af380802f6070504c7d6e33cf6e4b.tar.xz |
Add log extension
Diffstat (limited to 'lv2/ns/ext/log/manifest.ttl')
-rw-r--r-- | lv2/ns/ext/log/manifest.ttl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lv2/ns/ext/log/manifest.ttl b/lv2/ns/ext/log/manifest.ttl new file mode 100644 index 0000000..7d00e2e --- /dev/null +++ b/lv2/ns/ext/log/manifest.ttl @@ -0,0 +1,9 @@ +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<http://lv2plug.in/ns/ext/log> + a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 1 ; + rdfs:seeAlso <log.ttl> . + |