diff options
author | David Robillard <d@drobilla.net> | 2012-03-25 18:28:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-25 18:28:47 +0000 |
commit | 58c3f34d861b6bc3b7a4761bdc7100fd0d530d84 (patch) | |
tree | 8b0b424a82fce3f493fac9b8b7044ef2bf1c9f5c /lv2/lv2plug.in/ns/people/manifest.ttl | |
parent | ec4f54e90f2f9872db34c5c867b150623e1498eb (diff) | |
download | lv2-58c3f34d861b6bc3b7a4761bdc7100fd0d530d84.tar.xz |
Move people information in to a common place.
Diffstat (limited to 'lv2/lv2plug.in/ns/people/manifest.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/people/manifest.ttl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/people/manifest.ttl b/lv2/lv2plug.in/ns/people/manifest.ttl new file mode 100644 index 0000000..56bd9c7 --- /dev/null +++ b/lv2/lv2plug.in/ns/people/manifest.ttl @@ -0,0 +1,8 @@ +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<http://lv2plug.in/ns/people> + a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 0 ; + rdfs:seeAlso <people.ttl> . |