Releases: OnroerendErfgoed/skosprovider_rdf
Releases · OnroerendErfgoed/skosprovider_rdf
1.3.0
1.2.0
1.1.0
1.0.0
0.8.1
- Cleaner handling of
infer_concept_relations
. When exporting through skosprovider_rdf this attribute will determine if broader/narrower relations between concepts are generated when there's a collection between them, as is the case when a concept has a guide term divding the underlying concepts. When reading from an RDF file, theinfer_concept_relations
attribute will be set to True if at least one concept in a collection under a concept has a broader relation with said concept. (#73) - Prevent the _add_labels method from generating an error. (#80)
0.8.0
0.7.0
- Compatibile with SkosProvider 0.7.0.
- Make it possible to read an RDF file containing more than one conceptscheme. (#35)
- Drop support for Python 3.3, 3.4 and 3.5. This is the last version that will
support Python 2. (#63)
0.6.0
- Compatibile with SkosProvider 0.6.1.
- Add information about the void.Dataset when dumping to RDF.
0.5.0
- Compatibile with SkosProvider 0.6.0.
- Add official python 3.5 compatibility.
- Add support for sources when dumping to RDF and reading from RDF. (#17)
- Add support for languages to conceptschemes when dumping to and reading from
RDF. (#16) - Add support for HTML in SKOS notes and sources. (#15, #20)