Skip to content

OnroerendErfgoed/skosprovider

Repository files navigation

skosprovider: vocabulary abstraction

This library helps abstract vocabularies (thesauri, controlled lists, authority files). It depends heavily on the SKOS specification, but adds elements of other specifications such as the ISO 25964 SKOS extension where deemed useful.

image

image

image

image

image

image

Building the docs

More information about this library can be found in docs. The docs can be built using Sphinx.

Please make sure you have installed Sphinx in the same environment where skosprovider is present.

# activate your virtual environment
$ pip install -r requirements.txt
$ python setup.py develop
$ cd docs
$ make html