From 6cf73e24906f1991fd57f0340dc24abb069ae504 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 20:36:50 +0000 Subject: Rename 'people' to 'meta' in anticipation of putting other stuff there. --- lv2/lv2plug.in/ns/ext/atom/atom.ttl | 2 +- lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl | 2 +- lv2/lv2plug.in/ns/ext/data-access/data-access.ttl | 2 +- lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/event/event.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/host-info/host-info.ttl | 2 +- lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl | 2 +- lv2/lv2plug.in/ns/ext/log/log.ttl | 2 +- lv2/lv2plug.in/ns/ext/midi/midi.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/parameters/parameters.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/patch/patch.ttl | 2 +- lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/port-props/port-props.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/presets/presets.ttl | 2 +- lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl | 2 +- lv2/lv2plug.in/ns/ext/state/state.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/time/time.ttl | 2 +- lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/urid/urid.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/worker/worker.ttl | 2 +- 20 files changed, 29 insertions(+), 29 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext') 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 , , , - <../../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 @@ a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; 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 , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license ; 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 @@ a doap:Project ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Dynamic Manifest" ; doap:homepage ; doap:created "2009-06-13" ; doap:shortdesc "Support for dynamic data generation." ; doap:programming-language "C" ; - doap:developer ; + doap:developer ; 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 , , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:release [ doap:revision "1.5" ; doap:created "2012-04-05" ; @@ -75,7 +75,7 @@ ] ; ] ; doap:developer , - ; + ; lv2:documentation """

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 @@ a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; 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 @@ a lv2:Specification ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license ; 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 @@ a lv2:Specification ; - rdfs:seeAlso , <../../people/people.ttl> ; + rdfs:seeAlso , <../../meta/meta.ttl> ; doap:name "LV2 Log" ; doap:shortdesc "A feature for writing log messages." ; doap:developer ; 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 @@ a lv2:Specification ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 MIDI" ; doap:shortdesc "A normalised definition of raw MIDI." ; doap:maintainer ; - doap:developer , + doap:developer , ; 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 @@ 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 ; - doap:developer ; + doap:developer ; lv2:documentation """

This extension defines parameters common in audio processing software. A parameter 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 @@ a lv2:Specification ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license ; doap:developer ; 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 @@ a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Port Groups" ; doap:shortdesc "Multi-channel groups of LV2 ports." ; rdfs:comment "Defines semantic groupings of LV2 ports" ; - doap:developer , + doap:developer , . 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 @@ 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 ; - doap:developer ; + doap:developer ; lv2:documentation """

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 @@ a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; 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 , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:name "LV2 Resize Port Extension" ; doap:shortdesc "Dynamically sized LV2 port buffers." ; doap:developer ; 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 @@ a lv2:Specification ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:name "LV2 State" ; doap:shortdesc "An interface for LV2 plugins to save and restore state." ; doap:license ; @@ -34,7 +34,7 @@ doap:created "2012-03-30" ; dcs:blame ] ; - doap:developer , + doap:developer , ; doap:maintainer ; 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 @@ a lv2:Specification ; rdfs:seeAlso , - <../../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 , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:maintainer ; - doap:developer , + doap:developer , ; doap:license ; 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 @@ a lv2:Specification ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 URID" ; doap:shortdesc "Features for mapping URIs to and from integers." ; @@ -38,7 +38,7 @@ ] ] ] ; - doap:developer ; + doap:developer ; doap:maintainer ; lv2:documentation """

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 , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:developer ; doap:name "LV2 Worker" ; doap:shortdesc "Support for a non-realtime plugin worker method." ; -- cgit v1.2.1