DuckDB RDF Extension
A DuckDB extension to read and write RDF files directly.
This extension allows reading and writing RDF files in DuckDB, supporting various formats such as Turtle, NTriples, NQuads, and TriG. It uses the SERD library for parsing and writing RDF data. The extension also supports WebAssembly (WASM) builds and compression formats like Gzip and Zst.
Based on: GitHub - nonodename/duck_rdf: RDF file extension for DuckDB. Reads and writes supported · github.com