From 3031af150dd90ba63ab9c3b8b57161dc5d72ef69 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Nov 2011 05:35:23 +0000 Subject: Release preparation. --- lv2/ns/ext/uri-map/uri-map.ttl | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) (limited to 'lv2/ns/ext/uri-map') diff --git a/lv2/ns/ext/uri-map/uri-map.ttl b/lv2/ns/ext/uri-map/uri-map.ttl index b0a5399..2b35ba9 100644 --- a/lv2/ns/ext/uri-map/uri-map.ttl +++ b/lv2/ns/ext/uri-map/uri-map.ttl @@ -13,6 +13,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +@prefix dcs: . @prefix doap: . @prefix foaf: . @prefix lv2: . @@ -22,6 +23,17 @@ @prefix rdfs: . @prefix umap: . + + a foaf:Person ; + foaf:name "David Robillard" ; + foaf:homepage ; + foaf:mbox ; + rdfs:seeAlso . + +_:larsl + a foaf:Person ; + foaf:name "Lars Luthman" . + a lv2:Specification , lv2:Feature ; @@ -31,17 +43,16 @@ doap:shortdesc "A feature for mapping URIs to integers." ; doap:release [ doap:revision "1.2" ; - doap:created "2011-05-26" - ] ; - doap:maintainer [ - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:homepage ; - rdfs:seeAlso - ] , [ - a foaf:Person ; - foaf:name "Lars Luthman" + doap:created "2011-05-26" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] ] ; + doap:maintainer , + _:larsl ; lv2:documentation """

This extension is deprecated. New implementations should use LV2 URID -- cgit v1.2.1