diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 20:36:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 20:36:50 +0000 |
commit | 6cf73e24906f1991fd57f0340dc24abb069ae504 (patch) | |
tree | bef8181f40293066da96de076c6340a708fc8c65 /lv2/lv2plug.in/ns | |
parent | 9397371fe3c41a35f81668cdf2e66a8f395e2008 (diff) | |
download | lv2-6cf73e24906f1991fd57f0340dc24abb069ae504.tar.xz |
Rename 'people' to 'meta' in anticipation of putting other stuff there.
Diffstat (limited to 'lv2/lv2plug.in/ns')
27 files changed, 54 insertions, 50 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index f58d6fa..7d7c47f 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -29,7 +29,7 @@ rdfs:seeAlso <atom.h> , <util.h> , <forge.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:name "LV2 Atom" ; doap:shortdesc "A generic value container and several data types." ; doap:created "2007" ; 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 82401b4..06c4e43 100644 --- a/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl +++ b/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl @@ -22,7 +22,7 @@ <http://lv2plug.in/ns/ext/cv-port> a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 CV Port" ; doap:shortdesc "Control Voltage ports for LV2 plugins." ; 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 b84dc3f..a44c32c 100644 --- a/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl +++ b/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl @@ -26,7 +26,7 @@ a lv2:Specification , doap:Project ; rdfs:seeAlso <data-access.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 Data Access" ; doap:shortdesc "Provides access to LV2_Descriptor::extension_data()." ; 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 198ed82..d982537 100644 --- a/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl @@ -5,14 +5,14 @@ <http://lv2plug.in/ns/ext/dynmanifest> a doap:Project ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.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 <http://lv2plug.in/ns/people#daste> ; + doap:developer <http://lv2plug.in/ns/meta#daste> ; doap:release [ doap:revision "1.2" ; doap:created "2011-11-21" ; diff --git a/lv2/lv2plug.in/ns/ext/event/event.ttl b/lv2/lv2plug.in/ns/ext/event/event.ttl index d77d7cc..52bdc86 100644 --- a/lv2/lv2plug.in/ns/ext/event/event.ttl +++ b/lv2/lv2plug.in/ns/ext/event/event.ttl @@ -29,7 +29,7 @@ doap:shortdesc "A port-based real-time generic event interface." ; rdfs:seeAlso <event.h> , <event-helpers.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:release [ doap:revision "1.5" ; doap:created "2012-04-05" ; @@ -75,7 +75,7 @@ ] ; ] ; doap:developer <http://drobilla.net/drobilla#me> , - <http://lv2plug.in/ns/people#larsl> ; + <http://lv2plug.in/ns/meta#larsl> ; lv2:documentation """ <p>This extension defines a generic time-stamped event port type, which can be used to create plugins that read and write real-time events, such as MIDI, 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 e2fba22..9b60ebf 100644 --- a/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl +++ b/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl @@ -24,7 +24,7 @@ <http://lv2plug.in/ns/ext/host-info> a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 Host Info" ; doap:shortdesc "A format for describing LV2 hosts." ; 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 d3a2c5b..242b85c 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,7 @@ <http://lv2plug.in/ns/ext/instance-access> a lv2:Specification ; rdfs:seeAlso <instance-access.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 Instance Access" ; doap:shortdesc "Provides access to the LV2_Handle of a plugin." ; diff --git a/lv2/lv2plug.in/ns/ext/log/log.ttl b/lv2/lv2plug.in/ns/ext/log/log.ttl index a3c3724..77645cc 100644 --- a/lv2/lv2plug.in/ns/ext/log/log.ttl +++ b/lv2/lv2plug.in/ns/ext/log/log.ttl @@ -23,7 +23,7 @@ <http://lv2plug.in/ns/ext/log> a lv2:Specification ; - rdfs:seeAlso <log.h> , <../../people/people.ttl> ; + rdfs:seeAlso <log.h> , <../../meta/meta.ttl> ; doap:name "LV2 Log" ; doap:shortdesc "A feature for writing log messages." ; doap:developer <http://drobilla.net/drobilla#me> ; diff --git a/lv2/lv2plug.in/ns/ext/midi/midi.ttl b/lv2/lv2plug.in/ns/ext/midi/midi.ttl index 02864f4..82ccef5 100644 --- a/lv2/lv2plug.in/ns/ext/midi/midi.ttl +++ b/lv2/lv2plug.in/ns/ext/midi/midi.ttl @@ -29,12 +29,12 @@ <http://lv2plug.in/ns/ext/midi> a lv2:Specification ; rdfs:seeAlso <midi.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 MIDI" ; doap:shortdesc "A normalised definition of raw MIDI." ; doap:maintainer <http://drobilla.net/drobilla#me> ; - doap:developer <http://lv2plug.in/ns/people#larsl> , + doap:developer <http://lv2plug.in/ns/meta#larsl> , <http://drobilla.net/drobilla#me> ; doap:release [ doap:revision "1.5" ; diff --git a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl index 395e9cc..b09f82a 100644 --- a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl +++ b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl @@ -25,7 +25,7 @@ <http://lv2plug.in/ns/ext/parameters> a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Parameters" ; doap:release [ doap:revision "0.2" ; @@ -34,7 +34,7 @@ doap:created "2009-01-01" ; doap:shortdesc "Common parameters for audio processing." ; doap:maintainer <http://drobilla.net/drobilla#me> ; - doap:developer <http://lv2plug.in/ns/people#larsl> ; + doap:developer <http://lv2plug.in/ns/meta#larsl> ; lv2:documentation """ <p>This extension defines parameters common in audio processing software. A <q>parameter</q> is purely a metadata concept, unrelated to any particular code diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl index 347cf91..014b63f 100644 --- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl @@ -25,7 +25,7 @@ <http://lv2plug.in/ns/ext/patch> a lv2:Specification ; rdfs:seeAlso <patch.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:developer <http://drobilla.net/drobilla#me> ; doap:name "LV2 Patch" ; 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 005f64f..af044ed 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl +++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl @@ -26,12 +26,12 @@ <http://lv2plug.in/ns/ext/port-groups> a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 Port Groups" ; doap:shortdesc "Multi-channel groups of LV2 ports." ; rdfs:comment "Defines semantic groupings of LV2 ports" ; - doap:developer <http://lv2plug.in/ns/people#larsl> , + doap:developer <http://lv2plug.in/ns/meta#larsl> , <http://drobilla.net/drobilla#me> . pg:Group 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 8b47c64..d780493 100644 --- a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl +++ b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl @@ -24,7 +24,7 @@ <http://lv2plug.in/ns/ext/port-props> a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Port Properties" ; doap:release [ doap:revision "0.2" ; @@ -33,7 +33,7 @@ doap:created "2009-01-01" ; doap:shortdesc "Various port properties." ; doap:maintainer <http://drobilla.net/drobilla#me> ; - doap:developer <http://lv2plug.in/ns/people#kfoltman> ; + doap:developer <http://lv2plug.in/ns/meta#kfoltman> ; lv2:documentation """ <p>This extension defines various properties for plugin ports, which can be used to better describe how a plugin can be controlled. Using this metadata, diff --git a/lv2/lv2plug.in/ns/ext/presets/presets.ttl b/lv2/lv2plug.in/ns/ext/presets/presets.ttl index 52498b5..0c54fee 100644 --- a/lv2/lv2plug.in/ns/ext/presets/presets.ttl +++ b/lv2/lv2plug.in/ns/ext/presets/presets.ttl @@ -25,7 +25,7 @@ <http://lv2plug.in/ns/ext/presets> a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 Presets" ; doap:shortdesc "Presets for LV2 plugins. " ; diff --git a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl index 72f81a2..8aade38 100644 --- a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl +++ b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl @@ -26,7 +26,7 @@ a lv2:Specification , lv2:Feature ; rdfs:seeAlso <resize-port.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:name "LV2 Resize Port Extension" ; doap:shortdesc "Dynamically sized LV2 port buffers." ; doap:developer <http://drobilla.net/drobilla#me> ; diff --git a/lv2/lv2plug.in/ns/ext/state/state.ttl b/lv2/lv2plug.in/ns/ext/state/state.ttl index 2d12d08..211003e 100644 --- a/lv2/lv2plug.in/ns/ext/state/state.ttl +++ b/lv2/lv2plug.in/ns/ext/state/state.ttl @@ -25,7 +25,7 @@ <http://lv2plug.in/ns/ext/state> a lv2:Specification ; rdfs:seeAlso <state.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:name "LV2 State" ; doap:shortdesc "An interface for LV2 plugins to save and restore state." ; doap:license <http://opensource.org/licenses/isc> ; @@ -34,7 +34,7 @@ doap:created "2012-03-30" ; dcs:blame <http://drobilla.net/drobilla#me> ] ; - doap:developer <http://lv2plug.in/ns/people#paniq> , + doap:developer <http://lv2plug.in/ns/meta#paniq> , <http://drobilla.net/drobilla#me> ; doap:maintainer <http://drobilla.net/drobilla#me> ; lv2:documentation """ diff --git a/lv2/lv2plug.in/ns/ext/time/time.ttl b/lv2/lv2plug.in/ns/ext/time/time.ttl index 3eed585..8046030 100644 --- a/lv2/lv2plug.in/ns/ext/time/time.ttl +++ b/lv2/lv2plug.in/ns/ext/time/time.ttl @@ -25,7 +25,7 @@ <http://lv2plug.in/ns/ext/time> a lv2:Specification ; rdfs:seeAlso <time.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:name "LV2 Time" ; doap:shortdesc "Properties for describing time." ; doap:release [ 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 2fed8b6..9987ef4 100644 --- a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl +++ b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl @@ -28,9 +28,9 @@ lv2:Feature ; owl:deprecated true ; rdfs:seeAlso <uri-map.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:maintainer <http://drobilla.net/drobilla#me> ; - doap:developer <http://lv2plug.in/ns/people#larsl> , + doap:developer <http://lv2plug.in/ns/meta#larsl> , <http://drobilla.net/drobilla#me> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 URI Map" ; diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.ttl b/lv2/lv2plug.in/ns/ext/urid/urid.ttl index d359217..a78d0c2 100644 --- a/lv2/lv2plug.in/ns/ext/urid/urid.ttl +++ b/lv2/lv2plug.in/ns/ext/urid/urid.ttl @@ -24,7 +24,7 @@ <http://lv2plug.in/ns/ext/urid> a lv2:Specification ; rdfs:seeAlso <urid.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 URID" ; doap:shortdesc "Features for mapping URIs to and from integers." ; @@ -38,7 +38,7 @@ ] ] ] ; - doap:developer <http://lv2plug.in/ns/people#gabrbedd> ; + doap:developer <http://lv2plug.in/ns/meta#gabrbedd> ; doap:maintainer <http://drobilla.net/drobilla#me> ; lv2:documentation """ <p>This extension defines a simple mechanism for plugins to map URIs to and diff --git a/lv2/lv2plug.in/ns/ext/worker/worker.ttl b/lv2/lv2plug.in/ns/ext/worker/worker.ttl index 09f7249..9222707 100644 --- a/lv2/lv2plug.in/ns/ext/worker/worker.ttl +++ b/lv2/lv2plug.in/ns/ext/worker/worker.ttl @@ -25,7 +25,7 @@ a lv2:Specification , lv2:Feature ; rdfs:seeAlso <worker.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:developer <http://drobilla.net/drobilla#me> ; doap:name "LV2 Worker" ; doap:shortdesc "Support for a non-realtime plugin worker method." ; 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 02c53b6..044d1b3 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl @@ -5,11 +5,11 @@ <http://lv2plug.in/ns/extensions/ui> a doap:Project ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 UI" ; doap:shortdesc "Generic UI interface for LV2 plugins." ; - doap:developer <http://lv2plug.in/ns/people#larsl> ; + doap:developer <http://lv2plug.in/ns/meta#larsl> ; doap:maintainer <http://drobilla.net/drobilla#me> ; doap:release [ doap:revision "2.7" ; 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 6ea3a4b..65f4cb5 100644 --- a/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl @@ -5,7 +5,7 @@ <http://lv2plug.in/ns/extensions/units> a doap:Project ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Units" ; doap:shortdesc "Units for LV2 values." ; doap:created "2007-02-06" ; diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl index afc0585..abdb019 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl @@ -5,7 +5,7 @@ <http://lv2plug.in/ns/lv2core> a doap:Project ; - rdfs:seeAlso <../people/people.ttl> ; + rdfs:seeAlso <../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2" ; doap:homepage <http://lv2plug.in> ; diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index 501c120..1078a6d 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -50,7 +50,7 @@ devices). See <a href="http://www.w3.org/TR/xhtml-basic/#s_xhtmlmodules" <http://lv2plug.in/ns/lv2core> a owl:Ontology ; - rdfs:seeAlso <lv2.h> , <lv2core.doap.ttl> , <../people/people.ttl> ; + rdfs:seeAlso <lv2.h> , <lv2core.doap.ttl> , <../meta/meta.ttl> ; lv2:documentation """ <p>LV2 is an interface for writing audio processors, or <q>plugins</q>, in C/C++ which can be dynamically loaded into many applications, or <q>hosts</q>. diff --git a/lv2/lv2plug.in/ns/people/manifest.ttl b/lv2/lv2plug.in/ns/meta/manifest.ttl index 56bd9c7..69935ed 100644 --- a/lv2/lv2plug.in/ns/people/manifest.ttl +++ b/lv2/lv2plug.in/ns/meta/manifest.ttl @@ -1,8 +1,8 @@ @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . -<http://lv2plug.in/ns/people> +<http://lv2plug.in/ns/meta> a lv2:Specification ; lv2:minorVersion 0 ; lv2:microVersion 0 ; - rdfs:seeAlso <people.ttl> . + rdfs:seeAlso <meta.ttl> . diff --git a/lv2/lv2plug.in/ns/people/people.ttl b/lv2/lv2plug.in/ns/meta/meta.ttl index 945c109..4f98bd1 100644 --- a/lv2/lv2plug.in/ns/people/people.ttl +++ b/lv2/lv2plug.in/ns/meta/meta.ttl @@ -12,19 +12,23 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -@prefix doap: <http://usefulinc.com/ns/doap#> . -@prefix foaf: <http://xmlns.com/foaf/0.1/> . -@prefix owl: <http://www.w3.org/2002/07/owl#> . -@prefix people: <http://lv2plug.in/ns/people#> . -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix doap: <http://usefulinc.com/ns/doap#> . +@prefix foaf: <http://xmlns.com/foaf/0.1/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix meta: <http://lv2plug.in/ns/meta#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . -<http://lv2plug.in/ns/people> +<http://lv2plug.in/ns/meta> a owl:Ontology ; doap:created "2012-03-25" ; doap:license <http://opensource.org/licenses/isc> ; - doap:name "LV2 People" ; - doap:shortdesc "People involved with the LV2 plugin specification." ; - doap:maintainer <http://drobilla.net/drobilla#me> . + doap:name "LV2 Meta" ; + doap:shortdesc "LV2 project metadata" ; + doap:maintainer <http://drobilla.net/drobilla#me> ; + rdfs:comment """ +This vocabulary describes metadata relevant to the LV2 project (e.g. people +involved and the license). +""" . <http://drobilla.net/drobilla#me> a foaf:Person ; @@ -38,27 +42,27 @@ foaf:mbox <mailto:steve@plugin.org.uk> ; rdfs:seeAlso <http://plugin.org.uk/swh.xrdf> . -<http://lv2plug.in/ns/people#larsl> +meta:larsl a foaf:Person ; foaf:name "Lars Luthman" ; foaf:mbox <mailto:lars.luthman@gmail.com> . -<http://lv2plug.in/ns/people#gabrbedd> +meta:gabrbedd a foaf:Person ; foaf:name "Gabriel M. Beddingfield" ; foaf:mbox <mailto:gabrbedd@gmail.com> . -<http://lv2plug.in/ns/people#daste> +meta:daste a foaf:Person ; foaf:name "Stefano D'Angelo" ; foaf:mbox <mailto:zanga.mail@gmail.com> . -<http://lv2plug.in/ns/people#kfoltman> +meta:kfoltman a foaf:Person ; foaf:name "Krzysztof Foltman" ; foaf:mbox <mailto:wdev@foltman.com> . -<http://lv2plug.in/ns/people#paniq> +meta:paniq a foaf:Person ; foaf:name "Leonard Ritter" ; foaf:mbox <mailto:paniq@paniq.org> . diff --git a/lv2/lv2plug.in/ns/people/wscript b/lv2/lv2plug.in/ns/meta/wscript index ec20a77..ec20a77 120000 --- a/lv2/lv2plug.in/ns/people/wscript +++ b/lv2/lv2plug.in/ns/meta/wscript |