A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples https://www.drobilla.net/software/serd.html
Go to file
2024-02-08 11:48:27 +01:00
README.md package created by silvan using the webbuild interface [release 0.18.2-1mamba;Thu Jan 31 2013] 2024-01-05 17:44:42 +01:00
serd.spec automatic version update by autodist [release 0.32.2-1mamba;Tue Feb 06 2024] 2024-02-08 11:48:27 +01:00

serd

Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples. Serd is not intended to be a swiss-army knife of RDF syntax, but rather is suited to resource limited or performance critical applications (e.g. converting many gigabytes of NTriples to Turtle), or situations where a simple reader/writer with minimal dependencies is ideal (e.g. in LV2 implementations or embedded applications).