Expand description
An RDF graph, the central notion of the RDF data model, is a collection of triples.
This module provides reusable abstractions for different kinds of graph, as well as a few implementations for them.
Modules§
Traits§
- Collectible
Graph - A
Graph
that can be constructed from aTripleSource
- Graph
- Generic trait for RDF graphs.
- Mutable
Graph - Generic trait for mutable RDF graphs.
- SetGraph
- Marker trait constraining the semantics of
Graph
andMutableGraph
.
Type Aliases§
- GResult
- Type alias for results produced by a graph.
- GTerm
- Type alias for terms produced by a graph.
- GTerm
Source - Type alias for fallible term iterators produced by a graph.
- GTriple
Source - Type alias for fallible triple iterators produced by a graph.
- MgResult
- Type alias for results produced by a mutable graph.