From 8c5e414fda0160c6105503c584d3a3c0534f74e4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 20 Mar 2020 14:39:33 +0100 Subject: Rename spec metadata files to name.meta.ttl Towards putting more here than just the project metadata, and is a bit cleaner of a naming scheme anyway. --- lv2/uri-map/lv2-uri-map.doap.ttl | 57 ---------------------------------------- lv2/uri-map/uri-map.meta.ttl | 57 ++++++++++++++++++++++++++++++++++++++++ lv2/uri-map/uri-map.ttl | 2 +- 3 files changed, 58 insertions(+), 58 deletions(-) delete mode 100644 lv2/uri-map/lv2-uri-map.doap.ttl create mode 100644 lv2/uri-map/uri-map.meta.ttl (limited to 'lv2/uri-map') diff --git a/lv2/uri-map/lv2-uri-map.doap.ttl b/lv2/uri-map/lv2-uri-map.doap.ttl deleted file mode 100644 index 540585a..0000000 --- a/lv2/uri-map/lv2-uri-map.doap.ttl +++ /dev/null @@ -1,57 +0,0 @@ -@prefix dcs: . -@prefix doap: . -@prefix foaf: . -@prefix rdfs: . - - - a doap:Project ; - doap:maintainer ; - doap:created "2008-00-00" ; - doap:developer , - ; - doap:license ; - doap:name "LV2 URI Map" ; - doap:shortdesc "A feature for mapping URIs to integers." ; - doap:release [ - doap:revision "1.6" ; - doap:created "2012-04-17" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Merge with unified LV2 package." - ] - ] - ] , [ - doap:revision "1.4" ; - doap:created "2011-11-21" ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Update packaging." - ] , [ - rdfs:label "Deprecate uri-map in favour of urid." - ] - ] - ] , [ - doap:revision "1.2" ; - doap:created "2011-05-26" ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Add build system (for installation)." - ] , [ - rdfs:label "Mark up documentation in HTML using lv2:documentation." - ] - ] - ] , [ - doap:revision "1.0" ; - doap:created "2010-10-18" ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Initial release." - ] - ] - ] . - diff --git a/lv2/uri-map/uri-map.meta.ttl b/lv2/uri-map/uri-map.meta.ttl new file mode 100644 index 0000000..540585a --- /dev/null +++ b/lv2/uri-map/uri-map.meta.ttl @@ -0,0 +1,57 @@ +@prefix dcs: . +@prefix doap: . +@prefix foaf: . +@prefix rdfs: . + + + a doap:Project ; + doap:maintainer ; + doap:created "2008-00-00" ; + doap:developer , + ; + doap:license ; + doap:name "LV2 URI Map" ; + doap:shortdesc "A feature for mapping URIs to integers." ; + doap:release [ + doap:revision "1.6" ; + doap:created "2012-04-17" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Merge with unified LV2 package." + ] + ] + ] , [ + doap:revision "1.4" ; + doap:created "2011-11-21" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Update packaging." + ] , [ + rdfs:label "Deprecate uri-map in favour of urid." + ] + ] + ] , [ + doap:revision "1.2" ; + doap:created "2011-05-26" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add build system (for installation)." + ] , [ + rdfs:label "Mark up documentation in HTML using lv2:documentation." + ] + ] + ] , [ + doap:revision "1.0" ; + doap:created "2010-10-18" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] + ] . + diff --git a/lv2/uri-map/uri-map.ttl b/lv2/uri-map/uri-map.ttl index 2a19182..4be9d21 100644 --- a/lv2/uri-map/uri-map.ttl +++ b/lv2/uri-map/uri-map.ttl @@ -9,7 +9,7 @@ lv2:Specification ; owl:deprecated true ; rdfs:seeAlso , - ; + ; lv2:documentation """

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