- using suffix `.jsonld` instead of `.json` for JSON-LD files, as it is recommended
(see https://www.w3.org/TR/json-ld/#iana-considerations)
- bugfixes in documentation (links, figures, ...)
- enhancing zenodo interfaces:
- removed depr methods, e.g. `get()` from `AbstractZenodoInterface`
- using cached json dict for zenodo records. call `refresh()` to update the json
- minor bugfixes
- introduced property `files`, which is `Dict[str, RepositoryFile]`
- improve url handling by using properties instead of class variables