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/contexts.lv2/contexts.ttl | |
parent | afa18d021931c3680f7bf15af0e1fe4ccb21802d (diff) | |
download | lv2-b13871307ed859dc31120a279af2a99482eb1f8e.tar.xz |
Fix rampant broken xsd prefixes.
Diffstat (limited to 'ext/contexts.lv2/contexts.ttl')
-rw-r--r-- | ext/contexts.lv2/contexts.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/contexts.lv2/contexts.ttl b/ext/contexts.lv2/contexts.ttl index 1f81dfa..85245b1 100644 --- a/ext/contexts.lv2/contexts.ttl +++ b/ext/contexts.lv2/contexts.ttl @@ -27,7 +27,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#> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . |