This release syncs the metamodel to upstream linkml metamodel. It introduces streaming RDF/NT/TTL import and export (optionally spilling to disk while reconstructing the objects on import) so that huge datasets can be converted without OOM.
What's Changed
- refactor(diff)!: require explicit treat_missing_as_null by @tijlwillems in #93
- fix(diff): match keyed lists by identifier instead of by position by @kervel in #92
- chore(metamodel): refresh bundled linkml metamodel to 1.11.0 and fix default-URI indexing by @kervel in #97
- RDF import: streaming harvest, disk-backed store, redesigned Python API + diagnostics by @kervel in #95
Thanks to @ABorakati for helping to figure out why rust-linkml-core failed to load the linkml metamodel
Full Changelog: v0.3.0...v0.4.0