sophia_api

Module dataset

Source
Expand description

An RDF dataset is composed of a default dataset, and zero or more named graphs, each associated with a dataset name.

Another way to look at it is as a collection of quads.

This module provides reusable abstractions for different kinds of datasets, as well as a few implementations for them.

Modules§

Traits§

Type Aliases§

  • Type alias for fallible quad iterators produced by a dataset.
  • Type alias for results produced by a dataset.
  • Type alias for terms produced by a dataset.
  • Type alias for fallible term iterators produced by a dataset.
  • Type alias for results produced by a mutable dataset.