[][src]Module sophia::triple

This module re-exports symbols from sophia_api::triple.

Modules

stream

A triple source produces triples, and may also fail in the process.

streaming_mode

Streaming modes for triple iterators and triple streams.

Structs

TripleAsQuad

The adapter returned by Triple::as_quad.

TripleAsQuadFrom

The adapter returned by Triple::as_quad_from.

TripleIter

Iterator over the components of a triple.

Traits

Triple

This trait represents an abstract RDF triple, and provide convenient methods for working with triples.