https://github.com/onroerenderfgoed/skosprovider
  
  
    A python abstraction for SKOS vocabularies 
    https://github.com/onroerenderfgoed/skosprovider
  
python skos thesaurus vocabulary
        Last synced: 4 months 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 13 years ago)
 - Default Branch: develop
 - Last Pushed: 2024-11-10T22:56:43.000Z (12 months ago)
 - Last Synced: 2025-03-05T03:11:18.437Z (8 months ago)
 - Topics: python, skos, thesaurus, vocabulary
 - Language: Python
 - Homepage: http://skosprovider.readthedocs.org/en/latest/
 - Size: 555 KB
 - Stars: 17
 - Watchers: 6
 - Forks: 9
 - Open Issues: 11
 - 
            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=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