Class: GeoBoxLocation
URI: comet:GeoBoxLocation
classDiagram
class GeoBoxLocation
click GeoBoxLocation href "../GeoBoxLocation"
LocationComponent <|-- GeoBoxLocation
click LocationComponent href "../LocationComponent"
GeoBoxLocation : east_bounding_coordinate
GeoBoxLocation : north_bounding_coordinate
GeoBoxLocation : south_bounding_coordinate
GeoBoxLocation : west_bounding_coordinate
Inheritance
- Intangible
- LocationComponent
- GeoBoxLocation
- LocationComponent
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 |
---|---|---|---|
Location | geo_box_location | range | GeoBoxLocation |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/comet
Mappings
Mapping Type | Mapped Value |
---|---|
self | comet:GeoBoxLocation |
native | comet:GeoBoxLocation |
LinkML Source
Direct
name: GeoBoxLocation
from_schema: https://w3id.org/comet
is_a: LocationComponent
attributes:
west_bounding_coordinate:
name: west_bounding_coordinate
description: The westernmost coordinate of the location
from_schema: https://w3id.org/comet/core
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/comet/core
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/comet/core
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/comet/core
rank: 1000
domain_of:
- GeoBoxLocation
range: decimal
Induced
name: GeoBoxLocation
from_schema: https://w3id.org/comet
is_a: LocationComponent
attributes:
west_bounding_coordinate:
name: west_bounding_coordinate
description: The westernmost coordinate of the location
from_schema: https://w3id.org/comet/core
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/comet/core
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/comet/core
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/comet/core
rank: 1000
alias: south_bounding_coordinate
owner: GeoBoxLocation
domain_of:
- GeoBoxLocation
range: decimal