Skip to main content

Crate rdf_store_oxigraph

Crate rdf_store_oxigraph 

Source
Expand description

An Oxigraph storage adapter for RDF.rs, a Rust framework for RDF knowledge graphs.

§Examples

use rdf_store_oxigraph::{OxigraphStore, OxigraphTransaction};

Structs§

OxigraphStore
A quad store backed by an Oxigraph database.
OxigraphTransaction
A transaction for reading and writing statements in Oxigraph.
StoreOptions

Traits§

ReadTransaction
Store
WriteTransaction

Type Aliases§

OxigraphError
An error when interacting with an Oxigraph store.