Skip to content

Class: Range

A range constructed from min and max

URI: https://w3id.org/osc-em/oscem-schemas-subtomo/:Range

Inheritance

Slots

Name Cardinality and Range Description Inheritance
minimal 0..1
Any or 
QuantityValue or 
QuantitySI
Minimal value of a given dataset property direct
maximal 0..1
Any or 
QuantityValue or 
QuantitySI
Maximal value of a given dataset property direct

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/osc-em/oscem-schemas-subtomo

Mappings

Mapping Type Mapped Value
self https://w3id.org/osc-em/oscem-schemas-subtomo/:Range
native https://w3id.org/osc-em/oscem-schemas-subtomo/:Range

LinkML Source

Direct

name: Range
description: A range constructed from min and max
from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
slots:
- minimal
- maximal

Induced

name: Range
description: A range constructed from min and max
from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
attributes:
  minimal:
    name: minimal
    description: Minimal value of a given dataset property
    from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
    rank: 1000
    alias: minimal
    owner: Range
    domain_of:
    - Range
    range: Any
    any_of:
    - range: QuantityValue
    - range: QuantitySI
  maximal:
    name: maximal
    description: Maximal value of a given dataset property
    from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
    rank: 1000
    alias: maximal
    owner: Range
    domain_of:
    - Range
    range: Any
    any_of:
    - range: QuantityValue
    - range: QuantitySI