Data Set
Note
This data class is at a trial use maturity level and may change in future releases. Maturity levels are described in the maturity-model.
Computational Definition
A collection of related data items or records that are organized together in a common format or structure, to enable their computational manipulation as a unit.
Information Model
Some DataSet attributes are inherited from Entity.
Field |
Flags |
Type |
Limits |
Description |
|---|---|---|---|---|
id |
string |
0..1 |
The ‘logical’ identifier of the Entity in the system of record, e.g. a UUID. This ‘id’ is unique within a given system, but may or may not be globally unique outside the system. It is used within a system to reference an object from another. |
|
name |
string |
0..1 |
A primary name for the entity. |
|
description |
string |
0..1 |
A free-text description of the Entity. |
|
aliases |
⋮ | string |
0..m |
Alternative name(s) for the Entity. |
extensions |
⋮ | 0..m |
A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model. |
|
type |
string |
1..1 |
MUST be “DataSet”. |
|
datasetType |
D | string |
0..1 |
A specific type of data set the DataSet instance represents (e.g. a ‘clinical data set’, a ‘sequencing data set’, a ‘gene expression data set’, a ‘genome annotation data set’) |
reportedIn |
0..1 |
A document in which the the Method is reported. |
||
releaseDate |
0..1 |
Indicates the date a version of a DataSet was formally released. |
||
version |
string |
0..1 |
The version of the DataSet, as assigned by its creator. |
|
license |
0..1 |
A specific license that dictates legal permissions for how a data set can be used (by whom, where, for what purposes, with what additional requirements, etc.) |