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.ttl7
1 files changed, 4 insertions, 3 deletions
diff --git a/lv2/core/manifest.ttl b/lv2/core/manifest.ttl
index 286d1d0..870ab1b 100644
--- a/lv2/core/manifest.ttl
+++ b/lv2/core/manifest.ttl
@@ -1,5 +1,5 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://lv2plug.in/ns/lv2core>
@@ -10,5 +10,6 @@
<http://lv2plug.in/ns/lv2>
a doap:Project ;
- rdfs:seeAlso <meta.ttl> ;
- rdfs:seeAlso <people.ttl> .
+ rdfs:seeAlso <meta.ttl> ,
+ <people.ttl> .
+