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.
17 lines
739 B
17 lines
739 B
![]()
10 years ago
|
@prefix doap: <http://usefulinc.com/ns/doap#> .
|
||
|
|
||
|
<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> .
|