aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-11-14 13:34:21 -0500
committerDavid Robillard <d@drobilla.net>2015-11-14 13:34:21 -0500
commit86597819723ced56e9bbcbaf34fcfdebc9690197 (patch)
treec1a4bd81d0f34b83a79d29f5fe4a4c32d52098a5
parentbdf4a9486b1f6d2704dafadb9bcf61c5b0b4df12 (diff)
Add missing namespace prefixes
-rw-r--r--omins.lv2/manifest.ttl.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/omins.lv2/manifest.ttl.in b/omins.lv2/manifest.ttl.in
index 238991a..7b4de37 100644
--- a/omins.lv2/manifest.ttl.in
+++ b/omins.lv2/manifest.ttl.in
@@ -1,6 +1,8 @@
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix omins: <http://drobilla.net/plugins/omins/> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://drobilla.net/drobilla#me>
a foaf:Person ;