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