aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/state/state.meta.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/state/state.meta.ttl')
-rw-r--r--lv2/state/state.meta.ttl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lv2/state/state.meta.ttl b/lv2/state/state.meta.ttl
index 3c0fc43..59c9092 100644
--- a/lv2/state/state.meta.ttl
+++ b/lv2/state/state.meta.ttl
@@ -301,9 +301,9 @@ when it is called with URI LV2_STATE__interface.
The plugin data file should describe this like so:
:::turtle
- @prefix state: <http://lv2plug.in/ns/ext/state#> .
+ @prefix state: <http://lv2plug.in/ns/ext/state#> .
- &lt;plugin&gt;
+ <plugin>
a lv2:Plugin ;
lv2:extensionData state:interface .
@@ -338,9 +338,9 @@ state:state
This property may be used anywhere a state needs to be described, for example:
:::turtle
- @prefix eg: &lt;http://example.org/&gt; .
+ @prefix eg: <http://example.org/> .
- &lt;plugin-instance&gt;
+ <plugin-instance>
state:state [
eg:somekey "some value" ;
eg:someotherkey "some other value" ;