blob: c0c33155a09297d96c5f76ca748e492d1304f1be (
plain)
1
2
3
4
5
6
7
8
|
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://lv2plug.in/ns/ext/options>
a lv2:Specification ;
lv2:minorVersion 1 ;
lv2:microVersion 2 ;
rdfs:seeAlso <options.ttl> .
|