summaryrefslogtreecommitdiffstats
path: root/slv2.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'slv2.ttl')
-rw-r--r--slv2.ttl29
1 files changed, 0 insertions, 29 deletions
diff --git a/slv2.ttl b/slv2.ttl
deleted file mode 100644
index 3ef133b..0000000
--- a/slv2.ttl
+++ /dev/null
@@ -1,29 +0,0 @@
-@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/slv2>
- a :Project ;
- :bug-database <http://dev.drobilla.net/query?status=new&status=assigned&status=reopened&component=SLV2&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/slv2> ;
- :license <http://usefulinc.com/doap/licenses/gpl> ;
- :name "SLV2" ;
- :programming-language "C", "Turtle" ;
- :repository [
- :browse <http://dev.drobilla.net/browser/trunk/slv2> ;
- :location <http://svn.drobilla.net/lad/trunk/slv2> ;
- a :SVNRepository
- ] ;
- :shortdesc "Library for simple use of LV2 plugins" ;
- :shortname "SLV2" .
-
-