aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/ns/lv2core/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-08 04:56:24 +0000
committerDavid Robillard <d@drobilla.net>2012-02-08 04:56:24 +0000
commited78bbe5ba12be1f9bcc736f14c51da6b4f639f3 (patch)
tree653a2dfe33f3923da45a38fc04ed2106f93528f3 /lv2/ns/lv2core/manifest.ttl
parentb617875c6f3ad439d25ae166da79df839ebfdc71 (diff)
downloadlv2-ed78bbe5ba12be1f9bcc736f14c51da6b4f639f3.tar.xz
Rearrange tree so top level can be used as an include path for standard style LV2 includes.
Diffstat (limited to 'lv2/ns/lv2core/manifest.ttl')
-rw-r--r--lv2/ns/lv2core/manifest.ttl10
1 files changed, 0 insertions, 10 deletions
diff --git a/lv2/ns/lv2core/manifest.ttl b/lv2/ns/lv2core/manifest.ttl
deleted file mode 100644
index 5733b55..0000000
--- a/lv2/ns/lv2core/manifest.ttl
+++ /dev/null
@@ -1,10 +0,0 @@
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
-@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 ;
- lv2:minorVersion 6 ;
- lv2:microVersion 1 ;
- rdfs:seeAlso <lv2core.ttl> , <lv2core.doap.ttl> . \ No newline at end of file