diff options
author | David Robillard <d@drobilla.net> | 2020-03-19 16:39:30 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-28 17:10:05 +0100 |
commit | d88f5d91944a246a35bf366ef760d2d80e8d619a (patch) | |
tree | 4cb7827f4845d573f842936a15dddde7e31305dd /lv2 | |
parent | b86c039bb32a28525df9afe26154d0e90698cb31 (diff) | |
download | lv2-d88f5d91944a246a35bf366ef760d2d80e8d619a.tar.xz |
Add missing namespace prefix in example snippet
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/patch/patch.ttl | 1 |
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: <http://example.org/> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . eg:title a rdf:Property ; |