Class: Measurement
A qualitative or quantitative observation of an attribute of an object or event against a standardized scale, to enable it to be compared with other objects or events.
URI: kb_cdm:Measurement
classDiagram
class Measurement
click Measurement href "../Measurement"
NamedThing <|-- Measurement
click NamedThing href "../NamedThing"
Measurement <|-- ProcessedMeasurement
click ProcessedMeasurement href "../ProcessedMeasurement"
Measurement : created_at
Measurement : description
Measurement : measurement_id
Measurement : names
Measurement --> "*" Name : names
click Name href "../Name"
Measurement : protocol_id
Measurement --> "0..1" Protocol : protocol_id
click Protocol href "../Protocol"
Measurement : quality
Measurement : type
Measurement : unit
Measurement : value
Inheritance
- NamedThing
- Measurement
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
measurement_id | 1 UUID |
Internal (CDM) unique identifier | direct |
protocol_id | 0..1 Protocol |
The ID of the protocol used to generate the measurement | direct |
created_at | 0..1 Datetime |
Timestamp for the measurement | direct |
type | 0..1 String |
The type of measurement or the parameter being measured | direct |
quality | 0..1 String |
The quality of the measurement, indicating the confidence that one can have i... | direct |
value | 0..1 String |
Value of the measurement | direct |
unit | 0..1 String |
Units used in the measurement | direct |
description | 0..1 String |
Definition or description of the entity | NamedThing |
names | * Name |
Names, alternative names, and synonyms for an entity | NamedThing |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/cdm-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kb_cdm:Measurement |
native | kb_cdm:Measurement |
LinkML Source
Direct
name: Measurement
description: A qualitative or quantitative observation of an attribute of an object
or event against a standardized scale, to enable it to be compared with other objects
or events.
from_schema: https://github.com/kbase/cdm-schema
is_a: NamedThing
attributes:
measurement_id:
name: measurement_id
description: Internal (CDM) unique identifier.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
identifier: true
domain_of:
- Measurement
range: UUID
required: true
protocol_id:
name: protocol_id
description: The ID of the protocol used to generate the measurement.
from_schema: https://github.com/kbase/cdm-schema
domain_of:
- FeatureXProtein
- Measurement
- Protocol
range: Protocol
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
type:
name: type
description: The type of measurement or the parameter being measured.
from_schema: https://github.com/kbase/cdm-schema
domain_of:
- EncodedFeature
- Feature
- Measurement
- Sample
quality:
name: quality
description: The quality of the measurement, indicating the confidence that one
can have in its correctness.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
domain_of:
- Measurement
- ProcessedMeasurement
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
rank: 1000
domain_of:
- Measurement
- MeasurementSet
unit:
name: unit
description: Units used in the measurement.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
domain_of:
- Measurement
Induced
name: Measurement
description: A qualitative or quantitative observation of an attribute of an object
or event against a standardized scale, to enable it to be compared with other objects
or events.
from_schema: https://github.com/kbase/cdm-schema
is_a: NamedThing
attributes:
measurement_id:
name: measurement_id
description: Internal (CDM) unique identifier.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
identifier: true
alias: measurement_id
owner: Measurement
domain_of:
- Measurement
range: UUID
required: true
protocol_id:
name: protocol_id
description: The ID of the protocol used to generate the measurement.
from_schema: https://github.com/kbase/cdm-schema
alias: protocol_id
owner: Measurement
domain_of:
- FeatureXProtein
- Measurement
- Protocol
range: Protocol
created_at:
name: created_at
description: Timestamp for the measurement.
from_schema: https://github.com/kbase/cdm-schema
alias: created_at
owner: Measurement
domain_of:
- Event
- Experiment
- Measurement
- MeasurementSet
range: datetime
type:
name: type
description: The type of measurement or the parameter being measured.
from_schema: https://github.com/kbase/cdm-schema
alias: type
owner: Measurement
domain_of:
- EncodedFeature
- Feature
- Measurement
- Sample
range: string
quality:
name: quality
description: The quality of the measurement, indicating the confidence that one
can have in its correctness.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: quality
owner: Measurement
domain_of:
- Measurement
- ProcessedMeasurement
range: string
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
rank: 1000
alias: value
owner: Measurement
domain_of:
- Measurement
- MeasurementSet
range: string
unit:
name: unit
description: Units used in the measurement.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: unit
owner: Measurement
domain_of:
- Measurement
range: string
description:
name: description
description: Definition or description of the entity.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: description
owner: Measurement
domain_of:
- NamedThing
- Event
- Experiment
- Identifier
- Name
- Project
- Protein
- Sample
range: string
names:
name: names
description: Names, alternative names, and synonyms for an entity.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: names
owner: Measurement
domain_of:
- NamedThing
range: Name
multivalued: true