diff options
-rw-r--r-- | omins.lv2/manifest.ttl.in | 4 |
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 ; |