This repository has been archived by the owner on May 7, 2020. It is now read-only.
This release brings a complete reimplementation of the essential metadata handling commands:
rev-extract-metadata
-- real-only command that drives any metadata extractor on a single datasetrev-aggregate-metadata
-- simplified, faster, more clever replacement foraggregate-metadata
(figures out when to do things, and supports detection of extractor (configuration) changesquery-metadata
-- report any aggregated metadata from a single dataset (but on as many datasets/files as have been aggregated into the queried dataset
Both rev-extract-metadata
and query-metadata
are capable of reporting a single JSON-LD graph, with all the JSON-LD-type metadata found.
Apart from metadata, the rev-diff
command has made its way into Datalad core (as diff
), and has been removed from this package (a shim stays in place).