skosprovider_getty
==================
.. image:: https://img.shields.io/pypi/v/skosprovider_getty.svg
:target: https://pypi.python.org/pypi/skosprovider_getty
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7003715.svg
:target: https://doi.org/10.5281/zenodo.7003715
.. image:: https://app.travis-ci.com/OnroerendErfgoed/skosprovider_getty.svg?branch=develop
:target: https://app.travis-ci.com/OnroerendErfgoed/skosprovider_getty
.. image:: https://coveralls.io/repos/github/OnroerendErfgoed/skosprovider_getty/badge.svg?branch=develop
:target: https://coveralls.io/github/OnroerendErfgoed/skosprovider_getty?branch=develop
----
.. image:: https://readthedocs.org/projects/skosprovider_getty/badge/?version=latest
:target: http://skosprovider-getty.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 <http://skosprovider.readthedocs.org>`_ implementation of the
`Getty Vocabularies <http://vocab.getty.edu>`_, can be used in conjunction with the
`Atramhasis SKOS editor <https://github.com/OnroerendErfgoed/atramhasis>`_ to allow
linking your own vocabularies to the Getty thesauri and importing from them.
Supported Getty thesauri:
* `Art & Architecture Thesaurus (AAT) <http://vocab.getty.edu/aat>`_
* `The Getty Thesaurus of Geographic Names (TGN) <http://vocab.getty.edu/tgn>`_
* `Union List of Artist Names (ULAN) <http://vocab.getty.edu/ulan>`_
1.2.0 (2023-11-08)
------------------
- Include the three Getty Conceptschemes in the code to make instantiating
the providers less dependent on the Getty services being up and running. (#86)
- Drop support for Python 3.8 and add support for 3.11
1.1.0 (2022-08-17)
------------------
- Drop python 3.6, 3.7 support and add support for 3.8, 3.9 and 3.10
- Upgrade RDFLib to 6.2.0
1.0.0 (2021-12-14)
------------------
- Drop python 2 support
- Upgrade all requirements (#86)
0.5.1 (2020-10-06)
------------------
- Prevent get_by_uri erroring on non-Getty URI's (#77)
- Remove reference to nose.collector
- Remove pyup integration
0.5.0 (2020-08-06)
------------------
- Compatibile with `SkosProvider 0.7.0 <http://skosprovider.readthedocs.io/en/0.7.0/>`_. (#59)
- Prevent unnecessary loading of conceptschemes. (#56)
- Update to RDFlib 5.0.0 (#69)
- Supports Python 2.7, 3.6, 3.7 and 3.8. Last version to support Python 2.
0.4.2 (2017-09-06)
------------------
- Really stop loading the conceptscheme while initialising the provider.
0.4.1 (2017-09-06)
------------------
- Stop loading the conceptscheme while initialising the provider.
0.4.0 (2017-07-15)
------------------
- Stop collecting SKOS Concept and Collection subclasses. They are now included
in the code base since they seem to have become rather stable and this reduces
the startup time of the provider significantly. (#28)
- Add support for python 3.6 when testing.
0.3.1 (2016-09-14)
------------------
- Handle a bug with private language tags. Currently not recognised by the
language_tags library. The Getty services do use them. When encountered, we
fall back to the undeterminded language. (#26, #27)
0.3.0 (2016-08-11)
------------------
- Upgrade to skosprovider 0.6.0. (#13)
- Add support for the `ULAN <http://vocab.getty.edu/ulan>`_ vocabulary. (#22)
- Add support for sorting. (#24)
- Allow configuring the requests session in use. (#25)
0.2.1 (2015-03-10)
------------------
- Introduce language support. Until now it was impossible to pass in a language
parameter to certain methods. This was not only a missing feature, but also a
bug since the VocabularyProvider interface requires that a client can pass in
extra keywords. (#16)
- iso-thes:superordinates get fetched from the SPARQL store. (#17)
- All network requests now go through requests. (#13)
- Some documentation improvements. (#15)
0.2.0 (2014-12-22)
------------------
- Compatibile with `SkosProvider 0.5.x <http://skosprovider.readthedocs.org/en/0.5.0>`_.
- Now uses the IANA language code `und` for labels in an unknown language.
- Now throws a ProviderUnavailableException when the Getty vocab services can't
be reached.
- Handle superordinates and subordinate arrays.
- Error handling and bugfixes.
0.1.0 (2014-09-30)
------------------
- Initial version
- Contains providers for `AAT <http://vocab.getty.edu/aat>`_ and
`TGN <http://vocab.getty.edu/tgn>`_ vocabularies.
- Compatible with `SkosProvider 0.3.0 <http://skosprovider.readthedocs.org/en/0.3.0>`_.
Raw data
{
"_id": null,
"home_page": "https://github.com/OnroerendErfgoed/skosprovider_getty",
"name": "skosprovider-getty",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "getty skos skosprovider vocabulary AAT TGN ULAN",
"author": "Flanders Heritage Agency",
"author_email": "ict@onroerenderfgoed.be",
"download_url": "https://files.pythonhosted.org/packages/18/be/780f8c6694696a56ee65c6ae941cb426e7d8420d961b928cdb01c460d0ee/skosprovider_getty-1.2.0.tar.gz",
"platform": null,
"description": "skosprovider_getty\n==================\n\n.. image:: https://img.shields.io/pypi/v/skosprovider_getty.svg\n :target: https://pypi.python.org/pypi/skosprovider_getty\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7003715.svg\n :target: https://doi.org/10.5281/zenodo.7003715\n.. image:: https://app.travis-ci.com/OnroerendErfgoed/skosprovider_getty.svg?branch=develop\n :target: https://app.travis-ci.com/OnroerendErfgoed/skosprovider_getty\n.. image:: https://coveralls.io/repos/github/OnroerendErfgoed/skosprovider_getty/badge.svg?branch=develop\n :target: https://coveralls.io/github/OnroerendErfgoed/skosprovider_getty?branch=develop\n\n----\n\n.. image:: https://readthedocs.org/projects/skosprovider_getty/badge/?version=latest\n :target: http://skosprovider-getty.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n.. image:: https://joss.theoj.org/papers/10.21105/joss.05040/status.svg\n :target: https://doi.org/10.21105/joss.05040\n\n`Skosprovider <http://skosprovider.readthedocs.org>`_ implementation of the \n`Getty Vocabularies <http://vocab.getty.edu>`_, can be used in conjunction with the \n`Atramhasis SKOS editor <https://github.com/OnroerendErfgoed/atramhasis>`_ to allow \nlinking your own vocabularies to the Getty thesauri and importing from them.\n\nSupported Getty thesauri:\n\n* `Art & Architecture Thesaurus (AAT) <http://vocab.getty.edu/aat>`_\n* `The Getty Thesaurus of Geographic Names (TGN) <http://vocab.getty.edu/tgn>`_\n* `Union List of Artist Names (ULAN) <http://vocab.getty.edu/ulan>`_\n\n\n1.2.0 (2023-11-08)\n------------------\n\n- Include the three Getty Conceptschemes in the code to make instantiating \n the providers less dependent on the Getty services being up and running. (#86)\n- Drop support for Python 3.8 and add support for 3.11\n\n1.1.0 (2022-08-17)\n------------------\n\n- Drop python 3.6, 3.7 support and add support for 3.8, 3.9 and 3.10\n- Upgrade RDFLib to 6.2.0\n\n1.0.0 (2021-12-14)\n------------------\n\n- Drop python 2 support\n- Upgrade all requirements (#86)\n\n0.5.1 (2020-10-06)\n------------------\n\n- Prevent get_by_uri erroring on non-Getty URI's (#77)\n- Remove reference to nose.collector\n- Remove pyup integration\n\n0.5.0 (2020-08-06)\n------------------\n\n- Compatibile with `SkosProvider 0.7.0 <http://skosprovider.readthedocs.io/en/0.7.0/>`_. (#59)\n- Prevent unnecessary loading of conceptschemes. (#56)\n- Update to RDFlib 5.0.0 (#69)\n- Supports Python 2.7, 3.6, 3.7 and 3.8. Last version to support Python 2.\n\n0.4.2 (2017-09-06)\n------------------\n\n- Really stop loading the conceptscheme while initialising the provider.\n\n0.4.1 (2017-09-06)\n------------------\n\n- Stop loading the conceptscheme while initialising the provider.\n\n0.4.0 (2017-07-15)\n------------------\n\n- Stop collecting SKOS Concept and Collection subclasses. They are now included\n in the code base since they seem to have become rather stable and this reduces\n the startup time of the provider significantly. (#28)\n- Add support for python 3.6 when testing.\n\n0.3.1 (2016-09-14)\n------------------\n\n- Handle a bug with private language tags. Currently not recognised by the\n language_tags library. The Getty services do use them. When encountered, we\n fall back to the undeterminded language. (#26, #27)\n\n0.3.0 (2016-08-11)\n------------------\n\n- Upgrade to skosprovider 0.6.0. (#13)\n- Add support for the `ULAN <http://vocab.getty.edu/ulan>`_ vocabulary. (#22)\n- Add support for sorting. (#24)\n- Allow configuring the requests session in use. (#25)\n\n0.2.1 (2015-03-10)\n------------------\n\n- Introduce language support. Until now it was impossible to pass in a language\n parameter to certain methods. This was not only a missing feature, but also a\n bug since the VocabularyProvider interface requires that a client can pass in \n extra keywords. (#16)\n- iso-thes:superordinates get fetched from the SPARQL store. (#17)\n- All network requests now go through requests. (#13)\n- Some documentation improvements. (#15)\n\n0.2.0 (2014-12-22)\n------------------\n\n- Compatibile with `SkosProvider 0.5.x <http://skosprovider.readthedocs.org/en/0.5.0>`_.\n- Now uses the IANA language code `und` for labels in an unknown language.\n- Now throws a ProviderUnavailableException when the Getty vocab services can't\n be reached.\n- Handle superordinates and subordinate arrays.\n- Error handling and bugfixes.\n\n0.1.0 (2014-09-30)\n------------------\n\n- Initial version\n- Contains providers for `AAT <http://vocab.getty.edu/aat>`_ and \n `TGN <http://vocab.getty.edu/tgn>`_ vocabularies.\n- Compatible with `SkosProvider 0.3.0 <http://skosprovider.readthedocs.org/en/0.3.0>`_.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Skosprovider implementation of the Getty Vocabularies",
"version": "1.2.0",
"project_urls": {
"Homepage": "https://github.com/OnroerendErfgoed/skosprovider_getty"
},
"split_keywords": [
"getty",
"skos",
"skosprovider",
"vocabulary",
"aat",
"tgn",
"ulan"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "77023e2199567ac9fa8e697d6cdad96c439ca37a9d429f8749c22e41991dc691",
"md5": "4b261fdac4df2f4f89f52f53908804c5",
"sha256": "4d404909102835f7767783181a5b8b08f577676cb25558d0d18b1b5c3ef08014"
},
"downloads": -1,
"filename": "skosprovider_getty-1.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "4b261fdac4df2f4f89f52f53908804c5",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 12130,
"upload_time": "2023-11-08T12:46:54",
"upload_time_iso_8601": "2023-11-08T12:46:54.949248Z",
"url": "https://files.pythonhosted.org/packages/77/02/3e2199567ac9fa8e697d6cdad96c439ca37a9d429f8749c22e41991dc691/skosprovider_getty-1.2.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "18be780f8c6694696a56ee65c6ae941cb426e7d8420d961b928cdb01c460d0ee",
"md5": "5affea746d4be8ce42d26cbc814b2d1b",
"sha256": "e46e41def2922af592b5ec34ec8a04339bf4e4cecb6a4d8bfd15e3deecca7d07"
},
"downloads": -1,
"filename": "skosprovider_getty-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "5affea746d4be8ce42d26cbc814b2d1b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16780,
"upload_time": "2023-11-08T12:46:56",
"upload_time_iso_8601": "2023-11-08T12:46:56.764374Z",
"url": "https://files.pythonhosted.org/packages/18/be/780f8c6694696a56ee65c6ae941cb426e7d8420d961b928cdb01c460d0ee/skosprovider_getty-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-08 12:46:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OnroerendErfgoed",
"github_project": "skosprovider_getty",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [],
"tox": true,
"lcname": "skosprovider-getty"
}