aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-08 00:28:38 +0100
committerDavid Robillard <d@drobilla.net>2017-02-08 00:28:38 +0100
commit0fc02cfb7cbe7f29149e67f8355192b5ceb8a1db (patch)
treef52961f40e512d5d1798c7a40b48d27a27d141ac /lv2/lv2plug.in/ns/lv2core/manifest.ttl
parentb36868f3b96a436961c0c51b5b2dd71d05da9b12 (diff)
downloadlv2-0fc02cfb7cbe7f29149e67f8355192b5ceb8a1db.tar.xz
Add lv2_validate utility
Diffstat (limited to 'lv2/lv2plug.in/ns/lv2core/manifest.ttl')
-rw-r--r--lv2/lv2plug.in/ns/lv2core/manifest.ttl5
1 files changed, 5 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/manifest.ttl b/lv2/lv2plug.in/ns/lv2core/manifest.ttl
index 1b60ca8..5c3f7a2 100644
--- a/lv2/lv2plug.in/ns/lv2core/manifest.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/manifest.ttl
@@ -1,3 +1,4 @@
+@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#> .
@@ -7,3 +8,7 @@
lv2:minorVersion 14 ;
lv2:microVersion 0 ;
rdfs:seeAlso <lv2core.ttl> .
+
+<http://lv2plug.in/ns/lv2>
+ a doap:Project ;
+ rdfs:seeAlso <meta.ttl> .