Crate rdftk_memgraph[][src]

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

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.

mapping

Implementation of the PrefixMapping trait for MemGraph.

Structs

MemGraph

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