diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/worker')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/worker/worker.ttl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lv2/lv2plug.in/ns/ext/worker/worker.ttl b/lv2/lv2plug.in/ns/ext/worker/worker.ttl index 0af39dd..ae6d81b 100644 --- a/lv2/lv2plug.in/ns/ext/worker/worker.ttl +++ b/lv2/lv2plug.in/ns/ext/worker/worker.ttl @@ -21,16 +21,11 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . -<http://drobilla.net/drobilla#me> - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:mbox <mailto:d@drobilla.net> ; - rdfs:seeAlso <http://drobilla.net/drobilla> . - <http://lv2plug.in/ns/ext/worker> a lv2:Specification , lv2:Feature ; - rdfs:seeAlso <worker.h> ; + rdfs:seeAlso <worker.h> , + <../../people/people.ttl> ; doap:developer <http://drobilla.net/drobilla#me> ; doap:name "LV2 Worker" ; doap:shortdesc "Support for a non-realtime plugin worker method." ; |