mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-18 08:31:13 +02:00
Update lilv, lv2, serd, sord, sratom, and add suil.
This commit is contained in:
26
lib-src/lv2/serd/serd.ttl
Normal file
26
lib-src/lv2/serd/serd.ttl
Normal file
@@ -0,0 +1,26 @@
|
||||
@prefix doap: <http://usefulinc.com/ns/doap#> .
|
||||
|
||||
<http://drobilla.net/drobilla#me>
|
||||
a foaf:Person ;
|
||||
foaf:name "David Robillard" ;
|
||||
foaf:mbox <mailto:d@drobilla.net> ;
|
||||
rdfs:seeAlso <http://drobilla.net/drobilla> .
|
||||
|
||||
<http://drobilla.net/sw/serd>
|
||||
a doap:Project ;
|
||||
doap:name "Serd" ;
|
||||
doap:homepage <http://drobilla.net/software/serd> ;
|
||||
doap:license <http://opensource.org/licenses/isc> ;
|
||||
doap:shortdesc "A high-performance Turtle/NTriples reader/writer" ;
|
||||
doap:description "Serd is a lightweight high-performance C library for reading and writing RDF in the Turtle and NTriples syntaxes." ;
|
||||
doap:created "2011-09-28"^^xsd:date ;
|
||||
doap:programming-language "C" ;
|
||||
doap:implements <http://www.w3.org/TR/turtle/> ;
|
||||
doap:bug-database <http://dev.drobilla.net/> ;
|
||||
doap:blog <http://drobilla.net/> ;
|
||||
doap:developer <http://drobilla.net/drobilla#me> ;
|
||||
doap:maintainer <http://drobilla.net/drobilla#me> ;
|
||||
doap:repository [
|
||||
a doap:SVNRepository ;
|
||||
doap:location <http://svn.drobilla.net/serd/>
|
||||
] .
|
Reference in New Issue
Block a user