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/time/time.ttl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/time') diff --git a/lv2/lv2plug.in/ns/ext/time/time.ttl b/lv2/lv2plug.in/ns/ext/time/time.ttl index 7abddb8..8ce468f 100644 --- a/lv2/lv2plug.in/ns/ext/time/time.ttl +++ b/lv2/lv2plug.in/ns/ext/time/time.ttl @@ -21,6 +21,12 @@ @prefix rdfs: . @prefix xsd: . + + a foaf:Person ; + foaf:name "David Robillard" ; + foaf:mbox ; + rdfs:seeAlso . + a lv2:Specification ; doap:name "LV2 Time" ; @@ -29,12 +35,7 @@ doap:revision "0.2" ; doap:created "2012-02-28" ; ] ; - doap:maintainer [ - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:homepage ; - rdfs:seeAlso ; - ] ; + doap:maintainer ; lv2:documentation """

This is a vocabulary for precisely describing a position in time and the passage of time itself, in both real and musical terms.

-- cgit v1.2.1