diff options
author | David Robillard <d@drobilla.net> | 2012-03-25 18:28:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-25 18:28:47 +0000 |
commit | 58c3f34d861b6bc3b7a4761bdc7100fd0d530d84 (patch) | |
tree | 8b0b424a82fce3f493fac9b8b7044ef2bf1c9f5c /lv2/lv2plug.in/ns/ext/port-props | |
parent | ec4f54e90f2f9872db34c5c867b150623e1498eb (diff) | |
download | lv2-58c3f34d861b6bc3b7a4761bdc7100fd0d530d84.tar.xz |
Move people information in to a common place.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/port-props')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/port-props/port-props.ttl | 12 |
1 files changed, 2 insertions, 10 deletions
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 6b56cd6..8b47c64 100644 --- a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl +++ b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl @@ -22,14 +22,9 @@ @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/port-props> a lv2:Specification ; + rdfs:seeAlso <../../people/people.ttl> ; doap:name "LV2 Port Properties" ; doap:release [ doap:revision "0.2" ; @@ -38,10 +33,7 @@ doap:created "2009-01-01" ; doap:shortdesc "Various port properties." ; doap:maintainer <http://drobilla.net/drobilla#me> ; - doap:developer [ - a foaf:Person ; - foaf:name "Krzysztof Foltman" ; - ] ; + doap:developer <http://lv2plug.in/ns/people#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, |