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 |
Title (Description) |
|---|---|---|
|
|
Data Asset Name (Name of the data asset.) |
|
|
Location (Current location of the data asset.) |
|
Optional[Dict[Database, List[str]]] |
Other identifiers (Links to the data asset on secondary platforms.) |
|
Optional[Subject] |
Subject (Subject of data collection.) |
|
Optional[DataDescription] |
Data Description (A logical collection of data files.) |
|
Optional[Procedures] |
Procedures (All procedures performed on a subject.) |
|
Optional[Instrument] |
Instrument (Devices used to acquire data.) |
|
Optional[Processing] |
Processing (All processes run on data.) |
|
Optional[Acquisition] |
Acquisition (Data acquisition) |
|
Optional[QualityControl] |
Quality Control (Description of quality metrics for a data asset) |
|
Optional[Model] |
Model (Description of a machine learning model trained on data.) |