From 58c3f34d861b6bc3b7a4761bdc7100fd0d530d84 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 25 Mar 2012 18:28:47 +0000 Subject: Move people information in to a common place. --- lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/resize-port') diff --git a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl index 2a4c716..6b10a4d 100644 --- a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl +++ b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl @@ -21,16 +21,11 @@ @prefix rsz: . @prefix xsd: . - - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:mbox ; - rdfs:seeAlso . - a lv2:Specification , lv2:Feature ; - rdfs:seeAlso ; + rdfs:seeAlso , + <../../people/people.ttl> ; doap:name "LV2 Resize Port Extension" ; doap:shortdesc "Dynamically sized LV2 port buffers." ; doap:developer ; -- cgit v1.2.1