diff options
Diffstat (limited to 'plugins/eg-amp.lv2/manifest.ttl.in')
| -rw-r--r-- | plugins/eg-amp.lv2/manifest.ttl.in | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/eg-amp.lv2/manifest.ttl.in b/plugins/eg-amp.lv2/manifest.ttl.in index 48f9cb9..9d02b02 100644 --- a/plugins/eg-amp.lv2/manifest.ttl.in +++ b/plugins/eg-amp.lv2/manifest.ttl.in @@ -15,6 +15,11 @@  # triples.  Turtle is a simple, terse, abbreviated syntax for RDF.  # Namespace Prefixes +# +# Turtle files often contain many URIs.  To make this more readable, prefixes +# can be defined.  For example, with the lv2 prefix below, instead of +# <http://lv2plug.in/ns/lv2core#Plugin> the shorter form lv2:Plugin can be +# used.  This is just a shorthand for URIs, the prefixes are not significant.  @prefix lv2:  <http://lv2plug.in/ns/lv2core#> .  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .  |