summaryrefslogtreecommitdiffstats
path: root/slv2.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'slv2.ttl')
-rw-r--r--slv2.ttl26
1 files changed, 26 insertions, 0 deletions
diff --git a/slv2.ttl b/slv2.ttl
new file mode 100644
index 0000000..440bf7d
--- /dev/null
+++ b/slv2.ttl
@@ -0,0 +1,26 @@
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix : <http://usefulinc.com/ns/doap#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+
+[]
+ a :Project;
+ :name "SLV2";
+ :shortname "SLV2";
+ :shortdesc "Library for simple use of LV2 plugins";
+ :homepage <http://drobilla.net/software/slv2>;
+ :download-page <http://download.drobilla.net>;
+ :bug-database <http://dev.drobilla.net/query?status=new&status=assigned&status=reopened&component=SLV2&order=priority>;
+ :programming-language "C", "Turtle";
+ :license <http://usefulinc.com/doap/licenses/gpl>;
+ :developer [
+ a foaf:Person;
+ foaf:name "Dave Robillard";
+ foaf:homepage <http://drobilla.net>;
+ foaf:mbox_sha1sum "253b3c58086250260bac1232d744d150274ad308"
+ ];
+ :repository [
+ a :SVNRepository;
+ :browse <http://dev.drobilla.net/browser/slv2>;
+ :location <http://svn.drobilla.net/lad/slv2>
+ ] .
+