From d322a83d8f39dd1464ca5bd595eb1729818e7004 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Sep 2012 03:15:12 +0000 Subject: Split DOAP data from ontology. --- lv2/lv2plug.in/ns/ext/morph/lv2-morph.doap.ttl | 22 ++++++++++++++++++++++ lv2/lv2plug.in/ns/ext/morph/morph.ttl | 7 +------ 2 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 lv2/lv2plug.in/ns/ext/morph/lv2-morph.doap.ttl diff --git a/lv2/lv2plug.in/ns/ext/morph/lv2-morph.doap.ttl b/lv2/lv2plug.in/ns/ext/morph/lv2-morph.doap.ttl new file mode 100644 index 0000000..076fd0e --- /dev/null +++ b/lv2/lv2plug.in/ns/ext/morph/lv2-morph.doap.ttl @@ -0,0 +1,22 @@ +@prefix dcs: . +@prefix doap: . +@prefix foaf: . +@prefix rdfs: . + + + a doap:Project ; + rdfs:seeAlso <../../meta/meta.ttl> ; + doap:name "LV2 Morph Extension" ; + doap:shortdesc "Ports that can dynamically change type." ; + doap:created "2012-05-22" ; + doap:developer ; + doap:release [ + doap:revision "0.1" ; + doap:created "2012-09-22" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] + ] . diff --git a/lv2/lv2plug.in/ns/ext/morph/morph.ttl b/lv2/lv2plug.in/ns/ext/morph/morph.ttl index b968eb5..5153283 100644 --- a/lv2/lv2plug.in/ns/ext/morph/morph.ttl +++ b/lv2/lv2plug.in/ns/ext/morph/morph.ttl @@ -8,14 +8,9 @@ @prefix xsd: . - a lv2:Specification , - lv2:Feature ; + a owl:Ontology ; rdfs:seeAlso , <../../meta/meta.ttl> ; - doap:name "LV2 Morph Port Extension" ; - doap:shortdesc "Ports that can dynamically change type." ; - doap:created "2012-05-22" ; - doap:developer ; lv2:documentation """

This extension defines two port types: morph:MorphPort, which has a host-configurable type, and morph:AutoMorphPort, which may change type based on -- cgit v1.2.1