Skip to content

Class: MeasurementMetadataMixin

Metadata attributes for Observations type Measurement

  • NOTE: this is a mixin class intended to be used in combination with other classes, and not used directly

URI: basin3d_schema:MeasurementMetadataMixin

classDiagram class MeasurementMetadataMixin MeasurementMetadataMixin <|-- MeasurementTimeseriesTVPObservation MeasurementMetadataMixin : observed_property_variable MeasurementMetadataMixin : statistic

Slots

Name Cardinality and Range Description
statistic 0..1
xsd:string
observed_property_variable 0..1
ObservedPropertyVariable

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/cmungall/basin3d_schema/core

Mappings

Mapping Type Mapped Value
self ['basin3d_schema:MeasurementMetadataMixin']
native ['basin3d_schema:MeasurementMetadataMixin']

LinkML Specification

Direct

name: MeasurementMetadataMixin
description: Metadata attributes for Observations type Measurement
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
mixin: true
attributes:
  statistic:
    name: statistic
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    range: string
  observed_property_variable:
    name: observed_property_variable
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    range: string

Induced

name: MeasurementMetadataMixin
description: Metadata attributes for Observations type Measurement
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
mixin: true
attributes:
  statistic:
    name: statistic
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: statistic
    owner: MeasurementMetadataMixin
    domain_of:
    - MeasurementMetadataMixin
    range: string
  observed_property_variable:
    name: observed_property_variable
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    alias: observed_property_variable
    owner: MeasurementMetadataMixin
    domain_of:
    - ObservedProperty
    - MeasurementMetadataMixin
    range: ObservedPropertyVariable