~ubuntu-branches/ubuntu/utopic/ardour3/utopic

« back to all changes in this revision

Viewing changes to ardour-3.ttl

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler
  • Date: 2013-09-21 19:05:02 UTC
  • Revision ID: package-import@ubuntu.com-20130921190502-8gsftrku6jnzhd7v
Tags: upstream-3.4~dfsg
ImportĀ upstreamĀ versionĀ 3.4~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
""" .