From 72c20ba0ec604b15fc62f11ccde5c32662f86f3a Mon Sep 17 00:00:00 2001
From: David Robillard
-@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> .
... where http://example.org/my-plugin
is the URI of the plugin,
http://example.org/my-ui
is the URI of the plugin UI and
--
cgit v1.2.1