Expand description
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