diff options
author | David Robillard <d@drobilla.net> | 2011-10-27 15:42:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-10-27 15:42:46 +0000 |
commit | 50fc4c3dd2ac72311170436e455770f9c6814ffd (patch) | |
tree | e726df93aef0cfb6bd53e956a4ea1ecfa1d3b830 /ext/host-info.lv2 | |
parent | 9adcb3b918e11838464e183c5b4dd2036dc67a03 (diff) | |
download | lv2-50fc4c3dd2ac72311170436e455770f9c6814ffd.tar.xz |
Port lv2specgen to rdflib.
Diffstat (limited to 'ext/host-info.lv2')
-rw-r--r-- | ext/host-info.lv2/host-info.ttl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/host-info.lv2/host-info.ttl b/ext/host-info.lv2/host-info.ttl index 8289f02..d19a7a4 100644 --- a/ext/host-info.lv2/host-info.ttl +++ b/ext/host-info.lv2/host-info.ttl @@ -49,11 +49,11 @@ extensions are supported by a given host.</p> @prefix hi: <http://lv2plug.in/ns/ext/host-info#> . <http://example.org/some-host> a hi:Host ; - doap:name "Foo Rack" ; - hi:supportsExtension [ - hi:extension <http://example.org/some-extension> ; - hi:sinceVersion "1.2.0" - ] . + doap:name "Foo Rack" ; + hi:supportsExtension [ + hi:extension <http://example.org/some-extension> ; + hi:sinceVersion "1.2.0" + ] . </pre> """ . |