diff options
Diffstat (limited to 'ext/host-info.lv2/host-info.ttl')
-rw-r--r-- | ext/host-info.lv2/host-info.ttl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/host-info.lv2/host-info.ttl b/ext/host-info.lv2/host-info.ttl index d19a7a4..38bdd2d 100644 --- a/ext/host-info.lv2/host-info.ttl +++ b/ext/host-info.lv2/host-info.ttl @@ -45,10 +45,11 @@ about LV2 hosts. Currently, the primary use of this specification is to describ extensions are supported by a given host.</p> <p>The extensions supported by a host can be described like this:</p> -<pre> +<pre class="turtle-code"> @prefix hi: <http://lv2plug.in/ns/ext/host-info#> . -<http://example.org/some-host> a hi:Host ; +<http://example.org/some-host> + a hi:Host ; doap:name "Foo Rack" ; hi:supportsExtension [ hi:extension <http://example.org/some-extension> ; |