From 36ea54241a62bb6c9a032b1876d20dbbc30194b6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Aug 2012 23:45:34 +0000 Subject: Move all project metadata for extensions (e.g. change log) to separate files to spare hosts from loading them during discovery. --- .../ns/ext/port-groups/lv2-port-groups.doap.ttl | 34 ++++++++++++++++++++++ lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl | 34 ++-------------------- 2 files changed, 37 insertions(+), 31 deletions(-) create mode 100644 lv2/lv2plug.in/ns/ext/port-groups/lv2-port-groups.doap.ttl (limited to 'lv2/lv2plug.in/ns/ext/port-groups') diff --git a/lv2/lv2plug.in/ns/ext/port-groups/lv2-port-groups.doap.ttl b/lv2/lv2plug.in/ns/ext/port-groups/lv2-port-groups.doap.ttl new file mode 100644 index 0000000..3fe823d --- /dev/null +++ b/lv2/lv2plug.in/ns/ext/port-groups/lv2-port-groups.doap.ttl @@ -0,0 +1,34 @@ +@prefix dcs: . +@prefix doap: . +@prefix foaf: . +@prefix rdfs: . + + + a doap:Project ; + rdfs:seeAlso <../../meta/meta.ttl> ; + doap:license ; + doap:name "LV2 Port Groups" ; + doap:shortdesc "Multi-channel groups of LV2 ports." ; + doap:created "2008-00-00" ; + doap:developer , + ; + doap:release [ + doap:revision "1.1" ; + doap:created "2012-07-29" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Use consistent label style." + ] + ] + ] , [ + doap:revision "1.0" ; + doap:created "2012-04-17" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] + ] . diff --git a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl index 2aa6088..e02ec7b 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl +++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl @@ -1,6 +1,4 @@ @prefix amb: . -@prefix dcs: . -@prefix doap: . @prefix lv2: . @prefix owl: . @prefix pg: . @@ -8,35 +6,9 @@ @prefix rdfs: . - a lv2:Specification ; - rdfs:seeAlso <../../meta/meta.ttl> ; - doap:license ; - doap:name "LV2 Port Groups" ; - doap:release [ - doap:revision "1.1" ; - doap:created "2012-07-29" ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Use consistent label style." - ] - ] - ] , [ - doap:revision "1.0" ; - doap:created "2012-04-17" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Initial release." - ] - ] - ] ; - doap:shortdesc "Multi-channel groups of LV2 ports." ; - doap:created "2008-00-00" ; - doap:developer , - ; - rdfs:comment "Defines semantic groupings of LV2 ports" . + a owl:Ontology ; + rdfs:seeAlso <../../meta/meta.ttl> , + . pg:Group a rdfs:Class ; -- cgit v1.2.1