Skip to content

OnroerendErfgoed/skosprovider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

752b67c · Oct 21, 2024
Oct 8, 2024
Oct 21, 2024
Aug 4, 2022
Aug 4, 2022
Aug 4, 2022
Apr 10, 2014
Mar 24, 2015
Oct 21, 2024
Aug 4, 2022
Aug 11, 2022
Sep 9, 2021
Dec 5, 2012
Jan 4, 2023
Oct 8, 2024
Oct 8, 2024
Oct 8, 2024

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.

https://readthedocs.org/projects/skosprovider/badge/?version=latest https://app.travis-ci.com/onroerenderfgoed/skosprovider.svg?branch=develop https://coveralls.io/repos/OnroerendErfgoed/skosprovider/badge.svg?branch=develop https://scrutinizer-ci.com/g/onroerenderfgoed/skosprovider/badges/quality-score.png?b=develop

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