Class: GeoBoxLocation
URI: linkml_common:GeoBoxLocation
classDiagram
class GeoBoxLocation
click GeoBoxLocation href "../GeoBoxLocation"
Location <|-- GeoBoxLocation
click Location href "../Location"
GeoBoxLocation : east_bounding_coordinate
GeoBoxLocation : north_bounding_coordinate
GeoBoxLocation : south_bounding_coordinate
GeoBoxLocation : type
GeoBoxLocation : west_bounding_coordinate
Inheritance
- Entity [ Typed]
- Intangible
- StructuredValue
- Location
- GeoBoxLocation
- Location
- StructuredValue
- Intangible
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 |
type | 0..1 String |
A type for a thing | Typed |
Usages
used by | used in | type | used |
---|---|---|---|
HealthcareSite | bounding_coordinates | range | GeoBoxLocation |
Place | bounding_coordinates | range | GeoBoxLocation |
Landform | bounding_coordinates | range | GeoBoxLocation |
AstronomicalBody | 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
type:
name: type
description: A type for a thing. The range of this should be a class within the
schema. It is intended for schema-based classification. Anything beneath the
shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
alias: type
owner: GeoBoxLocation
domain_of:
- Typed
range: string