Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lilv.ttl 1.1KB

12 years ago
1234567891011121314151617181920212223242526272829
  1. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  2. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  3. @prefix : <http://usefulinc.com/ns/doap#> .
  4. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  5. <http://drobilla.net/software/lilv>
  6. a :Project ;
  7. :bug-database <http://dev.drobilla.net/query?status=new&status=assigned&status=reopened&component=LILV&order=priority> ;
  8. :developer [
  9. a foaf:Person ;
  10. rdfs:seeAlso <http://drobilla.net/drobilla.rdf> ;
  11. foaf:homepage <http://drobilla.net> ;
  12. foaf:mbox_sha1sum "253b3c58086250260bac1232d744d150274ad308" ;
  13. foaf:name "David Robillard"
  14. ] ;
  15. :download-page <http://download.drobilla.net> ;
  16. :homepage <http://drobilla.net/software/lilv> ;
  17. :license <http://usefulinc.com/doap/licenses/gpl> ;
  18. :name "LILV" ;
  19. :programming-language "C", "Turtle" ;
  20. :repository [
  21. :browse <http://dev.drobilla.net/browser/trunk/lilv> ;
  22. :location <http://svn.drobilla.net/lad/trunk/lilv> ;
  23. a :SVNRepository
  24. ] ;
  25. :shortdesc "Library for simple use of LV2 plugins" ;
  26. :shortname "LILV" .