[][src]Module rdftk_core::graph

Traits which describe the capabilities of different Graph types.

Example

TBD

Re-exports

pub use named::MutableNamedGraph;
pub use named::NamedGraph;
pub use caching::CachingGraph;
pub use mapping::Prefix;
pub use mapping::PrefixMappings;

Modules

caching

An extension to the core Graph to support graphs that cache literal and resource values to reduce memory use/fragmentation.

mapping

A trait for prefix-mapping required by the Graph trait.

named

An extension to the core Graph to support named graphs.

Traits

Graph

The core graph interface implemented by all model providers.

MutableGraph

The core graph interface interface implemented by all model providers.