Class: GeoPointLocation
URI: linkml_common:GeoPointLocation
classDiagram
class GeoPointLocation
click GeoPointLocation href "../GeoPointLocation"
PointLocation <|-- GeoPointLocation
click PointLocation href "../PointLocation"
GeoPointLocation : altitude
GeoPointLocation : latitude
GeoPointLocation : longitude
GeoPointLocation : type
Inheritance
- Entity [ Typed]
- Intangible
- StructuredValue
- Location
- PointLocation
- GeoPointLocation
- PointLocation
- Location
- StructuredValue
- Intangible
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
latitude | 0..1 Decimal |
The latitude of the location | direct |
longitude | 0..1 Decimal |
The longitude of the location | direct |
altitude | 0..1 Decimal |
The altitude of the location | direct |
type | 0..1 String |
A type for a thing | Typed |
Usages
used by | used in | type | used |
---|---|---|---|
HealthcareSite | geolocation | range | GeoPointLocation |
Place | geolocation | range | GeoPointLocation |
Landform | geolocation | range | GeoPointLocation |
AstronomicalBody | geolocation | range | GeoPointLocation |
EnvironmentalSite | geolocation | range | GeoPointLocation |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml_common:GeoPointLocation |
native | linkml_common:GeoPointLocation |
LinkML Source
Direct
name: GeoPointLocation
from_schema: https://w3id.org/linkml/linkml-common
is_a: PointLocation
attributes:
latitude:
name: latitude
description: The latitude of the location
from_schema: https://w3id.org/linkml-common/geography
rank: 1000
domain_of:
- GeoPointLocation
range: decimal
longitude:
name: longitude
description: The longitude of the location
from_schema: https://w3id.org/linkml-common/geography
rank: 1000
domain_of:
- GeoPointLocation
range: decimal
altitude:
name: altitude
description: The altitude of the location
from_schema: https://w3id.org/linkml-common/geography
rank: 1000
domain_of:
- GeoPointLocation
range: decimal
unit:
ucum_code: m
Induced
name: GeoPointLocation
from_schema: https://w3id.org/linkml/linkml-common
is_a: PointLocation
attributes:
latitude:
name: latitude
description: The latitude of the location
from_schema: https://w3id.org/linkml-common/geography
rank: 1000
alias: latitude
owner: GeoPointLocation
domain_of:
- GeoPointLocation
range: decimal
longitude:
name: longitude
description: The longitude of the location
from_schema: https://w3id.org/linkml-common/geography
rank: 1000
alias: longitude
owner: GeoPointLocation
domain_of:
- GeoPointLocation
range: decimal
altitude:
name: altitude
description: The altitude of the location
from_schema: https://w3id.org/linkml-common/geography
rank: 1000
alias: altitude
owner: GeoPointLocation
domain_of:
- GeoPointLocation
range: decimal
unit:
ucum_code: m
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: GeoPointLocation
domain_of:
- Typed
range: string