From c89f195a6cf88bcc91a8af90c296cfbecd63be12 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 25 Mar 2012 23:08:38 +0000 Subject: Fix release markup. --- lv2/lv2plug.in/ns/ext/atom/atom.ttl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/atom/atom.ttl') diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index 3dce36e..15dc468 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -14,6 +14,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. @prefix atom: . +@prefix dcs: . @prefix doap: . @prefix foaf: . @prefix lv2: . @@ -24,18 +25,19 @@ a lv2:Specification ; - doap:name "LV2 Atom" ; - doap:shortdesc "A generic value container and several data types." ; - doap:license ; rdfs:seeAlso , , , - <../../people/people.ttl> ; + ; + doap:name "LV2 Atom" ; + doap:shortdesc "A generic value container and several data types." ; + doap:license ; + doap:developer ; doap:release [ doap:revision "0.6" ; doap:created "2012-02-22" ; + dcs:blame ; ] ; - doap:maintainer ; lv2:documentation """

This extension defines a generic container for data, called an Atom, and several basic Atom types which can be used to express structured data. -- cgit v1.2.1