Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

koenedaele/skosprovider_oe

Repository files navigation

skosprovider_oe: a skos provider for Onroerend Erfgoed

This library implements a SKOS provider <https://github.com/koenedaele/skosprovider> for the thesaurus webservice of https://inventaris.onroerenderfgoed.be/thesaurus.

image

image

image

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.

Usage

from skosprovider_oe.providers import OnroerendErfgoedProvider

typologie = OnroerendErfgoedProvider(
    {'id': 'TYPOLOGIE'},
    'https://inventaris.onroerenderfgoed.be/thesaurus/typologie'
)

concepts = typologie.get_all()