[][src]Module sophia::query

Query processing over RDF graphs and datasets.

Important: this is a preliminary and incomplete implementation. The API of this module is likely to change heavily in the future.

Enums

Query

A query can be processed against a graph, producing a sequence of binding maps.

Type Definitions

BindingMap

A map associating variable names to terms.