aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core/manifest.ttl
blob: 91dc35b250d337113d0641b51fe32b8049684669 (plain)
1
2
3
4
5
6
7
8
9
10
11
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix lv2:  <http://lv2plug.in/ns/lv2core#> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://lv2plug.in/ns/lv2core>
	a lv2:Specification ;
	lv2:minorVersion 6 ;
	lv2:microVersion 7 ;
	rdfs:seeAlso <lv2core.ttl> ,
		<lv2core.doap.ttl> .