Skip to content

Class: GPSCoordinatesFacet

A GPS coordinates facet is a grouping of characteristics unique to the expression of quantified dilution of precision (DOP) for an asserted set of geolocation coordinates typically associated with satellite navigation such as the Global Positioning System (GPS).

URI: location:GPSCoordinatesFacet

classDiagram class GPSCoordinatesFacet Facet <|-- GPSCoordinatesFacet GPSCoordinatesFacet : hdop GPSCoordinatesFacet ..> decimal type : hdop GPSCoordinatesFacet : pdop GPSCoordinatesFacet ..> decimal type : pdop GPSCoordinatesFacet : tdop GPSCoordinatesFacet ..> decimal type : tdop GPSCoordinatesFacet : vdop GPSCoordinatesFacet ..> decimal type : vdop

Inheritance

Slots

Name Cardinality and Range Description Inheritance
hdop 0..1
DecimalType
The horizontal dilution of precision of the GPS location direct
pdop 0..1
DecimalType
The positional (3D) dilution of precision of the GPS location direct
tdop 0..1
DecimalType
The temporal dilution of precision of the GPS location direct
vdop 0..1
DecimalType
The vertical dilution of precision of the GPS location direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/ucolink-location

Mappings

Mapping Type Mapped Value
self location:GPSCoordinatesFacet
native location:GPSCoordinatesFacet

LinkML Source

Direct

name: GPSCoordinatesFacet
description: A GPS coordinates facet is a grouping of characteristics unique to the
  expression of quantified dilution of precision (DOP) for an asserted set of geolocation
  coordinates typically associated with satellite navigation such as the Global Positioning
  System (GPS).
from_schema: https://w3id.org/lmodel/ucolink-location
is_a: Facet
slots:
- hdop
- pdop
- tdop
- vdop
slot_usage:
  hdop:
    name: hdop
    domain_of:
    - GPSCoordinatesFacet
    maximum_cardinality: 1
  pdop:
    name: pdop
    domain_of:
    - GPSCoordinatesFacet
    maximum_cardinality: 1
  tdop:
    name: tdop
    domain_of:
    - GPSCoordinatesFacet
    maximum_cardinality: 1
  vdop:
    name: vdop
    domain_of:
    - GPSCoordinatesFacet
    maximum_cardinality: 1

Induced

name: GPSCoordinatesFacet
description: A GPS coordinates facet is a grouping of characteristics unique to the
  expression of quantified dilution of precision (DOP) for an asserted set of geolocation
  coordinates typically associated with satellite navigation such as the Global Positioning
  System (GPS).
from_schema: https://w3id.org/lmodel/ucolink-location
is_a: Facet
slot_usage:
  hdop:
    name: hdop
    domain_of:
    - GPSCoordinatesFacet
    maximum_cardinality: 1
  pdop:
    name: pdop
    domain_of:
    - GPSCoordinatesFacet
    maximum_cardinality: 1
  tdop:
    name: tdop
    domain_of:
    - GPSCoordinatesFacet
    maximum_cardinality: 1
  vdop:
    name: vdop
    domain_of:
    - GPSCoordinatesFacet
    maximum_cardinality: 1
attributes:
  hdop:
    name: hdop
    description: The horizontal dilution of precision of the GPS location.
    from_schema: https://w3id.org/lmodel/ucolink-location
    alias: hdop
    owner: GPSCoordinatesFacet
    domain_of:
    - GPSCoordinatesFacet
    range: decimal type
    maximum_cardinality: 1
  pdop:
    name: pdop
    description: The positional (3D) dilution of precision of the GPS location.
    from_schema: https://w3id.org/lmodel/ucolink-location
    alias: pdop
    owner: GPSCoordinatesFacet
    domain_of:
    - GPSCoordinatesFacet
    range: decimal type
    maximum_cardinality: 1
  tdop:
    name: tdop
    description: The temporal dilution of precision of the GPS location.
    from_schema: https://w3id.org/lmodel/ucolink-location
    alias: tdop
    owner: GPSCoordinatesFacet
    domain_of:
    - GPSCoordinatesFacet
    range: decimal type
    maximum_cardinality: 1
  vdop:
    name: vdop
    description: The vertical dilution of precision of the GPS location.
    from_schema: https://w3id.org/lmodel/ucolink-location
    alias: vdop
    owner: GPSCoordinatesFacet
    domain_of:
    - GPSCoordinatesFacet
    range: decimal type
    maximum_cardinality: 1