Module quad

Source
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 datasets.

Traits§

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

Functions§

iter_spog
Iter over all the components of a Quad

Type Aliases§

Gspo
An alternative structure representing a Quad of terms T (useful when sorting first by graph is required)
QBorrowTerm
Type alias for terms borrowed from a quad.
Spog
The typical structure representing a Quad of terms T