From 6c7f2e8286de75d5007fe300617cb138663b711b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Mar 2011 00:45:47 +0000 Subject: Move project description back to lv2.ttl. While this makes OWL tools less happy, from an LV2 POV minimal manifest is good. We are really blurring the lines between "project" "ontology" and "extension" here... --- core.lv2/manifest.ttl | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) (limited to 'core.lv2/manifest.ttl') diff --git a/core.lv2/manifest.ttl b/core.lv2/manifest.ttl index 994bfa9..7a54d6a 100644 --- a/core.lv2/manifest.ttl +++ b/core.lv2/manifest.ttl @@ -1,33 +1,10 @@ @prefix doap: . -@prefix foaf: . @prefix lv2: . @prefix owl: . @prefix rdfs: . - a doap:Project , lv2:Specification , owl:Ontology; + a doap:Project , lv2:Specification , owl:Ontology ; lv2:minorVersion 3 ; lv2:microVersion 2 ; - rdfs:seeAlso ; - doap:license ; - doap:name "LV2" ; - doap:homepage ; - doap:created "2004-04-21" ; - doap:shortdesc "An audio plugin interface specification" ; - doap:programming-language "C" ; - doap:release [ - doap:revision "3.2" ; - doap:created "2011-03-17" - ] ; - doap:maintainer [ - a foaf:Person ; - foaf:name "Steve Harris" ; - foaf:homepage ; - rdfs:seeAlso - ] , [ - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:homepage ; - rdfs:seeAlso - ] . - + rdfs:seeAlso . -- cgit v1.2.1