Metadata¶
The metadata.json gathers together the other metadata files and adds information about where the data asset is stored.
Core file¶
Metadata¶
The records in the Data Asset Collection needs to contain certain fields to easily query and index the data.
Field |
Type |
Description |
|---|---|---|
|
|
Name of the data asset. |
|
|
Current location of the data asset. |
|
Optional[Dict[Database, List[str]]] |
Links to the data asset on secondary platforms. |
|
Optional[Subject] |
Subject of data collection. |
|
Optional[DataDescription] |
A logical collection of data files. |
|
Optional[Procedures] |
All procedures performed on a subject. |
|
Optional[Instrument] |
Devices used to acquire data. |
|
Optional[Processing] |
All processes run on data. |
|
Optional[Acquisition] |
Data acquisition |
|
Optional[QualityControl] |
Description of quality metrics for a data asset |
|
Optional[Model] |
Description of a machine learning model trained on data. |