aboutsummaryrefslogtreecommitdiffstats
path: root/serd.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-01-07 17:47:42 -0500
committerDavid Robillard <d@drobilla.net>2017-01-07 19:29:47 -0500
commita2c2269777fa75f0aed6b3c0ac369d4bcd30e62f (patch)
tree828cb0c83c054dc0ce59a60cce22d96eda8ce539 /serd.ttl
parent6d60684087130f4e2d2135c128149230962c8c50 (diff)
downloadserd-a2c2269777fa75f0aed6b3c0ac369d4bcd30e62f.tar.gz
serd-a2c2269777fa75f0aed6b3c0ac369d4bcd30e62f.tar.bz2
serd-a2c2269777fa75f0aed6b3c0ac369d4bcd30e62f.zip
Add support for writing TriG
Diffstat (limited to 'serd.ttl')
-rw-r--r--serd.ttl9
1 files changed, 6 insertions, 3 deletions
diff --git a/serd.ttl b/serd.ttl
index cc678ed7..b92e248e 100644
--- a/serd.ttl
+++ b/serd.ttl
@@ -14,11 +14,14 @@
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:shortdesc "A high-performance RDF reader/writer" ;
+ doap:description "Serd is a lightweight high-performance C library for reading and writing RDF in the Turtle, NTriples, TriG, and NQuads syntaxes." ;
doap:created "2011-09-28"^^xsd:date ;
doap:programming-language "C" ;
- doap:implements <http://www.w3.org/TR/turtle/> ;
+ doap:implements <http://www.w3.org/TR/n-quads/> ,
+ <http://www.w3.org/TR/n-triples/> ,
+ <http://www.w3.org/TR/trig/> ,
+ <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> ;