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/urid/urid.ttl | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/urid') diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.ttl b/lv2/lv2plug.in/ns/ext/urid/urid.ttl index a843e3b..d359217 100644 --- a/lv2/lv2plug.in/ns/ext/urid/urid.ttl +++ b/lv2/lv2plug.in/ns/ext/urid/urid.ttl @@ -21,20 +21,10 @@ @prefix rdfs: . @prefix urid: . - - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:mbox ; - rdfs:seeAlso . - -_:gabrbedd - a foaf:Person ; - foaf:name "Gabriel M. Beddingfield" ; - foaf:homepage . - a lv2:Specification ; - rdfs:seeAlso ; + rdfs:seeAlso , + <../../people/people.ttl> ; doap:license ; doap:name "LV2 URID" ; doap:shortdesc "Features for mapping URIs to and from integers." ; @@ -48,7 +38,7 @@ _:gabrbedd ] ] ] ; - doap:developer _:gabrbedd ; + doap:developer ; doap:maintainer ; lv2:documentation """

This extension defines a simple mechanism for plugins to map URIs to and -- cgit v1.2.1