Skip to content

Class: GeolocationValue

A normalized value for a location on the earth's surface

URI: nmdc:GeolocationValue

classDiagram class GeolocationValue click GeolocationValue href "../GeolocationValue" AttributeValue <|-- GeolocationValue click AttributeValue href "../AttributeValue" GeolocationValue : has_raw_value GeolocationValue : latitude GeolocationValue : longitude GeolocationValue : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
latitude 1
DecimalDegree
latitude direct
longitude 1
DecimalDegree
longitude direct
has_raw_value 0..1
String
The raw value for a geolocation should follow {latitude} {longitude} AttributeValue
type 1
Uriorcurie
the class_uri of the class that has been instantiated AttributeValue

Usages

used by used in type used
FieldResearchSite lat_lon range GeolocationValue
Biosample lat_lon range GeolocationValue

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nmdc:GeolocationValue
native nmdc:GeolocationValue
undefined schema:GeoCoordinates

LinkML Source

Direct

name: GeolocationValue
description: A normalized value for a location on the earth's surface
notes:
- 'what did ''to_str: {latitude} {longitude}'' mean?'
from_schema: https://w3id.org/nmdc/nmdc
mappings:
- schema:GeoCoordinates
is_a: AttributeValue
slots:
- latitude
- longitude
slot_usage:
  has_raw_value:
    name: has_raw_value
    description: The raw value for a geolocation should follow {latitude} {longitude}
    domain_of:
    - AttributeValue
  latitude:
    name: latitude
    domain_of:
    - GeolocationValue
    required: true
  longitude:
    name: longitude
    domain_of:
    - GeolocationValue
    required: true
class_uri: nmdc:GeolocationValue

Induced

name: GeolocationValue
description: A normalized value for a location on the earth's surface
notes:
- 'what did ''to_str: {latitude} {longitude}'' mean?'
from_schema: https://w3id.org/nmdc/nmdc
mappings:
- schema:GeoCoordinates
is_a: AttributeValue
slot_usage:
  has_raw_value:
    name: has_raw_value
    description: The raw value for a geolocation should follow {latitude} {longitude}
    domain_of:
    - AttributeValue
  latitude:
    name: latitude
    domain_of:
    - GeolocationValue
    required: true
  longitude:
    name: longitude
    domain_of:
    - GeolocationValue
    required: true
attributes:
  latitude:
    name: latitude
    description: latitude
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    slot_uri: wgs84:lat
    alias: latitude
    owner: GeolocationValue
    domain_of:
    - GeolocationValue
    range: decimal degree
    required: true
  longitude:
    name: longitude
    description: longitude
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    slot_uri: wgs84:long
    alias: longitude
    owner: GeolocationValue
    domain_of:
    - GeolocationValue
    range: decimal degree
    required: true
  has_raw_value:
    name: has_raw_value
    description: The raw value for a geolocation should follow {latitude} {longitude}
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    alias: has_raw_value
    owner: GeolocationValue
    domain_of:
    - AttributeValue
    range: string
  type:
    name: type
    description: the class_uri of the class that has been instantiated
    notes:
    - replaces legacy nmdc:type slot
    - makes it easier to read example data files
    - required for polymorphic MongoDB collections
    examples:
    - value: nmdc:Biosample
    - value: nmdc:Study
    from_schema: https://w3id.org/nmdc/nmdc
    see_also:
    - https://github.com/microbiomedata/nmdc-schema/issues/1048
    - https://github.com/microbiomedata/nmdc-schema/issues/1233
    - https://github.com/microbiomedata/nmdc-schema/issues/248
    rank: 1000
    slot_uri: rdf:type
    designates_type: true
    alias: type
    owner: GeolocationValue
    domain_of:
    - FunctionalAnnotationAggMember
    - MobilePhaseSegment
    - PortionOfSubstance
    - MagBin
    - MetaboliteIdentification
    - PeptideQuantification
    - ProteinQuantification
    - GenomeFeature
    - FunctionalAnnotation
    - AttributeValue
    - NamedThing
    - FailureCategorization
    - Protocol
    - CreditAssociation
    - Doi
    range: uriorcurie
    required: true
class_uri: nmdc:GeolocationValue