diff options
author | David Robillard <d@drobilla.net> | 2011-11-20 23:08:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-20 23:08:57 +0000 |
commit | 725d4a404b838da6b67d9da66228a1125bddef57 (patch) | |
tree | a1daab3d767c85b1b67ff3a9eb60d54721b2e5fc /ns/lv2core/manifest.ttl | |
parent | 5ae0165d6d0420e95e22c1451e319b9e83398c28 (diff) | |
download | lv2-725d4a404b838da6b67d9da66228a1125bddef57.tar.xz |
Lay out repository structure to match include and URI structure.
Treat lv2core like all the other specifications in gendoc.py.
Diffstat (limited to 'ns/lv2core/manifest.ttl')
-rw-r--r-- | ns/lv2core/manifest.ttl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ns/lv2core/manifest.ttl b/ns/lv2core/manifest.ttl new file mode 100644 index 0000000..cf23e82 --- /dev/null +++ b/ns/lv2core/manifest.ttl @@ -0,0 +1,10 @@ +@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 doap:Project , lv2:Specification , owl:Ontology ; + lv2:minorVersion 4 ; + lv2:microVersion 1 ; + rdfs:seeAlso <lv2core.ttl> , <lv2core.doap.ttl> .
\ No newline at end of file |