Skip to content

Class: ProcessedMeasurement

A measurement that requires additional processing to generate a result.

URI: cdm:ProcessedMeasurement

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
quality 0..1
String
The quality of the measurement, indicating the confidence that one can have i... direct
name 0..1
String
A string used as a name or title Measurement
measurement_id 1
UUID
Internal (CDM) unique identifier Measurement
protocol_id 0..1
Protocol
The ID of the protocol used to generate the measurement Measurement
created_at 0..1
Datetime
Timestamp for the measurement Measurement
type 0..1
String
The type of measurement or the parameter being measured Measurement
value 0..1
String
Value of the measurement Measurement
unit 0..1
String
Units used in the measurement Measurement

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self cdm:ProcessedMeasurement
native cdm:ProcessedMeasurement

LinkML Source

Direct

name: ProcessedMeasurement
description: A measurement that requires additional processing to generate a result.
from_schema: https://github.com/kbase/cdm-schema
is_a: Measurement
attributes:
  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
    domain_of:
    - Measurement
    - ProcessedMeasurement

Induced

name: ProcessedMeasurement
description: A measurement that requires additional processing to generate a result.
from_schema: https://github.com/kbase/cdm-schema
is_a: Measurement
attributes:
  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
    alias: quality
    owner: ProcessedMeasurement
    domain_of:
    - Measurement
    - ProcessedMeasurement
    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: ProcessedMeasurement
    domain_of:
    - Contributor
    - DataSource
    - Event
    - Experiment
    - Measurement
    - Name
    range: string
  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: ProcessedMeasurement
    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: ProcessedMeasurement
    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: ProcessedMeasurement
    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: ProcessedMeasurement
    domain_of:
    - EncodedFeature
    - Feature
    - Measurement
    - Sample
    - AttributeValue
    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: ProcessedMeasurement
    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: ProcessedMeasurement
    domain_of:
    - Measurement
    - QuantityValue
    range: string