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 mapping::Mappings;

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.

mapping

Implementation of the PrefixMapping trait for MemGraph.

Structs

MemGraph

A very simple in-memory implementation of the Graph and NamedGraph traits.