diff options
author | David Robillard <d@drobilla.net> | 2011-03-29 07:03:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-29 07:03:23 +0000 |
commit | b13871307ed859dc31120a279af2a99482eb1f8e (patch) | |
tree | 12792c59fdfb8b32df566a38704f4d7f9767d428 /ext/persist.lv2 | |
parent | afa18d021931c3680f7bf15af0e1fe4ccb21802d (diff) | |
download | lv2-b13871307ed859dc31120a279af2a99482eb1f8e.tar.xz |
Fix rampant broken xsd prefixes.
Diffstat (limited to 'ext/persist.lv2')
-rw-r--r-- | ext/persist.lv2/persist.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/persist.lv2/persist.ttl b/ext/persist.lv2/persist.ttl index 59e890c..c798af3 100644 --- a/ext/persist.lv2/persist.ttl +++ b/ext/persist.lv2/persist.ttl @@ -26,7 +26,7 @@ @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @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> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://lv2plug.in/ns/ext/persist> a lv2:Specification ; |