aboutsummaryrefslogtreecommitdiffstats
path: root/serd.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-25 02:17:25 +0000
committerDavid Robillard <d@drobilla.net>2013-02-25 02:17:25 +0000
commit29c0649c9f5cc4467b0545eb95759b835da9991b (patch)
tree06db30b61064ed92fb77bde41bd068d358a44c61 /serd.ttl
parent88c96ff1491d8c684800a3995027d6b15c5eec5d (diff)
downloadserd-29c0649c9f5cc4467b0545eb95759b835da9991b.tar.gz
serd-29c0649c9f5cc4467b0545eb95759b835da9991b.tar.bz2
serd-29c0649c9f5cc4467b0545eb95759b835da9991b.zip
Add DOAP information.
git-svn-id: http://svn.drobilla.net/serd/trunk@417 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'serd.ttl')
-rw-r--r--serd.ttl16
1 files changed, 16 insertions, 0 deletions
diff --git a/serd.ttl b/serd.ttl
new file mode 100644
index 00000000..0feecba1
--- /dev/null
+++ b/serd.ttl
@@ -0,0 +1,16 @@
+@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> .