Skip to content

Releases: OnroerendErfgoed/skosprovider_rdf

1.3.0

15 Dec 22:05
Compare
Choose a tag to compare
  • Don't export local id as dcterms.identifier when it's equal to the URI (#117)
  • Add formal support for Python 3.10 and Python 3.11 (#120)

1.2.0

11 Oct 13:22
18289f9
Compare
Choose a tag to compare
  • Better RDF rendering for concepts part of a collection (#104)

1.1.0

17 Aug 07:44
Compare
Choose a tag to compare
  • Drop python 3.6 and 3.7 support, add support for 3.8, 3.9 and 3.10
  • Update RDFLib to 6.2.0

1.0.0

17 Dec 10:28
Compare
Choose a tag to compare
  • Drop python 2 support
  • Upgrade all requirements (#90)

0.8.1

27 Jul 19:14
Compare
Choose a tag to compare
  • 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, the infer_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

29 Jun 15:33
Compare
Choose a tag to compare
  • Update to RDFlib 0.5.0 (#74)

0.7.0

12 Feb 20:40
ce5c318
Compare
Choose a tag to compare
  • 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

28 Jul 08:00
Compare
Choose a tag to compare
  • Compatibile with SkosProvider 0.6.1.
  • Add information about the void.Dataset when dumping to RDF.

0.5.0

11 Aug 12:40
Compare
Choose a tag to compare
  • 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)

0.4.1

17 Jul 08:04
Compare
Choose a tag to compare
  • 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.