Module rdftk_memgraph::data_set[][src]

Expand description

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.

Example

Structs

MemDataSet

This implementation of the core DataSet and MutableDataSet traits is a simple in-memory hash from graph name to a MemGraph implementation.

MemDataSetFactory

An implementation of the data set factory trait.

Functions

data_set_factory

Retrieve the graph factory for simple MemGraph instances.