Module sophia::graph

source ·
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

Types for indexing terms.
In-memory implementations of RDF graphs.

Structs

Traits

Generic trait for RDF graphs.
Generic trait for mutable RDF graphs.
This trait constrains the semantics of Graph and MutableGraph, by guaranteeing that triples will never be returned / stored multiple times.

Type Definitions

Type alias for fallible triple iterators produced by a graph.
Type alias for results produced by a graph.