sophia_api

Module 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§

Traits§

Type Aliases§

  • Type alias for results produced by a graph.
  • Type alias for terms produced by a graph.
  • Type alias for fallible term iterators produced by a graph.
  • Type alias for fallible triple iterators produced by a graph.
  • Type alias for results produced by a mutable graph.