pub trait Adapter<T, E>: Execute<T, E> { }
RDF dataset adapter. Consumes SPARQL input, produces RDF output.