func NewExporter(writer io.Writer, qstore graph.QuadStore) *Exporter { return NewExporterForIterator(writer, qstore, qstore.QuadsAllIterator()) }