summaryrefslogtreecommitdiff
path: root/ardour-3.ttl
blob: 61f2db819d17f46f95fbd0619ef3031c427eac22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix hi:   <http://lv2plug.in/ns/dev/host-info#> .

<http://ardour.org/software/ardour3> a doap:Project, hi:Host ;
    doap:name "Ardour" ;
    doap:revision "3.0" ;
    doap:shortdesc "A Digital Audio Workstation (DAW)." ;
    doap:homepage <http://ardour.org/> ;
    doap:bug-database <http://tracker.ardour.org/> ;
    doap:license <http://usefulinc.com/doap/licenses/gpl> ;
    doap:developer [
        a foaf:Person ;
        foaf:name "Paul Davis" ;
        foaf:homepage <http://equalarea.com/paul/> ;
    ] ;
    doap:programming-language "C", "C++" ;
    doap:repository [
        a doap:SVNRepository ;
        doap:location <http://subversion.ardour.org/svn/ardour2/branches/3.0/>
    ] ;
    hi:supportsExtension [
        hi:extension <http://lv2plug.in/ns/extensions/ui> ;
    ] , [
        hi:extension <http://lv2plug.in/ns/dev/presets> ;
    ] ;
    doap:description """
Ardour is a hard disk recorder and Digital Audio Workstation (DAW) application.
Ardour can record and play back an unlimited number of tracks of audio and/or
MIDI data, with a comprehensive set of features expected in professional a
quality DAW.
""" .