Class: MeasurementSet
A series of qualitative or quantitative measurements.
classDiagram
class MeasurementSet
click MeasurementSet href "../MeasurementSet"
MeasurementSet : created_at
MeasurementSet : value
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
created_at | 0..1 Datetime |
Timestamp for the measurement | direct |
value | 0..1 String |
Value of the measurement | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/cdm-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kb_cdm:MeasurementSet |
native | kb_cdm:MeasurementSet |
LinkML Source
Direct
name: MeasurementSet
description: A series of qualitative or quantitative measurements.
from_schema: https://github.com/kbase/cdm-schema
attributes:
created_at:
name: created_at
description: Timestamp for the measurement.
from_schema: https://github.com/kbase/cdm-schema
domain_of:
- Event
- Experiment
- Measurement
- MeasurementSet
range: datetime
value:
name: value
description: Value of the measurement. May be a quantity with the appropriate
units, a term from a controlled vocabulary, or a qualitative description.
from_schema: https://github.com/kbase/cdm-schema
domain_of:
- Measurement
- MeasurementSet
Induced
name: MeasurementSet
description: A series of qualitative or quantitative measurements.
from_schema: https://github.com/kbase/cdm-schema
attributes:
created_at:
name: created_at
description: Timestamp for the measurement.
from_schema: https://github.com/kbase/cdm-schema
alias: created_at
owner: MeasurementSet
domain_of:
- Event
- Experiment
- Measurement
- MeasurementSet
range: datetime
value:
name: value
description: Value of the measurement. May be a quantity with the appropriate
units, a term from a controlled vocabulary, or a qualitative description.
from_schema: https://github.com/kbase/cdm-schema
alias: value
owner: MeasurementSet
domain_of:
- Measurement
- MeasurementSet
range: string