Skip to content

Class: Measurement

URI: linkml_common:Measurement

classDiagram class Measurement Observation <|-- Measurement Measurement : quantity_measured Measurement --> Quantity : quantity_measured Measurement : type Measurement : variable_measured Measurement --> Variable : variable_measured

Inheritance

Slots

Name Cardinality and Range Description Inheritance
quantity_measured 0..1
Quantity
The quantity being measured direct
variable_measured 0..1
Variable
The variable being measured direct
type 0..1
String
A type for a thing Entity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:Measurement
native linkml_common:Measurement

LinkML Source

Direct

name: Measurement
from_schema: https://w3id.org/linkml/linkml-common
is_a: Observation
attributes:
  quantity_measured:
    name: quantity_measured
    description: The quantity being measured
    from_schema: https://w3id.org/linkml-common/meaurements
    rank: 1000
    domain_of:
    - Measurement
    range: Quantity
  variable_measured:
    name: variable_measured
    description: The variable being measured
    from_schema: https://w3id.org/linkml-common/meaurements
    rank: 1000
    domain_of:
    - Measurement
    range: Variable

Induced

name: Measurement
from_schema: https://w3id.org/linkml/linkml-common
is_a: Observation
attributes:
  quantity_measured:
    name: quantity_measured
    description: The quantity being measured
    from_schema: https://w3id.org/linkml-common/meaurements
    rank: 1000
    alias: quantity_measured
    owner: Measurement
    domain_of:
    - Measurement
    range: Quantity
  variable_measured:
    name: variable_measured
    description: The variable being measured
    from_schema: https://w3id.org/linkml-common/meaurements
    rank: 1000
    alias: variable_measured
    owner: Measurement
    domain_of:
    - Measurement
    range: Variable
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: Measurement
    domain_of:
    - Entity
    - NamedThing
    range: string