miselico / graph_query_sampler

Implementation of graph query sampling
5 stars 1 forks source link

Data loading support for non RDF datasets #23

Closed miselico closed 2 years ago

miselico commented 2 years ago

Sometimes we have datasets which are not in RDF, but in tsv files. Add support to convert these into triples upon loading.

This can probably be done the same way we do it with the split datasets from link prediction datasets.