Module sophia_api::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

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

Functions

Type Aliases

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