Skip to content

Class: LatLongCoordinatesFacet

A lat long coordinates facet is a grouping of characteristics unique to the expression of a geolocation as the intersection of specific latitude, longitude, and altitude values.

URI: master:LatLongCoordinatesFacet

classDiagram class LatLongCoordinatesFacet Facet <|-- LatLongCoordinatesFacet LatLongCoordinatesFacet : altitude LatLongCoordinatesFacet : latitude LatLongCoordinatesFacet : longitude

Inheritance

Slots

Name Cardinality and Range Description Inheritance
altitude 0..1
DecimalType
The altitude coordinate of a geolocation direct
latitude 0..1
DecimalType
The latitude coordinate of a geolocation direct
longitude 0..1
DecimalType
The longitude coordinate of a geolocation direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

Mappings

Mapping Type Mapped Value
self master:LatLongCoordinatesFacet
native master:LatLongCoordinatesFacet

LinkML Source

Direct

name: LatLongCoordinatesFacet
description: A lat long coordinates facet is a grouping of characteristics unique
  to the expression of a geolocation as the intersection of specific latitude, longitude,
  and altitude values.
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- altitude
- latitude
- longitude
slot_usage:
  altitude:
    name: altitude
    domain_of:
    - LatLongCoordinatesFacet
    maximum_cardinality: 1
  latitude:
    name: latitude
    domain_of:
    - LatLongCoordinatesFacet
    maximum_cardinality: 1
  longitude:
    name: longitude
    domain_of:
    - LatLongCoordinatesFacet
    maximum_cardinality: 1

Induced

name: LatLongCoordinatesFacet
description: A lat long coordinates facet is a grouping of characteristics unique
  to the expression of a geolocation as the intersection of specific latitude, longitude,
  and altitude values.
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slot_usage:
  altitude:
    name: altitude
    domain_of:
    - LatLongCoordinatesFacet
    maximum_cardinality: 1
  latitude:
    name: latitude
    domain_of:
    - LatLongCoordinatesFacet
    maximum_cardinality: 1
  longitude:
    name: longitude
    domain_of:
    - LatLongCoordinatesFacet
    maximum_cardinality: 1
attributes:
  altitude:
    name: altitude
    description: The altitude coordinate of a geolocation.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: altitude
    owner: LatLongCoordinatesFacet
    domain_of:
    - LatLongCoordinatesFacet
    range: decimal type
    maximum_cardinality: 1
  latitude:
    name: latitude
    description: The latitude coordinate of a geolocation.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: latitude
    owner: LatLongCoordinatesFacet
    domain_of:
    - LatLongCoordinatesFacet
    range: decimal type
    maximum_cardinality: 1
  longitude:
    name: longitude
    description: The longitude coordinate of a geolocation.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: longitude
    owner: LatLongCoordinatesFacet
    domain_of:
    - LatLongCoordinatesFacet
    range: decimal type
    maximum_cardinality: 1