diff options
author | David Robillard <d@drobilla.net> | 2012-03-24 22:53:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-24 22:53:56 +0000 |
commit | b3cd1bb569547215b7da39dcf3f8fa004fffb5da (patch) | |
tree | 7fc8bf2e5233edc9c3d27468366da956551e8264 /lv2/lv2plug.in/ns/ext/host-info | |
parent | b260998d80fb785e33e26516b20f95739b8ce444 (diff) | |
download | lv2-b3cd1bb569547215b7da39dcf3f8fa004fffb5da.tar.xz |
Remove pointless person homepage properties.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/host-info')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/host-info/host-info.ttl | 14 |
1 files changed, 7 insertions, 7 deletions
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 |