From 95f61aeaaa94c203ac45a6e0851d5384ad2d2b91 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 25 Mar 2012 05:52:32 +0000 Subject: Clean up author and seeAlso information. Remove download row from documentation header table and rename "History" section to "Releases" (which contains download links and is hopefully clear enough). --- lv2/lv2plug.in/ns/ext/worker/worker.ttl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lv2/lv2plug.in/ns/ext/worker') diff --git a/lv2/lv2plug.in/ns/ext/worker/worker.ttl b/lv2/lv2plug.in/ns/ext/worker/worker.ttl index ea49056..0af39dd 100644 --- a/lv2/lv2plug.in/ns/ext/worker/worker.ttl +++ b/lv2/lv2plug.in/ns/ext/worker/worker.ttl @@ -21,9 +21,17 @@ @prefix doap: . @prefix foaf: . + + a foaf:Person ; + foaf:name "David Robillard" ; + foaf:mbox ; + rdfs:seeAlso . + a lv2:Specification , lv2:Feature ; + rdfs:seeAlso ; + doap:developer ; doap:name "LV2 Worker" ; doap:shortdesc "Support for a non-realtime plugin worker method." ; lv2:documentation """ -- cgit v1.2.1