Crate rdftk_memgraph[][src]

Expand description

memgraph This crate provides an implementation of the Graph traits from rdftk_core::graph for simple in-memory usage.

Example

TBD

Re-exports

pub use data_set::MemDataSet;
pub use data_set::MemDataSetFactory;
pub use indexed::IndexedMemGraph;
pub use indexed::IndexedMemGraphFactory;
pub use simple::MemGraph;
pub use simple::MemGraphFactory;

Modules

data_set

Provides an implementation of the W3C RDF 1.1: On Semantics of RDF Datasets recommendation. Additional semantics taken from RDF 1.1 TriG, RDF Dataset Language.

indexed

One-line description.

simple

TBD