Releases: scriptotek/mc2skos
Releases · scriptotek/mc2skos
Version 0.7.1
Version 0.7.0
- feat(#32): Parse 7XX fields as mappings
- feat(b74dd23):
process_record
raisesUnknownSchemeError
if URIs cannot be generated because a record doesn't have a known classification scheme or subject vocabulary identifier. Shown aswarning
when running the standalone command line application. URI templates for new vocabularies can be added to the CONFIG inrecord.py
(please submit a pull request for new vocabularies) or passed as command line flags. - feat(16b2531): Added mapping of
5XX $w=h
toskos:narrower
- fix(f2a8b96): Fixed the
--include-components
flag - fix(6c86b51): Fixed Python 3 string representations
- fix(524243f): Fixed WebDewey extras
- refactor(16bbb6d): new ConceptScheme class. Note: the
--table_scheme_uri
command line flag has been removed!
Version 0.6.0
- Added support for authority records
- Generalized detection of deprecated records (now using
008[8]
) - Mapped 001 to
dcterms:identifier
- Added
--include
option to include an existing RDF file (e.g. to include static information about the concept scheme)