Metadata-Version: 1.1
Name: skosprovider_getty
Version: 0.3.0
Summary: Skosprovider implementation of the Getty Vocabularies
Home-page: https://github.com/OnroerendErfgoed/skosprovider_getty
Author: Flanders Heritage Agency
Author-email: ict@onroerenderfgoed.be
License: MIT
Description: skosprovider_getty
        ==================
        
        `Skosprovider <http://skosprovider.readthedocs.org>`_ implementation of the 
        `Getty Vocabularies <http://vocab.getty.edu>`_.
        
        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>`_
        
        .. image:: https://travis-ci.org/OnroerendErfgoed/skosprovider_getty.png?branch=master
                :target: https://travis-ci.org/OnroerendErfgoed/skosprovider_getty
        .. image:: https://coveralls.io/repos/OnroerendErfgoed/skosprovider_getty/badge.png?branch=master
                :target: https://coveralls.io/r/OnroerendErfgoed/skosprovider_getty
        
        .. image:: https://readthedocs.org/projects/skosprovider-getty/badge/?version=latest
                :target: https://readthedocs.org/projects/skosprovider-getty/?badge=latest
        .. image:: https://badge.fury.io/py/skosprovider_getty.png
                :target: http://badge.fury.io/py/skosprovider_getty
        
        
        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>`_.
        
Keywords: getty skos skosprovider vocabulary AAT TGN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
