From a2c2269777fa75f0aed6b3c0ac369d4bcd30e62f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Jan 2017 17:47:42 -0500 Subject: Add support for writing TriG --- serd.ttl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'serd.ttl') 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 ; doap:license ; - 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 ; + doap:implements , + , + , + ; doap:bug-database ; doap:blog ; doap:developer ; -- cgit v1.2.1