Class: Range
A range constructed from min and max
URI: https://w3id.org/osc-em/oscem-schemas/:Range
classDiagram
class Range
click Range href "../Range"
Range <|-- Series
click Series href "../Series"
Range : maximal
Range --> "0..1" QuantityValue : maximal
click QuantityValue href "../QuantityValue"
Range : minimal
Range --> "0..1" QuantityValue : minimal
click QuantityValue href "../QuantityValue"
Inheritance
- Range
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
minimal | 0..1 QuantityValue |
Minimal value of a given dataset property | direct |
maximal | 0..1 QuantityValue |
Maximal value of a given dataset property | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Acquisition | nominal_defocus | range | Range |
Acquisition | calibrated_defocus | range | Range |
Acquisition | temperature_range | range | Range |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/osc-em/oscem-schemas
Mappings
Mapping Type | Mapped Value |
---|---|
self | https://w3id.org/osc-em/oscem-schemas/:Range |
native | https://w3id.org/osc-em/oscem-schemas/:Range |
LinkML Source
Direct
name: Range
description: A range constructed from min and max
from_schema: https://w3id.org/osc-em/oscem-schemas
slots:
- minimal
- maximal
Induced
name: Range
description: A range constructed from min and max
from_schema: https://w3id.org/osc-em/oscem-schemas
attributes:
minimal:
name: minimal
description: Minimal value of a given dataset property
from_schema: https://w3id.org/osc-em/oscem-schemas
rank: 1000
alias: minimal
owner: Range
domain_of:
- Range
range: QuantityValue
maximal:
name: maximal
description: Maximal value of a given dataset property
from_schema: https://w3id.org/osc-em/oscem-schemas
rank: 1000
alias: maximal
owner: Range
domain_of:
- Range
range: QuantityValue