Slot: geographic location (latitude and longitude) (lat_lon)
The geographical origin of the sample as defined by latitude and longitude. The values should be reported in decimal degrees, limited to 8 decimal points, and in WGS84 system
URI: MIXS:0000009
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| FieldResearchSite | A site, outside of a laboratory, from which biosamples may be collected | no |
| Biosample | Biological source material which can be characterized by an experiment | yes |
Properties
- Range: GeolocationValue
Examples
type: "nmdc:GeolocationValue"
latitude: 50.586825
longitude: 6.408977
has_raw_value: "50.586825 6.408977"
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nmdc/nmdc
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | MIXS:0000009 |
LinkML Source
name: lat_lon
description: The geographical origin of the sample as defined by latitude and longitude.
The values should be reported in decimal degrees, limited to 8 decimal points, and
in WGS84 system
title: geographic location (latitude and longitude)
examples:
- object:
type: nmdc:GeolocationValue
latitude: 50.586825
longitude: 6.408977
has_raw_value: 50.586825 6.408977
from_schema: https://w3id.org/nmdc/nmdc
rank: 1000
keywords:
- geographic
- location
slot_uri: MIXS:0000009
domain_of:
- FieldResearchSite
- Biosample
range: GeolocationValue
structured_pattern:
syntax: ^{lat} {lon}$
interpolated: true
partial_match: true