diff options
Diffstat (limited to 'manifest.ttl')
-rw-r--r-- | manifest.ttl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifest.ttl b/manifest.ttl new file mode 100644 index 0000000..1320168 --- /dev/null +++ b/manifest.ttl @@ -0,0 +1,5 @@ +@prefix lv2: <http://lv2plug.in/ns/lv2core#>. +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. + <http://example.org/super_saw> + a lv2:Plugin; + rdfs:seeAlso <super_saw.ttl>. |