1 unstable release
Uses new Rust 2024
| 0.1.0 | Sep 29, 2025 |
|---|
#4 in #query-execution-framework
151 downloads per month
Used in 11 crates
(8 directly)
275KB
7K
SLoC
This crate contains the RDF Fusion model, including types for RDF terms, quads, and RDF graphs. Note that the data representation based on Arrow arrays is not part of this crate.
Large portions of the available types are re-exported from Oxigraph.
RDF Fusion Model
RDF Fusion is an extensible query execution framework, written in Rust, that is based on Apache DataFusion.
This crate is a submodule of RDF Fusion that contains some core data structures and traits.
Most projects should use the rdf-fusion crate directly, which re-exports this module. If you are already using the
rdf-fusion crate, there is no reason to use this crate directly in your project as well.
Dependencies
~100MB
~2M SLoC