Skip to content

Class: Measurement

URI: sample:Measurement

erDiagram Measurement { string value } Unit { string id string label } Measurement ||--|o Unit : "unit"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 0..1
String
the value of the measurement direct
unit 0..1
Unit
the unit of the measurement direct

Usages

used by used in type used
Study measurements range Measurement

Identifier and Mapping Information

Schema Source

  • from schema: http://w3id.org/ontogpt/environmental-sample

Mappings

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

LinkML Source

Direct

name: Measurement
from_schema: http://w3id.org/ontogpt/environmental-sample
is_a: CompoundExpression
attributes:
  value:
    name: value
    description: the value of the measurement
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
  unit:
    name: unit
    description: the unit of the measurement
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    range: Unit

Induced

name: Measurement
from_schema: http://w3id.org/ontogpt/environmental-sample
is_a: CompoundExpression
attributes:
  value:
    name: value
    description: the value of the measurement
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    alias: value
    owner: Measurement
    domain_of:
    - Measurement
    range: string
  unit:
    name: unit
    description: the unit of the measurement
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    alias: unit
    owner: Measurement
    domain_of:
    - Measurement
    range: Unit