13 lines
355 B
Turtle
13 lines
355 B
Turtle
@prefix doap: <http://usefulinc.com/ns/doap#> .
|
|
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
|
|
<http://lv2plug.in/ns/lv2core>
|
|
a lv2:Specification ;
|
|
lv2:minorVersion 16 ;
|
|
lv2:microVersion 0 ;
|
|
rdfs:seeAlso <lv2core.ttl> .
|
|
|
|
<http://lv2plug.in/ns/lv2>
|
|
a doap:Project ;
|
|
rdfs:seeAlso <meta.ttl> .
|