pwin / owlready2

GNU Lesser General Public License v3.0
132 stars 22 forks source link

Loading ontology #7

Open glaunay opened 3 years ago

glaunay commented 3 years ago

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)

tobyrmanders commented 3 years ago

+1. Would be great if we could hand the get_ontology() a file object rather than a path or URL.