aboutsummaryrefslogtreecommitdiffstats
path: root/core.lv2/lv2.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/lv2.ttl
parentba4df0594bf8083b28d9e45c58df84d3d9783932 (diff)
downloadlv2-c73f15a9a5c53f6615cc36da21ae2a18bb53c85f.tar.xz
Sort prefix directives.
Diffstat (limited to 'core.lv2/lv2.ttl')
-rw-r--r--core.lv2/lv2.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl
index d41a184..774af7c 100644
--- a/core.lv2/lv2.ttl
+++ b/core.lv2/lv2.ttl
@@ -21,12 +21,12 @@
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
+@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
###########################
## General LV2 Resources ##