Skip to content

Class: GeoLocation

Geografic coordinates in which an asset can be found.

URI: base:GeoLocation

 classDiagram
    class GeoLocation
      AssetLocation <|-- GeoLocation

      GeoLocation : elevation
      GeoLocation : latitude
      GeoLocation : location_type
      GeoLocation : longitude

Inheritance

Attributes (AKA Slots)

Name Cardinality and Range Description Inheritance
elevation 0..1
Float
The elevation of a location in meters (WGS 84) direct
latitude 0..1
Float
The latitude of a location direct
longitude 0..1
Float
The longitude of a location direct
location_type 0..1
String
Type designator that provides support for polymorphism using location AssetLocation
Deprecated attributes
Name Cardinality and Range Description Inheritance

Identifier and Mapping Information

Mappings

Mapping Type Mapped Value
self base:GeoLocation
native base:GeoLocation
close schema:GeoCoordinates

LinkML Source

Direct

name: GeoLocation
description: Geografic coordinates in which an asset can be found.
title: Asset geographic coordinates
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.12.0/iah-base.jsonld
close_mappings:
- schema:GeoCoordinates
rank: 1000
is_a: AssetLocation
attributes:
  elevation:
    name: elevation
    conforms_to: WGS 84
    description: The elevation of a location in meters (WGS 84).
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.12.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:elevation
    domain_of:
    - GeoLocation
    range: float
  latitude:
    name: latitude
    conforms_to: WGS 84
    description: The latitude of a location. For example 37.42242 (WGS 84).
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.12.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:latitude
    domain_of:
    - GeoLocation
    range: float
  longitude:
    name: longitude
    conforms_to: WGS 84
    description: The longitude of a location. For example -122.08585 (WGS 84).
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.12.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:longitude
    domain_of:
    - GeoLocation
    range: float

Induced

name: GeoLocation
description: Geografic coordinates in which an asset can be found.
title: Asset geographic coordinates
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.12.0/iah-base.jsonld
close_mappings:
- schema:GeoCoordinates
rank: 1000
is_a: AssetLocation
attributes:
  elevation:
    name: elevation
    conforms_to: WGS 84
    description: The elevation of a location in meters (WGS 84).
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.12.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:elevation
    alias: elevation
    owner: GeoLocation
    domain_of:
    - GeoLocation
    range: float
  latitude:
    name: latitude
    conforms_to: WGS 84
    description: The latitude of a location. For example 37.42242 (WGS 84).
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.12.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:latitude
    alias: latitude
    owner: GeoLocation
    domain_of:
    - GeoLocation
    range: float
  longitude:
    name: longitude
    conforms_to: WGS 84
    description: The longitude of a location. For example -122.08585 (WGS 84).
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.12.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:longitude
    alias: longitude
    owner: GeoLocation
    domain_of:
    - GeoLocation
    range: float
  location_type:
    name: location_type
    description: Type designator that provides support for polymorphism using location.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.12.0/iah-base.jsonld
    rank: 1000
    designates_type: true
    alias: location_type
    owner: GeoLocation
    domain_of:
    - AssetLocation
    range: string

Any questions left?

Ask the community