All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
Elixir versions < 1.10 are no longer supported
- Upgrade to RDF.ex 0.9
- fix handling of YAML document with flat concept list
- new Document configuration
additional_concept_class
which can be set in the preamble with a class, which every defined concept should be typed with
- Upgrade to RDF.ex 0.8
- Upgrade to RDF.ex 0.7
- new Document configuration
label_type
which can be set in the preamble with the SKOS property to be used for producing the label statements; for now only:prefLabel
(the default) andnotation
are allowed
- It's possible now to use the property which is used in the production of the
label statements for the terms in the hierarchy (before always
skos:prefLabel
,
but now alsoskos:notation
) in the term descriptions to specify further labels of the resp. type, but beware that during simply the first one is selected as the one to be used in the hierarchy and since the objects are unordered this selection is non-deterministic. - all types of SKOS labels are now supported for concept schemes;
previously
skos:prefLabel
wasn't
Initial release