Skip to content

Class: BoundingBox2D

an axis-aligned 2D bounding box (float units)

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

Slots

Name Cardinality and Range Description Inheritance
x_min 0..1
QuantityValue
minimum x direct
x_max 0..1
QuantityValue
maximum x direct
y_min 0..1
QuantityValue
minimum y direct
y_max 0..1
QuantityValue
maximum y 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/:BoundingBox2D
native https://w3id.org/osc-em/oscem-schemas-subtomo/:BoundingBox2D

LinkML Source

Direct

name: BoundingBox2D
description: an axis-aligned 2D bounding box (float units)
from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
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-subtomo
attributes:
  x_min:
    name: x_min
    description: minimum x
    from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
    rank: 1000
    alias: x_min
    owner: BoundingBox2D
    domain_of:
    - BoundingBox2D
    range: QuantityValue
  x_max:
    name: x_max
    description: maximum x
    from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
    rank: 1000
    alias: x_max
    owner: BoundingBox2D
    domain_of:
    - BoundingBox2D
    range: QuantityValue
  y_min:
    name: y_min
    description: minimum y
    from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
    rank: 1000
    alias: y_min
    owner: BoundingBox2D
    domain_of:
    - BoundingBox2D
    range: QuantityValue
  y_max:
    name: y_max
    description: maximum y
    from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
    rank: 1000
    alias: y_max
    owner: BoundingBox2D
    domain_of:
    - BoundingBox2D
    range: QuantityValue