aboutsummaryrefslogtreecommitdiffstats
path: root/core.lv2/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-18 08:24:56 +0000
committerDavid Robillard <d@drobilla.net>2011-03-18 08:24:56 +0000
commitc73f15a9a5c53f6615cc36da21ae2a18bb53c85f (patch)
tree84ca30ad13951aca5356cfe21bfc19d9c373609b /core.lv2/manifest.ttl
parentba4df0594bf8083b28d9e45c58df84d3d9783932 (diff)
downloadlv2-c73f15a9a5c53f6615cc36da21ae2a18bb53c85f.tar.xz
Sort prefix directives.
Diffstat (limited to 'core.lv2/manifest.ttl')
-rw-r--r--core.lv2/manifest.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/core.lv2/manifest.ttl b/core.lv2/manifest.ttl
index 4a068c8..994bfa9 100644
--- a/core.lv2/manifest.ttl
+++ b/core.lv2/manifest.ttl
@@ -1,8 +1,8 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://lv2plug.in/ns/lv2core>
a doap:Project , lv2:Specification , owl:Ontology;