Behind a lab proxy, i would like to download ontology owl file and not rely on local file copy.
What would be the best strategy:
Can I provided a file like BytesIO object to get_ontology function, dealing with the download overhead myself?
Can i pass proxy settings to get_ontology?
Behind a lab proxy, i would like to download ontology owl file and not rely on local file copy. What would be the best strategy: Can I provided a file like BytesIO object to get_ontology function, dealing with the download overhead myself? Can i pass proxy settings to get_ontology?
Thank you for your time, (loving owlready2)