English

Jelly: a Fast and Convenient RDF Serialization Format

Databases 2025-08-01 v2 Networking and Internet Architecture

Abstract

Existing RDF serialization formats such as Turtle, N-Quads, and JSON-LD are widely used for communication and storage in knowledge graph and Semantic Web applications. However, they suffer from limitations in performance, compression ratio, and lack of native support for RDF streams. To address these shortcomings, we introduce Jelly, a fast and convenient binary serialization format for RDF data that supports both batch and streaming use cases. Jelly is designed to maximize serialization throughput, reduce file size with lightweight streaming compression, and minimize compute resource usage. Built on Protocol Buffers, Jelly is easy to integrate with modern programming languages and RDF libraries. To maximize reusability, Jelly has an open protocol specification, open-source implementations in Java and Python integrated with popular RDF libraries, and a versatile command-line tool. To illustrate its usefulness, we outline concrete use cases where Jelly can provide tangible benefits. We consider that by combining practical usability with state-of-the-art efficiency, Jelly is an important contribution to the Semantic Web tool stack.

Cite

@article{arxiv.2506.11298,
  title  = {Jelly: a Fast and Convenient RDF Serialization Format},
  author = {Piotr Sowinski and Karolina Bogacka and Anastasiya Danilenka and Nikita Kozlov},
  journal= {arXiv preprint arXiv:2506.11298},
  year   = {2025}
}

Comments

Developers Workshop, co-located with SEMANTiCS'25: International Conference on Semantic Systems, September 3-5, 2025, Vienna, Austria

R2 v1 2026-07-01T03:14:47.183Z