Skip to content

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: cdm:Measurement

classDiagram class Measurement click Measurement href "../Measurement" Measurement <|-- ProcessedMeasurement click ProcessedMeasurement href "../ProcessedMeasurement" Measurement : created_at Measurement : measurement_id Measurement : name Measurement : protocol_id Measurement --> "0..1" Protocol : protocol_id click Protocol href "../Protocol" Measurement : quality Measurement : type Measurement : unit Measurement : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
A string used as a name or title direct
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

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/kbase/cdm-schema

Mappings

Mapping Type Mapped Value
self cdm:Measurement
native 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
slots:
- name
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:
    - Cluster
    - Feature
    - 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
    - AttributeValue
  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
    domain_of:
    - Measurement
    - Statements
    - MeasurementSet
  unit:
    name: unit
    description: Units used in the measurement.
    from_schema: https://github.com/kbase/cdm-schema
    domain_of:
    - Measurement
    - QuantityValue

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
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:
    - Cluster
    - Feature
    - 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
    - AttributeValue
    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
    alias: value
    owner: Measurement
    domain_of:
    - Measurement
    - Statements
    - MeasurementSet
    range: string
  unit:
    name: unit
    description: Units used in the measurement.
    from_schema: https://github.com/kbase/cdm-schema
    alias: unit
    owner: Measurement
    domain_of:
    - Measurement
    - QuantityValue
    range: string
  name:
    name: name
    description: A string used as a name or title.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: name
    owner: Measurement
    domain_of:
    - Contributor
    - DataSource
    - Event
    - Experiment
    - Measurement
    - Name
    range: string