<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>drobilla.net - Serd</title><link>https://drobilla.net/</link><description/><atom:link href="https://drobilla.net/category/serd/feed/rss2" rel="self"/><lastBuildDate>Tue, 10 Feb 2026 18:02:00 -0500</lastBuildDate><item><title>Serd 0.32.8</title><link>https://drobilla.net/2026/02/10/serd-0-32-8.html</link><description>&lt;p&gt;&lt;a href="https://download.drobilla.net/serd-0.32.8.tar.xz"&gt;Serd 0.32.8&lt;/a&gt; has been released.  Serd is a lightweight C library for working with RDF data.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Avoid use of snprintf() when writing&lt;/li&gt;
&lt;li&gt;Fix unbounded reader stack growth when reading NQuads&lt;/li&gt;
&lt;li&gt;Improve reader error handling&lt;/li&gt;
&lt;li&gt;Relax nullability of SerdNode buffer field&lt;/li&gt;
&lt;li&gt;Release reader stack memory on read error&lt;/li&gt;
&lt;li&gt;Strengthen handling of corrupt UTF-8 input&lt;/li&gt;
&lt;li&gt;Support writing all escapes in Turtle and TriG prefixed names&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Tue, 10 Feb 2026 18:02:00 -0500</pubDate><guid>tag:drobilla.net,2026-02-10:/2026/02/10/serd-0-32-8.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.32.6</title><link>https://drobilla.net/2025/11/12/serd-0-32-6.html</link><description>&lt;p&gt;&lt;a href="https://download.drobilla.net/serd-0.32.6.tar.xz"&gt;Serd 0.32.6&lt;/a&gt; has been released.  Serd is a lightweight C library for working with RDF data.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Avoid over-use of yielding meson options&lt;/li&gt;
&lt;li&gt;Drop graphs when writing Turtle output&lt;/li&gt;
&lt;li&gt;Eliminate recursion in the writer&lt;/li&gt;
&lt;li&gt;Fix handling of bad predicates in anonymous blank nodes&lt;/li&gt;
&lt;li&gt;Fix handling of some invalid EOF cases in lax mode&lt;/li&gt;
&lt;li&gt;Fix indentation of named objects after anonymous objects&lt;/li&gt;
&lt;li&gt;Fix indentation when ending anonymous nodes with many objects&lt;/li&gt;
&lt;li&gt;Fix invalid characters in error messages&lt;/li&gt;
&lt;li&gt;Fix reading numbers with no space before the final dot&lt;/li&gt;
&lt;li&gt;Fix reading prefix names that start with "true." or "false."&lt;/li&gt;
&lt;li&gt;Refuse to write incoherent statements&lt;/li&gt;
&lt;li&gt;Remove project and version number from man page OS field&lt;/li&gt;
&lt;li&gt;Write a blank line between statements and Turtle/TriG directives&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Wed, 12 Nov 2025 18:54:00 -0500</pubDate><guid>tag:drobilla.net,2025-11-12:/2025/11/12/serd-0-32-6.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.32.4</title><link>https://drobilla.net/2025/01/19/serd-0-32-4.html</link><description>&lt;p&gt;&lt;a href="https://download.drobilla.net/serd-0.32.4.tar.xz"&gt;Serd 0.32.4&lt;/a&gt; has been released.  Serd is a lightweight C library for working with RDF data.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Clean up enum declarations&lt;/li&gt;
&lt;li&gt;Fix library current_version on MacOS&lt;/li&gt;
&lt;li&gt;Fix overly permissive parsing of syntax names on the command line&lt;/li&gt;
&lt;li&gt;Fix parsing NQuads lines with no space before the final dot&lt;/li&gt;
&lt;li&gt;Fix reading chunks from files without trailing newlines&lt;/li&gt;
&lt;li&gt;Fix rewriting special literals when datatype URIs are prefixed names&lt;/li&gt;
&lt;li&gt;Gracefully handle errors while writing the end of anonymous nodes&lt;/li&gt;
&lt;li&gt;Improve test suite coverage&lt;/li&gt;
&lt;li&gt;Simplify some character classification and comparison code&lt;/li&gt;
&lt;li&gt;Support reading lone lists in lax mode&lt;/li&gt;
&lt;li&gt;Treat out of range unicode characters as errors&lt;/li&gt;
&lt;li&gt;Write blank lines between graphs and statements in TriG&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Sun, 19 Jan 2025 00:17:00 -0500</pubDate><guid>tag:drobilla.net,2025-01-19:/2025/01/19/serd-0-32-4.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.32.2</title><link>https://drobilla.net/2024/01/23/serd-0-32-2.html</link><description>&lt;p&gt;&lt;a href="https://download.drobilla.net/serd-0.32.2.tar.xz"&gt;Serd 0.32.2&lt;/a&gt; has been released.  Serd is a lightweight C library for working with RDF data.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enable clang nullability checks&lt;/li&gt;
&lt;li&gt;Fix writing empty list objects within blank nodes&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Tue, 23 Jan 2024 19:32:00 -0500</pubDate><guid>tag:drobilla.net,2024-01-23:/2024/01/23/serd-0-32-2.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.32.0</title><link>https://drobilla.net/2023/10/22/serd-0-32-0.html</link><description>&lt;p&gt;&lt;a href="https://download.drobilla.net/serd-0.32.0.tar.xz"&gt;Serd 0.32.0&lt;/a&gt; has been released.  Serd is a lightweight C library for working with RDF data.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add Windows path separator support to serd_node_new_file_uri()&lt;/li&gt;
&lt;li&gt;Add long "help" and "version" options to serdi&lt;/li&gt;
&lt;li&gt;Add options to disable html or singlehtml documentation&lt;/li&gt;
&lt;li&gt;Add serd_reader_skip_until_byte() to public API&lt;/li&gt;
&lt;li&gt;Allow SERD_API to be defined by the user&lt;/li&gt;
&lt;li&gt;Avoid creating test files in the current directory&lt;/li&gt;
&lt;li&gt;Avoid using ASCII grave as a quote&lt;/li&gt;
&lt;li&gt;Check for POSIX features with the build system&lt;/li&gt;
&lt;li&gt;Clean up and improve test suite&lt;/li&gt;
&lt;li&gt;Clean up code&lt;/li&gt;
&lt;li&gt;Fix crash when trying to read chunks without starting&lt;/li&gt;
&lt;li&gt;Fix hang when skipping an error at EOF when lax parsing&lt;/li&gt;
&lt;li&gt;Fix incorrect parsing of strange quote escape patterns&lt;/li&gt;
&lt;li&gt;Fix possible hang when writing nested Turtle lists&lt;/li&gt;
&lt;li&gt;Fix potential memory leaks when a write is aborted&lt;/li&gt;
&lt;li&gt;Fix relative URI creation&lt;/li&gt;
&lt;li&gt;Gracefully handle bad characters in Turtle blank node syntax&lt;/li&gt;
&lt;li&gt;Gracefully handle bad characters in Turtle datatype syntax&lt;/li&gt;
&lt;li&gt;Improve TriG pretty-printing and remove trailing newlines&lt;/li&gt;
&lt;li&gt;Improve pretty-printing of lists and inline subjects&lt;/li&gt;
&lt;li&gt;Improve serdi man page&lt;/li&gt;
&lt;li&gt;Improve writer error handling&lt;/li&gt;
&lt;li&gt;Make URI writing stricter by default&lt;/li&gt;
&lt;li&gt;Make serd_reader_read_chunk() work with NQuads&lt;/li&gt;
&lt;li&gt;Override pkg-config dependency within meson&lt;/li&gt;
&lt;li&gt;Remove junk files from documentation install&lt;/li&gt;
&lt;li&gt;Remove support for writing Turtle named inline nodes extension&lt;/li&gt;
&lt;li&gt;Replace duplicated dox_to_sphinx script with sphinxygen dependency&lt;/li&gt;
&lt;li&gt;Test header for warnings more strictly&lt;/li&gt;
&lt;li&gt;Update standard test suites&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Sun, 22 Oct 2023 19:36:00 -0400</pubDate><guid>tag:drobilla.net,2023-10-22:/2023/10/22/serd-0-32-0.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.30.16</title><link>https://drobilla.net/2022/09/09/serd-0-30-16.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.30.16.tar.xz"&gt;Serd 0.30.16&lt;/a&gt; has been released.  Serd is a lightweight C library for working with RDF data.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add SERD_STATIC to pkg-config Cflags for static-only builds&lt;/li&gt;
&lt;li&gt;Adopt REUSE machine-readable licensing standard&lt;/li&gt;
&lt;li&gt;Allow programs to be used from subproject&lt;/li&gt;
&lt;li&gt;Fix spelling mistake in serdi man page&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Fri, 09 Sep 2022 03:06:00 -0400</pubDate><guid>tag:drobilla.net,2022-09-09:/2022/09/09/serd-0-30-16.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.30.14</title><link>https://drobilla.net/2022/07/10/serd-0-30-14.html</link><description>&lt;p&gt;&lt;a href="https://download.drobilla.net/serd-0.30.14.tar.xz"&gt;Serd 0.30.14&lt;/a&gt; has been released.  Serd is a lightweight C library for working with RDF data.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix memory consumption when reading documents&lt;/li&gt;
&lt;li&gt;Switch to Meson build system&lt;/li&gt;
&lt;li&gt;Update README and project metadata&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Sun, 10 Jul 2022 16:58:00 -0400</pubDate><guid>tag:drobilla.net,2022-07-10:/2022/07/10/serd-0-30-14.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.30.12</title><link>https://drobilla.net/2022/05/26/serd-0-30-12.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.30.12.tar.bz2"&gt;Serd 0.30.12&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix warnings and build issues with clang 13 and VS 2019&lt;/li&gt;
&lt;li&gt;Fix writing long literals with triple quotes&lt;/li&gt;
&lt;li&gt;Improve documentation style&lt;/li&gt;
&lt;li&gt;Support combining several BSD-style command line flags in serdi&lt;/li&gt;
&lt;li&gt;Write statements with invalid URI characters in lax mode&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Thu, 26 May 2022 22:47:00 -0400</pubDate><guid>tag:drobilla.net,2022-05-26:/2022/05/26/serd-0-30-12.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.30.10</title><link>https://drobilla.net/2021/01/20/serd-0-30-10.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.30.10.tar.bz2"&gt;Serd 0.30.10&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add fallback configuration if documentation theme is unavailable&lt;/li&gt;
&lt;li&gt;Fix SERD_DISABLE_DEPRECATED&lt;/li&gt;
&lt;li&gt;Fix building for older MacOS versions on newer MacOS&lt;/li&gt;
&lt;li&gt;Fix documentation installation directory&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Wed, 20 Jan 2021 15:55:00 -0500</pubDate><guid>tag:drobilla.net,2021-01-20:/2021/01/20/serd-0-30-10.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.30.8</title><link>https://drobilla.net/2021/01/07/serd-0-30-8.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.30.8.tar.bz2"&gt;Serd 0.30.8&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Deprecate serd_uri_to_path()&lt;/li&gt;
&lt;li&gt;Don't install API man pages&lt;/li&gt;
&lt;li&gt;Fix potential memory error when serialising URIs&lt;/li&gt;
&lt;li&gt;Move headers to an include directory&lt;/li&gt;
&lt;li&gt;Refuse to write relative URI references to NTriples&lt;/li&gt;
&lt;li&gt;Remove the need for a generated configuration header&lt;/li&gt;
&lt;li&gt;Remove use of C character class functions that may use locale&lt;/li&gt;
&lt;li&gt;Split up and reorganize unit tests&lt;/li&gt;
&lt;li&gt;Use aligned allocation via C11 or Windows API where possible&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Thu, 07 Jan 2021 21:19:00 -0500</pubDate><guid>tag:drobilla.net,2021-01-07:/2021/01/07/serd-0-30-8.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.30.6</title><link>https://drobilla.net/2020/09/27/serd-0-30-6.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.30.6.tar.bz2"&gt;Serd 0.30.6&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix various minor warnings and other code quality issues&lt;/li&gt;
&lt;li&gt;Improve reader error handling&lt;/li&gt;
&lt;li&gt;Make all free functions tolerant of NULL&lt;/li&gt;
&lt;li&gt;Parse prefixed names more strictly&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Sun, 27 Sep 2020 10:51:00 -0400</pubDate><guid>tag:drobilla.net,2020-09-27:/2020/09/27/serd-0-30-6.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.30.4</title><link>https://drobilla.net/2020/04/26/serd-0-30-4.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.30.4.tar.bz2"&gt;Serd 0.30.4&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix EOF handling while reading in bulk or from strings&lt;/li&gt;
&lt;li&gt;Fix lax handling of string errors&lt;/li&gt;
&lt;li&gt;Fix reading from a null-delimited socket&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Sun, 26 Apr 2020 16:04:00 -0400</pubDate><guid>tag:drobilla.net,2020-04-26:/2020/04/26/serd-0-30-4.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.30.2</title><link>https://drobilla.net/2019/10/20/serd-0-30-2.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.30.2.tar.bz2"&gt;Serd 0.30.2&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix GCC 4 build&lt;/li&gt;
&lt;li&gt;Fix colliding blank nodes when parsing TriG&lt;/li&gt;
&lt;li&gt;Fix missing parse error messages&lt;/li&gt;
&lt;li&gt;Fix parsing "a" abbreviation without padding whitespace&lt;/li&gt;
&lt;li&gt;Fix parsing TriG graphs with several squashed trailing dots&lt;/li&gt;
&lt;li&gt;Fix resolving some URIs against base URIs with no trailing slash&lt;/li&gt;
&lt;li&gt;Improve build system and CI integration&lt;/li&gt;
&lt;li&gt;Improve documentation&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Sun, 20 Oct 2019 22:28:00 -0400</pubDate><guid>tag:drobilla.net,2019-10-20:/2019/10/20/serd-0-30-2.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.30.0</title><link>https://drobilla.net/2018/07/22/serd-0-30-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.30.0.tar.bz2"&gt;Serd 0.30.0&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add NTriples test suite&lt;/li&gt;
&lt;li&gt;Add basic error tolerant parsing for line-based formats&lt;/li&gt;
&lt;li&gt;Add serd_free for freeing memory allocated by serd&lt;/li&gt;
&lt;li&gt;Add serdi option to write ASCII output&lt;/li&gt;
&lt;li&gt;Clarify errors returned by serd_env_expand()&lt;/li&gt;
&lt;li&gt;Clean up testing code&lt;/li&gt;
&lt;li&gt;Fix building with MSVC&lt;/li&gt;
&lt;li&gt;Fix length of base64 encoded nodes&lt;/li&gt;
&lt;li&gt;Fix parsing local names that end with escaped dots&lt;/li&gt;
&lt;li&gt;Fix reported error when reading statements with only a blank node&lt;/li&gt;
&lt;li&gt;Improve relative URI serialisation&lt;/li&gt;
&lt;li&gt;Make serdi guess input syntax from extension if unspecified&lt;/li&gt;
&lt;li&gt;Make serdi syntax options case-insensitive&lt;/li&gt;
&lt;li&gt;Report errors for all failing test cases&lt;/li&gt;
&lt;li&gt;Support strict parsing of prefixed names&lt;/li&gt;
&lt;li&gt;Upgrade to waf 2.0.9 and autowaf a328983&lt;/li&gt;
&lt;li&gt;Use more efficient stack allocation and growth policies&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Sun, 22 Jul 2018 18:34:00 -0400</pubDate><guid>tag:drobilla.net,2018-07-22:/2018/07/22/serd-0-30-0.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.28.0</title><link>https://drobilla.net/2017/07/21/serd-0-28-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.28.0.tar.bz2"&gt;Serd 0.28.0&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add serd_node_from_substring()&lt;/li&gt;
&lt;li&gt;Add support for reading from a user provided callback&lt;/li&gt;
&lt;li&gt;Fix hangs when reading corrupt UTF-8&lt;/li&gt;
&lt;li&gt;Fix parsing of hex escapes in file URIs (thanks Johannes Mueller)&lt;/li&gt;
&lt;li&gt;Fix strict parsing of abolute URI schemes&lt;/li&gt;
&lt;li&gt;Gracefully handle applications that write corrupt UTF-8&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Fri, 21 Jul 2017 06:28:00 -0400</pubDate><guid>tag:drobilla.net,2017-07-21:/2017/07/21/serd-0-28-0.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.26.0</title><link>https://drobilla.net/2017/01/10/serd-0-26-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.26.0.tar.bz2"&gt;Serd 0.26.0&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add support for TriG and NQuads&lt;/li&gt;
&lt;li&gt;Add support for braindead SPARQL PREFIX and BASE directives&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Tue, 10 Jan 2017 01:10:00 -0500</pubDate><guid>tag:drobilla.net,2017-01-10:/2017/01/10/serd-0-26-0.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.24.0</title><link>https://drobilla.net/2016/09/20/serd-0-24-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.24.0.tar.bz2"&gt;Serd 0.24.0&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add serd_node_new_relative_uri()&lt;/li&gt;
&lt;li&gt;Fix construction and comparison of URIs with UTF-8 characters&lt;/li&gt;
&lt;li&gt;Fix documentation generation&lt;/li&gt;
&lt;li&gt;Fix potential out of bounds read&lt;/li&gt;
&lt;li&gt;Fix unaligned memory access, undefined behaviour which breaks on ARM&lt;/li&gt;
&lt;li&gt;Report I/O errors with message and return appropriate status code&lt;/li&gt;
&lt;li&gt;Report missing statement separator errors&lt;/li&gt;
&lt;li&gt;Update serdi man page&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Tue, 20 Sep 2016 02:21:00 -0400</pubDate><guid>tag:drobilla.net,2016-09-20:/2016/09/20/serd-0-24-0.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.22.0</title><link>https://drobilla.net/2015/10/08/serd-0-22-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.22.0.tar.bz2"&gt;Serd 0.22.0&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add serd_reader_set_strict() and -l (lax) option to serdi to tolerate parsing URIs with escaped characters&lt;/li&gt;
&lt;li&gt;Add support for Turtle named inline nodes extension&lt;/li&gt;
&lt;li&gt;Fix clash resolution when a blank node ID prefix is set&lt;/li&gt;
&lt;li&gt;Fix reading statements ending with a blank then dot with no space&lt;/li&gt;
&lt;li&gt;Fix serd_reader_read_file() for URIs with escaped characters (spaces)&lt;/li&gt;
&lt;li&gt;Fix serializing fractional decimals that would round up&lt;/li&gt;
&lt;li&gt;Fix warnings when building with ISO C++ compilers&lt;/li&gt;
&lt;li&gt;Remove dependence on fmax() to avoid portability issues&lt;/li&gt;
&lt;li&gt;Report errors for invalid IRI characters and missing terminators&lt;/li&gt;
&lt;li&gt;Show serdi errors in standard format&lt;/li&gt;
&lt;li&gt;Upgrade to waf 1.8.14&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Thu, 08 Oct 2015 19:34:00 -0400</pubDate><guid>tag:drobilla.net,2015-10-08:/2015/10/08/serd-0-22-0.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.20.0</title><link>https://drobilla.net/2014/08/08/serd-0-20-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.20.0.tar.bz2"&gt;Serd 0.20.0&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add -lm to pkg-config libs&lt;/li&gt;
&lt;li&gt;Correctly handle posix_memalign failure&lt;/li&gt;
&lt;li&gt;Don't write xsd:decimal literals to Turtle bare if they would not be read back with the same type&lt;/li&gt;
&lt;li&gt;Fix const-correctness violation for reader input string&lt;/li&gt;
&lt;li&gt;Fix possible crash in serd_writer_end_anon() when writing invalid lists&lt;/li&gt;
&lt;li&gt;Generate blank names like &lt;em&gt;:b1 and &lt;/em&gt;:B2 not &lt;em&gt;:genid1 &lt;/em&gt;:docid2&lt;/li&gt;
&lt;li&gt;Support new RDF 1.1 Turtle&lt;/li&gt;
&lt;li&gt;Update to waf 1.7.14&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Fri, 08 Aug 2014 22:02:00 -0400</pubDate><guid>tag:drobilla.net,2014-08-08:/2014/08/08/serd-0-20-0.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.18.2</title><link>https://drobilla.net/2012/12/23/serd-0-18-2.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.18.2.tar.bz2"&gt;Serd 0.18.2&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Disable timestamps in HTML documentation for reproducible build&lt;/li&gt;
&lt;li&gt;Fix bug that caused "a" abbreviation in non-predicate position&lt;/li&gt;
&lt;li&gt;Fix clashing symbol "error" in amalgamation build&lt;/li&gt;
&lt;li&gt;Fix crash when resolving against non-standard base URIs&lt;/li&gt;
&lt;li&gt;Fix crash when serd_node_new_decimal is called with infinity or NaN&lt;/li&gt;
&lt;li&gt;Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory)&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Sun, 23 Dec 2012 02:32:00 -0500</pubDate><guid>tag:drobilla.net,2012-12-23:/2012/12/23/serd-0-18-2.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.18.0</title><link>https://drobilla.net/2012/08/23/serd-0-18-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.18.0.tar.bz2"&gt;Serd 0.18.0&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add -e option to serdi to use incremental reading&lt;/li&gt;
&lt;li&gt;Add -q option to serdi to suppress all non-data output, e.g. errors&lt;/li&gt;
&lt;li&gt;Add error callback to reader and writer for custom error reporting&lt;/li&gt;
&lt;li&gt;Add incremental read interface suitable for reading from infinite streams&lt;/li&gt;
&lt;li&gt;Add option to build utilities as static binaries&lt;/li&gt;
&lt;li&gt;Do not require a C++ compiler to build&lt;/li&gt;
&lt;li&gt;Fix various hyper-strict warnings&lt;/li&gt;
&lt;li&gt;Report write size correctly when invalid UTF-8 is encountered and a replacement character is written&lt;/li&gt;
&lt;li&gt;Reset indent when finishing a write&lt;/li&gt;
&lt;li&gt;Strip down API documentation to a single clean page&lt;/li&gt;
&lt;li&gt;Support digits at start of local names as per new Turtle grammar&lt;/li&gt;
&lt;li&gt;Upgrade to waf 1.7.2&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Thu, 23 Aug 2012 04:18:00 -0400</pubDate><guid>tag:drobilla.net,2012-08-23:/2012/08/23/serd-0-18-0.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.14.0</title><link>https://drobilla.net/2012/04/17/serd-0-14-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.14.0.tar.bz2"&gt;Serd 0.14.0&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add SerdBulkSink for writing bulk output and corresponding serdi -B option&lt;/li&gt;
&lt;li&gt;Add serd_chunk_sink for easy writing to a string&lt;/li&gt;
&lt;li&gt;Add serd_file_sink for easy writing to a FILE* stream&lt;/li&gt;
&lt;li&gt;Add serd_node_new_blob and serd_base64_decode for handling arbitrary binary data via base64 encoding&lt;/li&gt;
&lt;li&gt;Add serd_node_new_file_uri() and serd_file_uri_parse() and implement proper URI to/from path hex escaping, etc.&lt;/li&gt;
&lt;li&gt;Add serd_reader_set_default_graph() for reading a file as a named graph&lt;/li&gt;
&lt;li&gt;Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() for locale-independent numeric node parsing/serialising&lt;/li&gt;
&lt;li&gt;Add serd_uri_serialise_relative() for making URIs relative to a base where possible (by chopping a common prefix and adding dot segments)&lt;/li&gt;
&lt;li&gt;Add serd_writer_get_env()&lt;/li&gt;
&lt;li&gt;Add serd_writer_set_root_uri() and corresponding -r option to serdi to enable writing URIs with up references (../)&lt;/li&gt;
&lt;li&gt;Add serdi -f option to prevent URI qualification&lt;/li&gt;
&lt;li&gt;Escape ASCII control characters in output (e.g. fix problems with string literals that start with a backspace)&lt;/li&gt;
&lt;li&gt;Handle a quote as the last character of a long string literal in the writer (by escaping it) rather than the reader, to avoid writing Turtle other tools fail to parse&lt;/li&gt;
&lt;li&gt;Handle files and strings that start with a UTF-8 Byte Order Mark&lt;/li&gt;
&lt;li&gt;Implement pretty-printing for collections&lt;/li&gt;
&lt;li&gt;Improve URI resolution to cover most of the abnormal cases from RFC3986&lt;/li&gt;
&lt;li&gt;Improve write performance by doing bulk writes for unescaped substrings&lt;/li&gt;
&lt;li&gt;Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)&lt;/li&gt;
&lt;li&gt;Make URIs serialised by the writer properly escape characters&lt;/li&gt;
&lt;li&gt;Parse collections iteratively in O(1) space&lt;/li&gt;
&lt;li&gt;Remove use of multi-byte peek (readahead) and use exactly 1 page for read buffer (instead of 2)&lt;/li&gt;
&lt;li&gt;Report read error if both "genid" and "docid" IDs are found in the same document, to prevent silent merging of distinct blank nodes&lt;/li&gt;
&lt;li&gt;Report reason for failure to open file in serdi&lt;/li&gt;
&lt;li&gt;Resolve dot segments in serd_uri_resolve() instead of at write time&lt;/li&gt;
&lt;li&gt;Support Windows file://c:/foo URIs in serd_uri_to_path() on all platforms&lt;/li&gt;
&lt;li&gt;Support compilation as C++ under MSVC++&lt;/li&gt;
&lt;li&gt;Support file://localhost/foo URIs in serd_uri_to_path()&lt;/li&gt;
&lt;li&gt;Tolerate invalid characters in string literals by replacing with the Unicode replacement character&lt;/li&gt;
&lt;li&gt;Use path variables in pkgconfig files&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Tue, 17 Apr 2012 22:23:00 -0400</pubDate><guid>tag:drobilla.net,2012-04-17:/2012/04/17/serd-0-14-0.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.5.0</title><link>https://drobilla.net/2011/09/29/serd-0-5-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.5.0.tar.bz2"&gt;Serd 0.5.0&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add ability to build static library&lt;/li&gt;
&lt;li&gt;Add serd_env_set_prefix_from_strings for convenience&lt;/li&gt;
&lt;li&gt;Add serd_strerror&lt;/li&gt;
&lt;li&gt;Avoid writing illegal Turtle names as a result of URI qualifying&lt;/li&gt;
&lt;li&gt;Fix erroneously equal SERD_ERR_BAD_SYNTAX and SERD_ERR_BAD_ARG&lt;/li&gt;
&lt;li&gt;Fix pretty printing of successive blank descriptions, i.e. "] , ["&lt;/li&gt;
&lt;li&gt;Gracefully handle NULL reader sinks&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Thu, 29 Sep 2011 04:00:00 -0400</pubDate><guid>tag:drobilla.net,2011-09-29:/2011/09/29/serd-0-5-0.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.4.2</title><link>https://drobilla.net/2011/05/25/serd-0-4-2.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.4.2.tar.bz2"&gt;Serd 0.4.2&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix build system Python 3 compatibility&lt;/li&gt;
&lt;li&gt;Fix compilation issues on some systems&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Wed, 25 May 2011 23:00:00 -0400</pubDate><guid>tag:drobilla.net,2011-05-25:/2011/05/25/serd-0-4-2.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item><item><title>Serd 0.4.0</title><link>https://drobilla.net/2011/05/25/serd-0-4-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/serd-0.4.0.tar.bz2"&gt;Serd 0.4.0&lt;/a&gt; has been released.  Serd is a lightweight C library for RDF syntax which supports reading and writing &lt;a href="https://www.w3.org/TR/turtle/"&gt;Turtle&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/trig/"&gt;TriG&lt;/a&gt;, &lt;a href="https://www.w3.org/TR/n-triples/"&gt;NTriples&lt;/a&gt;, and &lt;a href="https://www.w3.org/TR/n-quads/"&gt;NQuads&lt;/a&gt;.  Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Wed, 25 May 2011 03:00:00 -0400</pubDate><guid>tag:drobilla.net,2011-05-25:/2011/05/25/serd-0-4-0.html</guid><category>misc</category><category>Software</category><category>RDF</category><category>Serd</category></item></channel></rss>