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§
- Collectible
Dataset - A
Dataset
that can be constructed from aQuadSource
- Dataset
- Generic trait for RDF datasets.
- Mutable
Dataset - Generic trait for mutable RDF datasets.
- SetDataset
- Marker trait constraining the semantics of
Dataset
andMutableDataset
.
Type Aliases§
- DQuad
Source - Type alias for fallible quad iterators produced by a dataset.
- DResult
- Type alias for results produced by a dataset.
- DTerm
- Type alias for terms produced by a dataset.
- DTerm
Source - Type alias for fallible term iterators produced by a dataset.
- MdResult
- Type alias for results produced by a mutable dataset.