pub trait Importer<T, E>: Execute<T, E> { }
RDF dataset importer. Consumes a URL input, produces RDF output.