diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/host-info/host-info.ttl')
-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 |