aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-25 18:28:47 +0000
committerDavid Robillard <d@drobilla.net>2012-03-25 18:28:47 +0000
commit58c3f34d861b6bc3b7a4761bdc7100fd0d530d84 (patch)
tree8b0b424a82fce3f493fac9b8b7044ef2bf1c9f5c /lv2/lv2plug.in/ns/lv2core
parentec4f54e90f2f9872db34c5c867b150623e1498eb (diff)
downloadlv2-58c3f34d861b6bc3b7a4761bdc7100fd0d530d84.tar.xz
Move people information in to a common place.
Diffstat (limited to 'lv2/lv2plug.in/ns/lv2core')
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl12
1 files changed, 1 insertions, 11 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
index a7e0ecc..f7aa236 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
@@ -3,19 +3,9 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-<http://plugin.org.uk/swh.xrdf#me>
- a foaf:Person ;
- foaf:name "Steve Harris" ;
- rdfs:seeAlso <http://plugin.org.uk/swh.xrdf> .
-
-<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/lv2core>
a doap:Project ;
+ rdfs:seeAlso <../people/people.ttl> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2" ;
doap:homepage <http://lv2plug.in> ;