Skip to content

Class: AggregatedMeasurement

An aggregated or summary measurement across a cohort or population

URI: exposome_schema:AggregatedMeasurement

classDiagram class AggregatedMeasurement click AggregatedMeasurement href "../AggregatedMeasurement/" Measurement <|-- AggregatedMeasurement click Measurement href "../Measurement/" AggregatedMeasurement : category AggregatedMeasurement : cohort AggregatedMeasurement --> "0..1" Cohort : cohort click Cohort href "../Cohort/" AggregatedMeasurement : description AggregatedMeasurement : id AggregatedMeasurement : measured_entity AggregatedMeasurement --> "0..1" NamedThing : measured_entity click NamedThing href "../NamedThing/" AggregatedMeasurement : name AggregatedMeasurement : sample_size AggregatedMeasurement : statistic_value AggregatedMeasurement : stratification AggregatedMeasurement : summary_statistic AggregatedMeasurement --> "0..1" SummaryStatisticEnum : summary_statistic click SummaryStatisticEnum href "../SummaryStatisticEnum/" AggregatedMeasurement : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
measured_entity 0..1
NamedThing
The entity being measured direct
cohort 0..1
Cohort
The cohort for aggregated measurements direct
summary_statistic 0..1
SummaryStatisticEnum
Type of summary statistic direct
statistic_value 0..1
Float
Value of the summary statistic direct
sample_size 0..1
Integer
Number of samples direct
stratification 0..1
String
Stratification variables direct
id 1
Uriorcurie
A unique identifier for a thing NamedThing
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
category *
String
A category or type for a thing NamedThing
xref *
Uriorcurie
External database cross-references NamedThing

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/diatomsRcool/exposome-schema

Mappings

Mapping Type Mapped Value
self exposome_schema:AggregatedMeasurement
native exposome_schema:AggregatedMeasurement

LinkML Source

Direct

name: AggregatedMeasurement
description: An aggregated or summary measurement across a cohort or population
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Measurement
slots:
- measured_entity
- cohort
- summary_statistic
- statistic_value
- sample_size
- stratification

Induced

name: AggregatedMeasurement
description: An aggregated or summary measurement across a cohort or population
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Measurement
attributes:
  measured_entity:
    name: measured_entity
    description: The entity being measured
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: measured_entity
    owner: AggregatedMeasurement
    domain_of:
    - ExposureMeasurement
    - BiomarkerMeasurement
    - AggregatedMeasurement
    range: NamedThing
  cohort:
    name: cohort
    description: The cohort for aggregated measurements
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: cohort
    owner: AggregatedMeasurement
    domain_of:
    - AggregatedMeasurement
    range: Cohort
  summary_statistic:
    name: summary_statistic
    description: Type of summary statistic
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: summary_statistic
    owner: AggregatedMeasurement
    domain_of:
    - AggregatedMeasurement
    range: SummaryStatisticEnum
  statistic_value:
    name: statistic_value
    description: Value of the summary statistic
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: statistic_value
    owner: AggregatedMeasurement
    domain_of:
    - AggregatedMeasurement
    range: float
  sample_size:
    name: sample_size
    description: Number of samples
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: sample_size
    owner: AggregatedMeasurement
    domain_of:
    - AggregatedMeasurement
    range: integer
  stratification:
    name: stratification
    description: Stratification variables
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: stratification
    owner: AggregatedMeasurement
    domain_of:
    - AggregatedMeasurement
    range: string
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: AggregatedMeasurement
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: AggregatedMeasurement
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: AggregatedMeasurement
    domain_of:
    - NamedThing
    range: string
  category:
    name: category
    description: A category or type for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: category
    owner: AggregatedMeasurement
    domain_of:
    - NamedThing
    range: string
    multivalued: true
  xref:
    name: xref
    description: External database cross-references
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: xref
    owner: AggregatedMeasurement
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true