Class: Range
A range constructed from min and max
URI: https://w3id.org/osc-em/oscem-schemas-subtomo/:Range
erDiagram
Range {
}
QuantitySI {
float valueSI
string unitSI
string unit
float value
}
Range ||--|o QuantitySI : "minimal"
Range ||--|o QuantitySI : "maximal"
Inheritance
- Range
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
minimal | 0..1 QuantitySI |
Minimal value of a given dataset property | direct |
maximal | 0..1 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: 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: QuantitySI