I tried importing an RDF file with 10K's of triples and nodes using the following command:
CALL n10s.onto.import.fetch("https://github.com/FoodOntology/foodon/raw/master/foodon.owl", "RDF/XML",{commitSize: 100000, nodeCacheSize: 20000});
I cannot get...