aboutsummaryrefslogtreecommitdiffstats
path: root/serd.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-03-31 13:54:20 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commit0e9169e24fcfc4599a62f85991f407f257fec520 (patch)
tree0e79c49c6fc29c824a4f1fa72749f25c100ad390 /serd.ttl
parent91c0c68e153118f4d64c137d78882ee95830c307 (diff)
downloadserd-0e9169e24fcfc4599a62f85991f407f257fec520.tar.gz
serd-0e9169e24fcfc4599a62f85991f407f257fec520.tar.bz2
serd-0e9169e24fcfc4599a62f85991f407f257fec520.zip
Rename serdi to serd-pipe
Diffstat (limited to 'serd.ttl')
-rw-r--r--serd.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/serd.ttl b/serd.ttl
index d3255be6..eea87c29 100644
--- a/serd.ttl
+++ b/serd.ttl
@@ -16,7 +16,7 @@
doap:homepage <https://drobilla.net/software/serd> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:shortdesc "Lightweight C library for working with RDF data" ;
- doap:description "Serd is a lightweight C library for working with RDF data. Serd can be used by high-performance or resource-limited applications to read or write Turtle, TriG, NTriples, and NQuads. The included `serdi` tool can be used to efficiently process RDF documents in scripts or on the command-line." ;
+ doap:description "Serd is a fast and lightweight C library for reading and writing RDF in Turtle, NTriples, TriG, and NQuads." ;
doap:created "2011-09-28"^^xsd:date ;
doap:programming-language "C" ;
doap:implements <http://www.w3.org/TR/n-quads/> ,