This library implements a SKOS provider <https://github.com/koenedaele/skosprovider> for the thesaurus webservice of https://inventaris.onroerenderfgoed.be/thesaurus.
Attention! The Flanders Heritage thesauri have moved from https://inventaris.onroerenderfgoed.be/thesaurus to https://thesaurus.onroerenderfgoed.be. This new site is running a version of Atramhasis (https://github.com/OnroerendErfgoed/atramhasis). Atramhasis is a part of the skosprovider family. It's thesauri can be accessed through skosprovider_atramhasis (https://github.com/OnroerendErfgoed/skosprovider_atramhasis). Please switch to using this library when accessing Flanders Heritage thesauri. This library has served it's purpose, but will not be maintained in the future.
from skosprovider_oe.providers import OnroerendErfgoedProvider
typologie = OnroerendErfgoedProvider(
{'id': 'TYPOLOGIE'},
'https://inventaris.onroerenderfgoed.be/thesaurus/typologie'
)
concepts = typologie.get_all()