Adapter

Trait Adapter 

Source
pub trait Adapter<T, E>: Execute<T, E> { }
Expand description

RDF dataset proxy. Consumes SPARQL input, produces RDF output.

See: https://asimov-specs.github.io/program-patterns/#adapter

Implementorsยง