File: lilv.ttl

package info (click to toggle)
audacity 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 129,312 kB
  • sloc: ansic: 373,350; cpp: 276,880; sh: 56,060; python: 18,922; makefile: 10,309; lisp: 8,365; xml: 1,888; perl: 1,798; java: 1,551; asm: 545; pascal: 395; sed: 58; awk: 35
file content (29 lines) | stat: -rw-r--r-- 1,124 bytes parent folder | download | duplicates (10)
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
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix : <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<http://drobilla.net/software/lilv>
    a :Project ;
    :bug-database <http://dev.drobilla.net/query?status=new&status=assigned&status=reopened&component=LILV&order=priority> ;
    :developer [
        a foaf:Person ;
        rdfs:seeAlso <http://drobilla.net/drobilla.rdf> ;
        foaf:homepage <http://drobilla.net> ;
        foaf:mbox_sha1sum "253b3c58086250260bac1232d744d150274ad308" ;
        foaf:name "David Robillard"
    ] ;
    :download-page <http://download.drobilla.net> ;
    :homepage <http://drobilla.net/software/lilv> ;
    :license <http://usefulinc.com/doap/licenses/gpl> ;
    :name "LILV" ;
    :programming-language "C", "Turtle" ;
    :repository [
        :browse <http://dev.drobilla.net/browser/trunk/lilv> ;
        :location <http://svn.drobilla.net/lad/trunk/lilv> ;
        a :SVNRepository
    ] ;
    :shortdesc "Library for simple use of LV2 plugins" ;
    :shortname "LILV" .