diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl b/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl index 9a7ae72..198ed82 100644 --- a/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl @@ -3,24 +3,16 @@ @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . -<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/dynmanifest> a doap:Project ; + rdfs:seeAlso <../../people/people.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 Dynamic Manifest" ; doap:homepage <http://naspro.atheme.org> ; doap:created "2009-06-13" ; doap:shortdesc "Support for dynamic data generation." ; doap:programming-language "C" ; - doap:developer [ - a foaf:Person ; - foaf:name "Stefano D'Angelo" - ] ; + doap:developer <http://lv2plug.in/ns/people#daste> ; doap:release [ doap:revision "1.2" ; doap:created "2011-11-21" ; |