summaryrefslogtreecommitdiffstats
path: root/lilv.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lilv.ttl')
-rw-r--r--lilv.ttl48
1 files changed, 24 insertions, 24 deletions
diff --git a/lilv.ttl b/lilv.ttl
index edfb0e5..9bdd56d 100644
--- a/lilv.ttl
+++ b/lilv.ttl
@@ -1,29 +1,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 doap: <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" .
-
+<http://drobilla.net/drobilla#me>
+ a foaf:Person ;
+ rdfs:seeAlso <http://drobilla.net/drobilla> ;
+ foaf:mbox <mailto:d@drobilla.net> ;
+ foaf:name "David Robillard" ;
+ foaf:nick "drobilla" .
+<http://drobilla.net/software/lilv>
+ a doap:Project ;
+ doap:blog <https://drobilla.net/category/lilv/> ;
+ doap:bug-database <https://gitlab.com/lv2/lilv/issues> ;
+ doap:description "C library for hosting LV2 plugins" ;
+ doap:developer <http://drobilla.net/drobilla#me> ;
+ doap:download-page <http://download.drobilla.net/> ;
+ doap:homepage <http://drobilla.net/software/lilv> ;
+ doap:implements <http://lv2plug.in/ns/lv2core> ;
+ doap:license <http://opensource.org/licenses/isc> ;
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
+ doap:name "Lilv" ;
+ doap:programming-language "C" ;
+ doap:repository [
+ a doap:GitBranch ;
+ doap:location <https://gitlab.com/lv2/lilv.git>
+ ] .