Skip to content

Class: GeoBoxLocation

URI: linkml_common:GeoBoxLocation

classDiagram class GeoBoxLocation Location <|-- GeoBoxLocation GeoBoxLocation : east_bounding_coordinate GeoBoxLocation : north_bounding_coordinate GeoBoxLocation : south_bounding_coordinate GeoBoxLocation : west_bounding_coordinate

Inheritance

Slots

Name Cardinality and Range Description Inheritance
west_bounding_coordinate 0..1
Decimal
The westernmost coordinate of the location direct
east_bounding_coordinate 0..1
Decimal
The easternmost coordinate of the location direct
north_bounding_coordinate 0..1
Decimal
The northernmost coordinate of the location direct
south_bounding_coordinate 0..1
Decimal
The southernmost coordinate of the location direct

Usages

used by used in type used
HealthcareSite bounding_coordinates range GeoBoxLocation
Place bounding_coordinates range GeoBoxLocation
Landform bounding_coordinates range GeoBoxLocation
EnvironmentalSite bounding_coordinates range GeoBoxLocation

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:GeoBoxLocation
native linkml_common:GeoBoxLocation

LinkML Source

Direct

name: GeoBoxLocation
from_schema: https://w3id.org/linkml/linkml-common
is_a: Location
attributes:
  west_bounding_coordinate:
    name: west_bounding_coordinate
    description: The westernmost coordinate of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    domain_of:
    - GeoBoxLocation
    range: decimal
  east_bounding_coordinate:
    name: east_bounding_coordinate
    description: The easternmost coordinate of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    domain_of:
    - GeoBoxLocation
    range: decimal
  north_bounding_coordinate:
    name: north_bounding_coordinate
    description: The northernmost coordinate of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    domain_of:
    - GeoBoxLocation
    range: decimal
  south_bounding_coordinate:
    name: south_bounding_coordinate
    description: The southernmost coordinate of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    domain_of:
    - GeoBoxLocation
    range: decimal

Induced

name: GeoBoxLocation
from_schema: https://w3id.org/linkml/linkml-common
is_a: Location
attributes:
  west_bounding_coordinate:
    name: west_bounding_coordinate
    description: The westernmost coordinate of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    alias: west_bounding_coordinate
    owner: GeoBoxLocation
    domain_of:
    - GeoBoxLocation
    range: decimal
  east_bounding_coordinate:
    name: east_bounding_coordinate
    description: The easternmost coordinate of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    alias: east_bounding_coordinate
    owner: GeoBoxLocation
    domain_of:
    - GeoBoxLocation
    range: decimal
  north_bounding_coordinate:
    name: north_bounding_coordinate
    description: The northernmost coordinate of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    alias: north_bounding_coordinate
    owner: GeoBoxLocation
    domain_of:
    - GeoBoxLocation
    range: decimal
  south_bounding_coordinate:
    name: south_bounding_coordinate
    description: The southernmost coordinate of the location
    from_schema: https://w3id.org/linkml-common/geography
    rank: 1000
    alias: south_bounding_coordinate
    owner: GeoBoxLocation
    domain_of:
    - GeoBoxLocation
    range: decimal