Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onroerenderfgoed/skosprovider_heritagedata
A skosprovider for the services at heritagedata.org
https://github.com/onroerenderfgoed/skosprovider_heritagedata
lib skos
Last synced: about 5 hours ago
JSON representation
A skosprovider for the services at heritagedata.org
- Host: GitHub
- URL: https://github.com/onroerenderfgoed/skosprovider_heritagedata
- Owner: OnroerendErfgoed
- License: mit
- Created: 2014-09-23T11:44:21.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-21T06:44:16.000Z (6 months ago)
- Last Synced: 2024-08-10T21:16:09.837Z (3 months ago)
- Topics: lib, skos
- Language: Python
- Homepage: http://skosprovider-heritagedata.readthedocs.org/
- Size: 130 KB
- Stars: 3
- Watchers: 17
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
skosprovider_heritagedata
=========================.. image:: https://img.shields.io/pypi/v/skosprovider_heritagedata.svg
:target: https://pypi.python.org/pypi/skosprovider_heritagedata
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10086289.svg
:target: https://doi.org/10.5281/zenodo.10086289
.. image:: https://app.travis-ci.com/OnroerendErfgoed/skosprovider_heritagedata.svg?branch=develop
:target: https://app.travis-ci.com/OnroerendErfgoed/skosprovider_heritagedata
.. image:: https://coveralls.io/repos/github/OnroerendErfgoed/skosprovider_heritagedata/badge.svg?branch=develop
:target: https://coveralls.io/github/OnroerendErfgoed/skosprovider_heritagedata?branch=develop----
.. image:: https://readthedocs.org/projects/skosprovider_heritagedata/badge/?version=latest
:target: http://skosprovider-heritagedata.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://joss.theoj.org/papers/10.21105/joss.05040/status.svg
:target: https://doi.org/10.21105/joss.05040`Skosprovider `_ implementation of the
`Heritagedata Vocabularies `_ (Historic England,
Historic Environment Scotland, Royal Commission on the Ancient and
Historical Monuments of Wales, ...), can be used in conjunction with the
`Atramhasis SKOS editor `_ to allow
linking your own vocabularies to the Heritagedata thesauri and importing from them.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_heritagedata is present... code-block:: bash
# activate your virtual env
$ pip install sphinx
$ python setup.py develop
$ cd docs
$ make html