aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/ns/lv2core/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-21 01:36:00 +0000
committerDavid Robillard <d@drobilla.net>2011-11-21 01:36:00 +0000
commiteb43c8896480114b224755e824fae2e2f7485256 (patch)
tree26e91bd8dc6421d2296a33991e90f7dcb546b079 /lv2/ns/lv2core/manifest.ttl
parentdf79255ccef7fb5d091e9d4e52f3c46545b53282 (diff)
downloadlv2-eb43c8896480114b224755e824fae2e2f7485256.tar.xz
Move ns to lv2/ns so repository top level can be used as an include dir directly.
Diffstat (limited to 'lv2/ns/lv2core/manifest.ttl')
-rw-r--r--lv2/ns/lv2core/manifest.ttl10
1 files changed, 10 insertions, 0 deletions
diff --git a/lv2/ns/lv2core/manifest.ttl b/lv2/ns/lv2core/manifest.ttl
new file mode 100644
index 0000000..cf23e82
--- /dev/null
+++ b/lv2/ns/lv2core/manifest.ttl
@@ -0,0 +1,10 @@
+@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 4 ;
+ lv2:microVersion 1 ;
+ rdfs:seeAlso <lv2core.ttl> , <lv2core.doap.ttl> . \ No newline at end of file