Currently, DatasetFactory's dataset method has the following signature:
Dataset dataset (optional (Dataset or sequence<Quad>) quads);
Would it make sense to change this to the following?:
Dataset dataset (optional (DatasetCore or sequence<Quad>) quads);
Currently,
DatasetFactory'sdatasetmethod has the following signature:Would it make sense to change this to the following?: