Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onroerenderfgoed/skosprovider

A python abstraction for SKOS vocabularies
https://github.com/onroerenderfgoed/skosprovider

python skos thesaurus vocabulary

Last synced: about 5 hours ago
JSON representation

A python abstraction for SKOS vocabularies

Awesome Lists containing this project

README

        

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:: https://img.shields.io/pypi/v/skosprovider.svg
:target: https://pypi.python.org/pypi/skosprovider
.. image:: https://readthedocs.org/projects/skosprovider/badge/?version=latest
:target: https://readthedocs.org/projects/skosprovider/?badge=latest
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5824941.svg
:target: https://doi.org/10.5281/zenodo.5824941
.. image:: https://app.travis-ci.com/onroerenderfgoed/skosprovider.svg?branch=develop
:target: https://app.travis-ci.com/onroerenderfgoed/skosprovider
.. image:: https://coveralls.io/repos/OnroerendErfgoed/skosprovider/badge.svg?branch=develop
:target: https://coveralls.io/github/OnroerendErfgoed/skosprovider?branch=develop
.. image:: https://scrutinizer-ci.com/g/onroerenderfgoed/skosprovider/badges/quality-score.png?b=develop
:target: https://scrutinizer-ci.com/g/onroerenderfgoed/skosprovider/?branch=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.

.. code-block:: bash

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