Metadata-Version: 2.0
Name: skosprovider-rdf
Version: 0.4.1
Summary: skosprovider_rdf
Home-page: http://github.com/OnroerendErfgoed/skosprovider_rdf
Author: Flanders Heritage Agency
Author-email: ict@onroerenderfgoed.be
License: MIT
Keywords: rdf skos skosprovider vocabularies thesauri
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
Requires-Dist: skosprovider (>=0.5.0)
Requires-Dist: rdflib

skosprovider_rdf
================

Skosprovider implementation based on RDF


.. image:: https://travis-ci.org/OnroerendErfgoed/skosprovider_rdf.png?branch=master
        :target: https://travis-ci.org/OnroerendErfgoed/skosprovider_rdf
.. image:: https://coveralls.io/repos/OnroerendErfgoed/skosprovider_rdf/badge.png?branch=master
        :target: https://coveralls.io/r/OnroerendErfgoed/skosprovider_rdf
.. image:: https://badge.fury.io/py/skosprovider_rdf.png
        :target: http://badge.fury.io/py/skosprovider_rdf


0.4.1 (17-07-2015)
------------------

- RDF dump: Add the top concepts and the conceptscheme identifier in the full RDF dump
  (equal to the RDF conceptscheme dump).
- RDF provider: literal and binary type to text when parsing the graph to a list.

0.4.0 (03-03-2015)
------------------

- Allow dumping a single conceptscheme to RDF. This does not dump the entire
  conceptscheme with all it's concepts or collections, just information on the
  conceptscheme itself and it's top concepts.
- Allow dumping a single concept or collection to RDF, and not just an entire
  conceptscheme with all concepts or collections.
- Add skos:inScheme information to RDF dumps.
- Better handling of dc(t):identifier. When reading an RDF file both 
  dcterms:identifier and dc:identifier are considered when analysing the 
  identifier. During dumping, we also dump to dcterms:identifier.

0.3.0 (19-12-2014)
------------------

- Compatibile with `SkosProvider 0.5.0 <http://skosprovider.readthedocs.org/en/0.5.0>`_.
- Dumping to an RDF file now also dumps information on the Conceptscheme.
- Dumping to an RDF file now also adds notes to a Collection, not just to a
  Concept.
- Now handles subordinate_array and superordinate concept.

0.2.0 (14-10-2014)
------------------

- Add support for Dublin Core identifier (#5)

0.1.3 (02-09-2014)
------------------

- Fix a namespace error for SKOS Notes. (#2)

0.1.2 (31-07-2014)
------------------

- Documentation fixes and cleanup
- Removed RDFlib artefacts from output.

0.1.1 (20-05-2014)
------------------

- Bugfixing
- encoding/decoding problems
- casting rdf subjects and objects to rdflib URI's
- Added tests

0.1.0
-----

- Initial version


