aboutsummaryrefslogtreecommitdiffstats
path: root/ext/atom.lv2/atom.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-29 07:03:23 +0000
committerDavid Robillard <d@drobilla.net>2011-03-29 07:03:23 +0000
commitb13871307ed859dc31120a279af2a99482eb1f8e (patch)
tree12792c59fdfb8b32df566a38704f4d7f9767d428 /ext/atom.lv2/atom.ttl
parentafa18d021931c3680f7bf15af0e1fe4ccb21802d (diff)
downloadlv2-b13871307ed859dc31120a279af2a99482eb1f8e.tar.xz
Fix rampant broken xsd prefixes.
Diffstat (limited to 'ext/atom.lv2/atom.ttl')
-rw-r--r--ext/atom.lv2/atom.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/atom.lv2/atom.ttl b/ext/atom.lv2/atom.ttl
index ff0cf7e..10b2aac 100644
--- a/ext/atom.lv2/atom.ttl
+++ b/ext/atom.lv2/atom.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/atom>
a lv2:Specification ;