These changes delegate the real work within the OxoEndpoint methods to an OlsImplementation object from Ontology Access Kit.
I noticed as I was testing that the PNGs generated by the mapcrawl examples in the README using this branch look different than they look in the saved output images presented in the README. But they do look the same as when running the examples in the main branch. So perhaps something with the upstream services has changed since those output images were saved.
There are also some somewhat unrelated changes in here that convert the test files into unttest.TestCase classes.
These changes delegate the real work within the
OxoEndpoint
methods to anOlsImplementation
object from Ontology Access Kit.I noticed as I was testing that the PNGs generated by the
mapcrawl
examples in theREADME
using this branch look different than they look in the saved output images presented in theREADME
. But they do look the same as when running the examples in themain
branch. So perhaps something with the upstream services has changed since those output images were saved.There are also some somewhat unrelated changes in here that convert the test files into
unttest.TestCase
classes.