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/data-access/data-access.meta.ttl | 59 ++++++++++++++++++++++++++++++++ lv2/data-access/data-access.ttl | 2 +- lv2/data-access/lv2-data-access.doap.ttl | 59 -------------------------------- 3 files changed, 60 insertions(+), 60 deletions(-) create mode 100644 lv2/data-access/data-access.meta.ttl delete mode 100644 lv2/data-access/lv2-data-access.doap.ttl (limited to 'lv2/data-access') diff --git a/lv2/data-access/data-access.meta.ttl b/lv2/data-access/data-access.meta.ttl new file mode 100644 index 0000000..e9fd6da --- /dev/null +++ b/lv2/data-access/data-access.meta.ttl @@ -0,0 +1,59 @@ +@prefix dcs: . +@prefix doap: . +@prefix foaf: . +@prefix rdfs: . + + + a doap:Project ; + rdfs:seeAlso ; + doap:license ; + doap:name "LV2 Data Access" ; + doap:shortdesc "Provides access to LV2_Descriptor::extension_data()." ; + doap:created "2008-00-00" ; + doap:developer ; + 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" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Update packaging." + ] , [ + rdfs:label "Improve documentation." + ] + ] + ] , [ + doap:revision "1.2" ; + doap:created "2011-05-26" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add build system for installation." + ] , [ + rdfs:label "Switch to ISC license." + ] + ] + ] , [ + doap:revision "1.0" ; + doap:created "2010-10-04" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] + ] . + diff --git a/lv2/data-access/data-access.ttl b/lv2/data-access/data-access.ttl index 40cafd3..d638d3a 100644 --- a/lv2/data-access/data-access.ttl +++ b/lv2/data-access/data-access.ttl @@ -6,7 +6,7 @@ a lv2:Feature , lv2:Specification ; rdfs:seeAlso , - ; + ; lv2:documentation """

This extension defines a feature, LV2_Extension_Data_Feature, which provides access to LV2_Descriptor::extension_data() for plugin UIs or other potentially diff --git a/lv2/data-access/lv2-data-access.doap.ttl b/lv2/data-access/lv2-data-access.doap.ttl deleted file mode 100644 index e9fd6da..0000000 --- a/lv2/data-access/lv2-data-access.doap.ttl +++ /dev/null @@ -1,59 +0,0 @@ -@prefix dcs: . -@prefix doap: . -@prefix foaf: . -@prefix rdfs: . - - - a doap:Project ; - rdfs:seeAlso ; - doap:license ; - doap:name "LV2 Data Access" ; - doap:shortdesc "Provides access to LV2_Descriptor::extension_data()." ; - doap:created "2008-00-00" ; - doap:developer ; - 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" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Update packaging." - ] , [ - rdfs:label "Improve documentation." - ] - ] - ] , [ - doap:revision "1.2" ; - doap:created "2011-05-26" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Add build system for installation." - ] , [ - rdfs:label "Switch to ISC license." - ] - ] - ] , [ - doap:revision "1.0" ; - doap:created "2010-10-04" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Initial release." - ] - ] - ] . - -- cgit v1.2.1