Closed jwodder closed 7 months ago
could you please file an issue with https://github.com/OntoZoo/ontobee to discuss this change? we don't have an example of prior record in full do we?
@yarikoptic
could you please file an issue with https://github.com/OntoZoo/ontobee to discuss this change?
I think @satra should do that, as he's the one who wrote the function for fetching data from ontobee in the first place, and thus he should be more familiar with the service.
we don't have an example of prior record in full do we?
No.
@yarikoptic Issue filed: https://github.com/OntoZoo/ontobee/issues/200
I think this was fixed on the side of ontobee
The
test_parseobourl
test intest_metadata.py
is currently failing becauseparse_purlobourl()
is returningNone
for all input URLs. It appears that the XML documents returned by the URLs no longer haveClass
elements (whichparse_purlobourl()
looks for) and that they have been replaced withrdf:Description
.Example current response for http://purl.obolibrary.org/obo/NCBITaxon_10090: