Class: BoundingBox2D
an axis-aligned 2D bounding box (float units)
URI: https://w3id.org/osc-em/oscem-schemas-cellular-tomo/:BoundingBox2D
erDiagram
BoundingBox2D {
}
QuantitySI {
float valueSI
string unitSI
string unit
float value
}
BoundingBox2D ||--|o QuantitySI : "x_min"
BoundingBox2D ||--|o QuantitySI : "x_max"
BoundingBox2D ||--|o QuantitySI : "y_min"
BoundingBox2D ||--|o QuantitySI : "y_max"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
x_min | 0..1 QuantitySI |
minimum x | direct |
x_max | 0..1 QuantitySI |
maximum x | direct |
y_min | 0..1 QuantitySI |
minimum y | direct |
y_max | 0..1 QuantitySI |
maximum y | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
Mappings
Mapping Type | Mapped Value |
---|---|
self | https://w3id.org/osc-em/oscem-schemas-cellular-tomo/:BoundingBox2D |
native | https://w3id.org/osc-em/oscem-schemas-cellular-tomo/:BoundingBox2D |
LinkML Source
Direct
name: BoundingBox2D
description: an axis-aligned 2D bounding box (float units)
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
slots:
- x_min
- x_max
- y_min
- y_max
Induced
name: BoundingBox2D
description: an axis-aligned 2D bounding box (float units)
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
attributes:
x_min:
name: x_min
description: minimum x
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: x_min
owner: BoundingBox2D
domain_of:
- BoundingBox2D
range: QuantitySI
x_max:
name: x_max
description: maximum x
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: x_max
owner: BoundingBox2D
domain_of:
- BoundingBox2D
range: QuantitySI
y_min:
name: y_min
description: minimum y
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: y_min
owner: BoundingBox2D
domain_of:
- BoundingBox2D
range: QuantitySI
y_max:
name: y_max
description: maximum y
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: y_max
owner: BoundingBox2D
domain_of:
- BoundingBox2D
range: QuantitySI