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/morph.ttl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/morph/morph.ttl') 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