ResearchObject / ro-crate-ruby

A Ruby gem for creating, manipulating and reading RO-Crates.
MIT License
1 stars 2 forks source link

Reading a crate with an existing preview file adds it as a contextual entity #15

Closed fbacall closed 3 years ago

fbacall commented 3 years ago

This is because it does not exist in hasPart and so is assumed to be contextual. Also it does not have type File so is not a data entity either.

Need to read it as a special case like for the metadata file.