Open rubensworks opened 5 years ago
Currently, DatasetFactory's dataset method has the following signature:
DatasetFactory
dataset
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
'sdataset
method has the following signature:Would it make sense to change this to the following?: