Module rdftk_core::simple[][src]

Expand description

This module contains the types implementing the abstract RDF model described in crate::model.

Re-exports

pub use data_set::data_set_factory;
pub use graph::graph_factory;
pub use mapping::empty_mappings;

Modules

data_set

Simple, in-memory implementation of the DataSet and DataSetFactory traits.

graph

Simple, in-memory implementation of the Graph and GraphFactory traits.

indexed

Simple, in-memory implementation of the Graph and GraphFactory traits with support for subject, predicate, and object, indices.

literal

Simple, in-memory implementation of the Literal and LiteralFactory traits.

mapping

Simple, in-memory implementation of the PrefixMappings trait.

resource

Implementation of the Resource pattern as a kind of statement builder. As a builder type the interface is only additive, no update or remove methods exist.

statement

Simple, in-memory implementation of the Statement and StatementFactory traits.

Constants

PROVIDER_ID

The identifier for the simple model provider.