ro-crate-py icon indicating copy to clipboard operation
ro-crate-py copied to clipboard

Improve support for context extensions

Open simleo opened this issue 3 years ago • 0 comments

#53 added initial support for context extensions, but this is currently limited to updating the context with testing namespace terms when a testing-related entity is added to a crate via specific methods such as add_test_suite. The main thing that remains to be covered is preserving any context extensions when a crate is read, so they don't get lost in the read-write round trip. Also, when adding an entity to a crate, we should probably add only the relevant extension to the context, rather than dumping the whole shebang like we're now doing for testing-related entities.

See https://github.com/ResearchObject/ro-crate-ruby/issues/17.

simleo avatar Apr 27 '21 07:04 simleo