From 72c20ba0ec604b15fc62f11ccde5c32662f86f3a Mon Sep 17 00:00:00 2001 From: David Robillard <d@drobilla.net> Date: Mon, 21 Nov 2011 21:20:45 +0000 Subject: Prettify Turtle example. --- lv2/ns/ext/pui/pui.ttl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lv2') diff --git a/lv2/ns/ext/pui/pui.ttl b/lv2/ns/ext/pui/pui.ttl index c035e56..d305769 100644 --- a/lv2/ns/ext/pui/pui.ttl +++ b/lv2/ns/ext/pui/pui.ttl @@ -54,10 +54,12 @@ plugins. The UIs are code that reside in shared object files in an LV2 bundle and are referenced in the RDF data using the triples:</p> <pre class="turtle-code"> -@prefix pui: <http://lv2plug.in/ns/ext/pui#> . -<http://example.org/my-ui> a pui:Gtk2UI ; - lv2:appliesTo <http://example.org/my-plugin> ; - pui:binary <my-ui.so> . +@prefix pui: <http://lv2plug.in/ns/ext/pui#> . + +<http://example.org/my-ui> + a pui:Gtk2UI ; + lv2:appliesTo <http://example.org/my-plugin> ; + pui:binary <my-ui.so> . </pre> <p>... where <code>http://example.org/my-plugin</code> is the URI of the plugin, <code>http://example.org/my-ui</code> is the URI of the plugin UI and -- cgit v1.2.1