Only show user-presets in favorite sidebar
[ardour.git] / ardour-3.ttl
1 @prefix doap: <http://usefulinc.com/ns/doap#> .
2 @prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
4 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
5 @prefix hi:   <http://lv2plug.in/ns/dev/host-info#> .
6
7 <http://ardour.org/software/ardour3> a doap:Project, hi:Host ;
8     doap:name "Ardour" ;
9     doap:revision "3.0" ;
10     doap:shortdesc "A Digital Audio Workstation (DAW)." ;
11     doap:homepage <http://ardour.org/> ;
12     doap:bug-database <http://tracker.ardour.org/> ;
13     doap:license <http://usefulinc.com/doap/licenses/gpl> ;
14     doap:developer [
15         a foaf:Person ;
16         foaf:name "Paul Davis" ;
17         foaf:homepage <http://equalarea.com/paul/> ;
18     ] ;
19     doap:programming-language "C", "C++" ;
20     doap:repository [
21         a doap:SVNRepository ;
22         doap:location <http://subversion.ardour.org/svn/ardour2/branches/3.0/>
23     ] ;
24     hi:supportsExtension [
25         hi:extension <http://lv2plug.in/ns/extensions/ui> ;
26     ] , [
27         hi:extension <http://lv2plug.in/ns/dev/presets> ;
28     ] ;
29     doap:description """
30 Ardour is a hard disk recorder and Digital Audio Workstation (DAW) application.
31 Ardour can record and play back an unlimited number of tracks of audio and/or
32 MIDI data, with a comprehensive set of features expected in professional a
33 quality DAW.
34 """ .