Module sophia_api::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

  • I define adapters for the dataset related traits.
  • Contains helper functions and macros for testing Dataset implementations

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.