aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/core/manifest.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/core/manifest.ttl')
-rw-r--r--lv2/core/manifest.ttl14
1 files changed, 14 insertions, 0 deletions
diff --git a/lv2/core/manifest.ttl b/lv2/core/manifest.ttl
new file mode 100644
index 0000000..d331434
--- /dev/null
+++ b/lv2/core/manifest.ttl
@@ -0,0 +1,14 @@
+@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 lv2:Specification ;
+ lv2:minorVersion 15 ;
+ lv2:microVersion 0 ;
+ rdfs:seeAlso <lv2core.ttl> .
+
+<http://lv2plug.in/ns/lv2>
+ a doap:Project ;
+ rdfs:seeAlso <meta.ttl> .