Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/onroerenderfgoed/skosprovider
- Owner: OnroerendErfgoed
- License: mit
- Created: 2012-11-28T19:12:39.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-21T13:43:01.000Z (28 days ago)
- Last Synced: 2024-10-21T22:16:24.471Z (28 days ago)
- Topics: python, skos, thesaurus, vocabulary
- Language: Python
- Homepage: http://skosprovider.readthedocs.org/en/latest/
- Size: 552 KB
- Stars: 17
- Watchers: 6
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
- Citation: CITATION.cff
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=developBuilding 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