Trimble Navigation · JSON-LD Context

Trimble Navigation Context

JSON-LD context defining the semantic vocabulary for Trimble Navigation from Trimble Navigation.

4 Classes 25 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
sosa: http://www.w3.org/ns/sosa/
xsd: http://www.w3.org/2001/XMLSchema#
trimble-nav: https://www.trimble.com/vocab/navigation/

Classes

GnssPosition Receiver SatelliteInfo CatalystLicense

Properties

Property Type Container
latitude double
longitude double
altitude double
speed float
bearing float
satellites integer
hrms float
vrms float
pdop float
hdop float
vdop float
diffStatus integer
timestamp dateTime
satelliteView list
model string
serialNumber string
firmwareVersion string
connectionType string
gnssSystem string
elevation integer
azimuth integer
snr float
used boolean
version string
platform string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
    "sosa": "http://www.w3.org/ns/sosa/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "trimble-nav": "https://www.trimble.com/vocab/navigation/",

    "GnssPosition": "sosa:Observation",
    "Receiver": "trimble-nav:Receiver",
    "SatelliteInfo": "trimble-nav:SatelliteInfo",
    "CatalystLicense": "trimble-nav:CatalystLicense",

    "latitude": {
      "@id": "geo:lat",
      "@type": "xsd:double"
    },
    "longitude": {
      "@id": "geo:long",
      "@type": "xsd:double"
    },
    "altitude": {
      "@id": "geo:alt",
      "@type": "xsd:double"
    },
    "speed": {
      "@id": "schema:speed",
      "@type": "xsd:float"
    },
    "bearing": {
      "@id": "trimble-nav:bearing",
      "@type": "xsd:float"
    },
    "satellites": {
      "@id": "trimble-nav:satellites",
      "@type": "xsd:integer"
    },
    "hrms": {
      "@id": "trimble-nav:hrms",
      "@type": "xsd:float"
    },
    "vrms": {
      "@id": "trimble-nav:vrms",
      "@type": "xsd:float"
    },
    "pdop": {
      "@id": "trimble-nav:pdop",
      "@type": "xsd:float"
    },
    "hdop": {
      "@id": "trimble-nav:hdop",
      "@type": "xsd:float"
    },
    "vdop": {
      "@id": "trimble-nav:vdop",
      "@type": "xsd:float"
    },
    "diffStatus": {
      "@id": "trimble-nav:diffStatus",
      "@type": "xsd:integer"
    },
    "timestamp": {
      "@id": "sosa:resultTime",
      "@type": "xsd:dateTime"
    },
    "satelliteView": {
      "@id": "trimble-nav:satelliteView",
      "@container": "@list"
    },

    "model": {
      "@id": "schema:model",
      "@type": "xsd:string"
    },
    "serialNumber": {
      "@id": "schema:serialNumber",
      "@type": "xsd:string"
    },
    "firmwareVersion": {
      "@id": "schema:softwareVersion",
      "@type": "xsd:string"
    },
    "connectionType": {
      "@id": "trimble-nav:connectionType",
      "@type": "xsd:string"
    },

    "gnssSystem": {
      "@id": "trimble-nav:gnssSystem",
      "@type": "xsd:string"
    },
    "elevation": {
      "@id": "trimble-nav:elevation",
      "@type": "xsd:integer"
    },
    "azimuth": {
      "@id": "trimble-nav:azimuth",
      "@type": "xsd:integer"
    },
    "snr": {
      "@id": "trimble-nav:snr",
      "@type": "xsd:float"
    },
    "used": {
      "@id": "trimble-nav:used",
      "@type": "xsd:boolean"
    },

    "version": {
      "@id": "schema:version",
      "@type": "xsd:string"
    },
    "platform": {
      "@id": "schema:operatingSystem",
      "@type": "xsd:string"
    }
  }
}