repo.or.cz
/
lv2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Abstract all RDF stuff into 3 functions.
[lv2.git]
/
ext
/
dyn-manifest.lv2
/
manifest.ttl
blob
e5d09b4e27e3bd92a67d1e6ef8a65f37a40f389e
1
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
2
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3
4
<http://lv2plug.in/ns/ext/dyn-manifest>
5
a lv2:Specification ;
6
rdfs:seeAlso <dyn-manifest.ttl> .
7