OnroerendErfgoed / skosprovider_atramhasis

A skosprovider that can talk to an Atramhasis instance
http://skosprovider-atramhasis.readthedocs.org
MIT License
2 stars 0 forks source link

Lazy access concept_scheme.uri #98

Closed goessebr closed 3 years ago

goessebr commented 3 years ago

When registering this provider with a skosprovider.registry, the registry accesses provider.concept_scheme.uri. This requires a call to the Atramhasis based services. If those are down, we can't access the concept scheme, so we can't register the provider. The causes an error that prevents the registry from initialising.

See also https://github.com/OnroerendErfgoed/skosprovider_getty/pull/66