aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-19 16:39:30 +0100
committerDavid Robillard <d@drobilla.net>2020-03-28 17:10:05 +0100
commitd88f5d91944a246a35bf366ef760d2d80e8d619a (patch)
tree4cb7827f4845d573f842936a15dddde7e31305dd
parentb86c039bb32a28525df9afe26154d0e90698cb31 (diff)
downloadlv2-d88f5d91944a246a35bf366ef760d2d80e8d619a.tar.xz
Add missing namespace prefix in example snippet
-rw-r--r--lv2/patch/patch.ttl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/patch/patch.ttl b/lv2/patch/patch.ttl
index 3ccd840..dccdfd1 100644
--- a/lv2/patch/patch.ttl
+++ b/lv2/patch/patch.ttl
@@ -398,6 +398,7 @@ can present appropriate controls. For example:</p>
@prefix eg: &lt;http://example.org/&gt; .
@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
+@prefix xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt; .
eg:title
a rdf:Property ;
ref='#n128'>128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168