Expand description

A quad expresses a single fact within a context. Quads are like RDF triples augmented with an optional graph name.

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

Modules

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

Streaming modes for quad iterators and quad streams.

Structs

The adapter returned by Quad::as_triple.

Iterator over the components of a quad.

Traits

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

Type Definitions

An owned Quad as a tuple of an array and an optional name.