aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-24 22:53:56 +0000
committerDavid Robillard <d@drobilla.net>2012-03-24 22:53:56 +0000
commitb3cd1bb569547215b7da39dcf3f8fa004fffb5da (patch)
tree7fc8bf2e5233edc9c3d27468366da956551e8264 /lv2
parentb260998d80fb785e33e26516b20f95739b8ce444 (diff)
downloadlv2-b3cd1bb569547215b7da39dcf3f8fa004fffb5da.tar.xz
Remove pointless person homepage properties.
Diffstat (limited to 'lv2')
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom.ttl13
-rw-r--r--lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl13
-rw-r--r--lv2/lv2plug.in/ns/ext/data-access/data-access.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/event/event.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/host-info/host-info.ttl14
-rw-r--r--lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/log/log.ttl13
-rw-r--r--lv2/lv2plug.in/ns/ext/midi/midi.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/parameters/parameters.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/patch.ttl13
-rw-r--r--lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/port-props/port-props.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/presets/presets.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/state/state.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/time/time.ttl13
-rw-r--r--lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/urid/urid.ttl1
-rw-r--r--lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl1
-rw-r--r--lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl2
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl2
21 files changed, 42 insertions, 54 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
index 512a371..762c6b0 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
@@ -22,6 +22,12 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+<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/atom>
a lv2:Specification ;
doap:name "LV2 Atom" ;
@@ -33,12 +39,7 @@
doap:revision "0.6" ;
doap:created "2012-02-22" ;
] ;
- doap:maintainer [
- a foaf:Person ;
- foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
- rdfs:seeAlso <http://drobilla.net/drobilla.rdf> ;
- ] ;
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
lv2:documentation """
<p>This extension defines a generic container for data, called an <q>Atom</q>,
and several basic Atom types which can be used to express structured data.
diff --git a/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl b/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl
index 09016d6..215576e 100644
--- a/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl
+++ b/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl
@@ -20,17 +20,18 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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/cv-port>
a lv2:Specification ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 CV Port" ;
doap:shortdesc "Control Voltage ports for LV2 plugins." ;
- doap:maintainer [
- a foaf:Person ;
- foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
- rdfs:seeAlso <http://drobilla.net/drobilla.rdf>
- ] ;
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
lv2:documentation """
<p>This extension defines Control Voltage (CV) ports, which are audio-rate
control ports like those used on classical voltage-controlled synthesizers.
diff --git a/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl b/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl
index 6b0d817..7df1c9d 100644
--- a/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl
+++ b/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl
@@ -25,7 +25,6 @@
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
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 6c4d985..9a7ae72 100644
--- a/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl
+++ b/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl
@@ -6,7 +6,6 @@
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
diff --git a/lv2/lv2plug.in/ns/ext/event/event.ttl b/lv2/lv2plug.in/ns/ext/event/event.ttl
index 67285aa..f70f9bc 100644
--- a/lv2/lv2plug.in/ns/ext/event/event.ttl
+++ b/lv2/lv2plug.in/ns/ext/event/event.ttl
@@ -25,7 +25,6 @@
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
diff --git a/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl b/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl
index 4f563bb..958c333 100644
--- a/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl
+++ b/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl
@@ -27,18 +27,18 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix amb: <http://ambisonics.ch/standards/channels/> .
+
+<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/host-info> a lv2:Specification ;
doap:license <http://usefulinc.com/doap/licenses/mit> ;
doap:name "LV2 Host Info" ;
doap:shortdesc "A format for describing LV2 hosts." ;
- doap:maintainer [
- a foaf:Person ;
- foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
- rdfs:seeAlso <http://drobilla.net/drobilla.rdf>
- ] ;
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
lv2:documentation """
<p>This specification defines various properties to represent useful information
about LV2 hosts. Currently, the primary use of this specification is to describe which
diff --git a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl
index 14eb732..ae7bdf5 100644
--- a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl
+++ b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl
@@ -25,7 +25,6 @@
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
diff --git a/lv2/lv2plug.in/ns/ext/log/log.ttl b/lv2/lv2plug.in/ns/ext/log/log.ttl
index 9537938..5a5c616 100644
--- a/lv2/lv2plug.in/ns/ext/log/log.ttl
+++ b/lv2/lv2plug.in/ns/ext/log/log.ttl
@@ -21,16 +21,17 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+<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/log>
a lv2:Specification ;
doap:name "LV2 Log" ;
doap:shortdesc "A feature for writing log messages." ;
- doap:maintainer [
- a foaf:Person ;
- foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
- rdfs:seeAlso <http://drobilla.net/drobilla.rdf>
- ] ;
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
lv2:documentation """
<p>This extension defines a feature, <a href="#log">log:log</a>, which allows
plugins to print log messages with an API much like the standard C printf
diff --git a/lv2/lv2plug.in/ns/ext/midi/midi.ttl b/lv2/lv2plug.in/ns/ext/midi/midi.ttl
index d359cba..d1de5a5 100644
--- a/lv2/lv2plug.in/ns/ext/midi/midi.ttl
+++ b/lv2/lv2plug.in/ns/ext/midi/midi.ttl
@@ -28,7 +28,6 @@
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
diff --git a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl
index 013828c..3740012 100644
--- a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl
+++ b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl
@@ -26,7 +26,6 @@
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl
index 2fa4548..10d6337 100644
--- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl
+++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl
@@ -22,15 +22,16 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+<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/patch>
a lv2:Specification ;
doap:license <http://opensource.org/licenses/isc> ;
- doap:maintainer [
- a foaf:Person ;
- rdfs:seeAlso <http://drobilla.net/drobilla.rdf> ;
- foaf:homepage <http://drobilla.net/> ;
- foaf:name "David Robillard" ;
- ] ;
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
doap:name "LV2 Patch" ;
doap:release [
doap:created "2012-02-08" ;
diff --git a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl
index c58bbbf..06ba96b 100644
--- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl
+++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl
@@ -27,7 +27,6 @@
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
diff --git a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
index 9f4542d..5758885 100644
--- a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
+++ b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
@@ -25,7 +25,6 @@
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
diff --git a/lv2/lv2plug.in/ns/ext/presets/presets.ttl b/lv2/lv2plug.in/ns/ext/presets/presets.ttl
index e11210a..5544628 100644
--- a/lv2/lv2plug.in/ns/ext/presets/presets.ttl
+++ b/lv2/lv2plug.in/ns/ext/presets/presets.ttl
@@ -26,7 +26,6 @@
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
diff --git a/lv2/lv2plug.in/ns/ext/state/state.ttl b/lv2/lv2plug.in/ns/ext/state/state.ttl
index 5b4610f..4f0295e 100644
--- a/lv2/lv2plug.in/ns/ext/state/state.ttl
+++ b/lv2/lv2plug.in/ns/ext/state/state.ttl
@@ -25,7 +25,6 @@
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
diff --git a/lv2/lv2plug.in/ns/ext/time/time.ttl b/lv2/lv2plug.in/ns/ext/time/time.ttl
index 7abddb8..8ce468f 100644
--- a/lv2/lv2plug.in/ns/ext/time/time.ttl
+++ b/lv2/lv2plug.in/ns/ext/time/time.ttl
@@ -21,6 +21,12 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+<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/time>
a lv2:Specification ;
doap:name "LV2 Time" ;
@@ -29,12 +35,7 @@
doap:revision "0.2" ;
doap:created "2012-02-28" ;
] ;
- doap:maintainer [
- a foaf:Person ;
- foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
- rdfs:seeAlso <http://drobilla.net/drobilla.rdf> ;
- ] ;
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
lv2:documentation """
<p>This is a vocabulary for precisely describing a position in time and the
passage of time itself, in both real and musical terms.</p>
diff --git a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl
index 88f0fdd..5527e74 100644
--- a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl
+++ b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl
@@ -26,7 +26,6 @@
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.ttl b/lv2/lv2plug.in/ns/ext/urid/urid.ttl
index d080107..bd15630 100644
--- a/lv2/lv2plug.in/ns/ext/urid/urid.ttl
+++ b/lv2/lv2plug.in/ns/ext/urid/urid.ttl
@@ -24,7 +24,6 @@
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
diff --git a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl
index 2edddda..92a7371 100644
--- a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl
+++ b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl
@@ -6,7 +6,6 @@
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
diff --git a/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl b/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl
index 473074d..4fadbd6 100644
--- a/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl
+++ b/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl
@@ -6,13 +6,11 @@
<http://plugin.org.uk/swh.xrdf#me>
a foaf:Person ;
foaf:name "Steve Harris" ;
- foaf:homepage <http://plugin.org.uk/> ;
rdfs:seeAlso <http://plugin.org.uk/swh.xrdf> .
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
index eb29db8..e7cee3c 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
@@ -6,13 +6,11 @@
<http://plugin.org.uk/swh.xrdf#me>
a foaf:Person ;
foaf:name "Steve Harris" ;
- foaf:homepage <http://plugin.org.uk/> ;
rdfs:seeAlso <http://plugin.org.uk/swh.xrdf> .
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;
- foaf:homepage <http://drobilla.net/> ;
foaf:mbox <mailto:d@drobilla.net> ;
rdfs:seeAlso <http://drobilla.net/drobilla> .