aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core/manifest.ttl
blob: d331434f18403f452f6d20db7fea9f79064280cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@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 15 ;
	lv2:microVersion 0 ;
	rdfs:seeAlso <lv2core.ttl> .

<http://lv2plug.in/ns/lv2>
	a doap:Project ;
	rdfs:seeAlso <meta.ttl> .