Skip to content

Slot: lat_lon

The geographical origin of the sample as defined by latitude and longitude. The values should be reported in decimal degrees and in WGS84 system

URI: MIXS:0000009

Properties

  • Range: String
  • Required: True

Examples

Value
50.586825 6.408977

Identifier and Mapping Information

Annotations

property value
Expected_value decimal degrees, limit to 8 decimal points

Schema Source

  • from schema: https://w3id.org/mixs-6-2-rc/mixs_6_2_rc

LinkML Source

name: lat_lon
annotations:
  Expected_value:
    tag: Expected_value
    value: decimal degrees,  limit to 8 decimal points
description: The geographical origin of the sample as defined by latitude and longitude.
  The values should be reported in decimal degrees and in WGS84 system
title: geographic location (latitude and longitude)
examples:
- value: 50.586825 6.408977
in_subset:
- environment
from_schema: https://w3id.org/mixs-6-2-rc/mixs_6_2_rc
string_serialization: '{float} {float}'
slot_uri: MIXS:0000009
alias: lat_lon
domain_of:
- MigsBa
- MigsEu
- MigsOrg
- MigsPl
- MigsVi
- Mimag
- MimarksC
- MimarksS
- Mims
- Misag
- Miuvig
- FoodAnimalAndAnimalFeed
- FoodFarmEnvironment
- FoodFoodProductionFacility
- FoodHumanFoods
- SymbiontAssociated
range: string
required: true
pattern: ^(-?((?:[0-8]?[0-9](?:\.\d{0,8})?)|90)) -?[0-9]+(?:\.[0-9]{0,8})?$|^-?(1[0-7]{1,2})$
structured_pattern:
  syntax: ^{lat} {lon}$
  interpolated: true
  partial_match: true