#rdf #graphs #linked-data #semantic-web

taganak-orm

ORM (object-relational mapper) for Rust dataypes onto Taganak graphs

6 releases

0.1.0-dev6 Feb 21, 2026
0.1.0-dev5 Oct 13, 2025
0.1.0-dev4 Jun 17, 2025
0.1.0-dev3 May 20, 2025
0.1.0-dev1 Apr 13, 2025

#44 in #linked-data


Used in 5 crates (4 directly)

MPL-2.0 license

2MB
9K SLoC

ORM (object-relational mapper) for Rust dataypes onto Taganak graphs

This ORM allows serializing Rust datatypes into RDF statements, and deserializing them again from a known schema.

As the ORM requires several complex traits to be implemented, the easiest way is to use it with the GraphORM derive macro.

The ORM is under heavy development and to be considered unstable.

Example implementations

Some example implemtations that show-case how the ORM can be used are listed here as references.

Dependencies

~14–20MB
~310K SLoC