owlcs / owlapi

OWL API main repository
813 stars 314 forks source link

Disable resolving of imports entirely (offline mode) #1124

Open reckart opened 5 months ago

reckart commented 5 months ago

It would be nice if there was a way to entirely disable the resolving of imports in OWL or OBO or any other files supported by owlapi. The ability to silence exceptions is not sufficient, because the exception is only thrown when the remote request fails. In offline mode, the remote request should not be triggered at all.