skosprovider-heritagedata

Skosprovider implementation of the heritagedata.org Vocabularies


Keywords
heritagedata, org, skos, skosprovider, thesauri, vocabularies, lib
License
MIT
Install
pip install skosprovider-heritagedata==1.2.1

Documentation

skosprovider_heritagedata

https://app.travis-ci.com/OnroerendErfgoed/skosprovider_heritagedata.svg?branch=develop https://coveralls.io/repos/github/OnroerendErfgoed/skosprovider_heritagedata/badge.svg?branch=develop
Documentation Status

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.

# activate your virtual env
$ pip install sphinx
$ python setup.py develop
$ cd docs
$ make html