[][src]Module sophia::quad

A quad expresses a single fact within a context. Quads are like RDF triples(../triple/index.html) augmented with an optional graph name.

They are the individual statements of an RDF dataset(../dataset/index.html).

Modules

stream

A quad source produces quads, and may also fail in the process.

streaming_mode

Streaming modes for quad iterators and quad streams.

Structs

QuadAsTriple

The adapter returned by Quad::as_triple.

Traits

Quad

This trait represents an abstract RDF quad, and provides convenient methods for working with quads.