From b3cd1bb569547215b7da39dcf3f8fa004fffb5da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 24 Mar 2012 22:53:56 +0000 Subject: Remove pointless person homepage properties. --- lv2/lv2plug.in/ns/ext/host-info/host-info.ttl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/host-info') 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: . @prefix doap: . @prefix foaf: . -@prefix amb: . + + + a foaf:Person ; + foaf:name "David Robillard" ; + foaf:mbox ; + rdfs:seeAlso . a lv2:Specification ; doap:license ; doap:name "LV2 Host Info" ; doap:shortdesc "A format for describing LV2 hosts." ; - doap:maintainer [ - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:homepage ; - rdfs:seeAlso - ] ; + doap:maintainer ; lv2:documentation """

This specification defines various properties to represent useful information about LV2 hosts. Currently, the primary use of this specification is to describe which -- cgit v1.2.1