Get the homepage:
>>> import bioregistry as br
>>> br.get_homepage("hcao")
'https://www.humancellatlas.org'
Get the OWL download link:
>>> import bioregistry as br
>>> br.get_owl_download("hcao")
'https://raw.githubusercontent.com/ebi-ait/ontology/master/hcao.owl'