This PR fixes a poor assumption made earlier where the datasets returned by SciGraph was being filtered to get only datasets and no OWLs.
Instead, now the metadata/datasets route will return all datasets (OWL included) such that filtering of the dataset list can be done after the fact.
This PR fixes a poor assumption made earlier where the datasets returned by SciGraph was being filtered to get only datasets and no OWLs. Instead, now the metadata/datasets route will return all datasets (OWL included) such that filtering of the dataset list can be done after the fact.
@kshefchek @justaddcoffee FYI