aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/core/meta.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-02-15 21:18:17 +0100
committerDavid Robillard <d@drobilla.net>2020-02-16 12:01:54 +0100
commit4c650dfeae00cd9af55e24b5a40feec3212c1f99 (patch)
treeb2749dbbd9bda561c687fe5e54eba6cb82c5b4c3 /lv2/core/meta.ttl
parent1d7932f1741e0ccdde3629c2fb3b922863a2c7df (diff)
downloadlv2-4c650dfeae00cd9af55e24b5a40feec3212c1f99.tar.xz
Separate developers from project metadata
Diffstat (limited to 'lv2/core/meta.ttl')
-rw-r--r--lv2/core/meta.ttl49
1 files changed, 0 insertions, 49 deletions
diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl
index a6ca60c..4fa9a6a 100644
--- a/lv2/core/meta.ttl
+++ b/lv2/core/meta.ttl
@@ -1,6 +1,5 @@
@prefix dcs: <http://ontologi.es/doap-changeset#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix meta: <http://lv2plug.in/ns/meta#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -180,51 +179,3 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R
]
]
] .
-
-<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://plugin.org.uk/swh.xrdf#me>
- a foaf:Person ;
- foaf:name "Steve Harris" ;
- foaf:mbox <mailto:steve@plugin.org.uk> ;
- rdfs:seeAlso <http://plugin.org.uk/swh.xrdf> .
-
-meta:larsl
- a foaf:Person ;
- foaf:name "Lars Luthman" ;
- foaf:mbox <mailto:lars.luthman@gmail.com> .
-
-meta:gabrbedd
- a foaf:Person ;
- foaf:name "Gabriel M. Beddingfield" ;
- foaf:mbox <mailto:gabrbedd@gmail.com> .
-
-meta:daste
- a foaf:Person ;
- foaf:name "Stefano D'Angelo" ;
- foaf:mbox <mailto:zanga.mail@gmail.com> .
-
-meta:kfoltman
- a foaf:Person ;
- foaf:name "Krzysztof Foltman" ;
- foaf:mbox <mailto:wdev@foltman.com> .
-
-meta:paniq
- a foaf:Person ;
- foaf:name "Leonard Ritter" ;
- foaf:mbox <mailto:paniq@paniq.org> .
-
-meta:harry
- a foaf:Person ;
- foaf:name "Harry van Haaren" ;
- foaf:mbox <harryhaaren@gmail.com> .
-
-meta:bmwiedemann
- a foaf:Person ;
- foaf:name "Bernhard M. Wiedemann" ;
- foaf:mbox <bwiedemann@suse.de> .
-