TomTom · JSON-LD Context

Tomtom Context

JSON-LD context defining the semantic vocabulary for Tomtom from TomTom.

18 Classes 4 Properties 3 Namespaces
View Context View on GitHub

Namespaces

tomtom: https://developer.tomtom.com/#
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Route Incident Place Address GeoCoordinate latitude longitude lengthInMeters trafficDelayInSeconds currentSpeed freeFlowSpeed magnitudeOfDelay iconCategory from to name description id

Properties

Property Type Container
travelTimeInSeconds integer
departureTime dateTime
arrivalTime dateTime
url reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "tomtom": "https://developer.tomtom.com/#",
    "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Route": "schema:Trip",
    "Incident": "schema:TrafficCondition",
    "Place": "schema:Place",
    "Address": "schema:PostalAddress",
    "GeoCoordinate": "schema:GeoCoordinates",
    "latitude": "geo:lat",
    "longitude": "geo:long",
    "lengthInMeters": "schema:distance",
    "travelTimeInSeconds": {
      "@id": "schema:travelTime",
      "@type": "xsd:integer"
    },
    "departureTime": {
      "@id": "schema:departureTime",
      "@type": "xsd:dateTime"
    },
    "arrivalTime": {
      "@id": "schema:arrivalTime",
      "@type": "xsd:dateTime"
    },
    "trafficDelayInSeconds": "tomtom:trafficDelay",
    "currentSpeed": "tomtom:currentSpeed",
    "freeFlowSpeed": "tomtom:freeFlowSpeed",
    "magnitudeOfDelay": "tomtom:delayMagnitude",
    "iconCategory": "tomtom:incidentCategory",
    "from": "schema:startLocation",
    "to": "schema:endLocation",
    "name": "schema:name",
    "description": "schema:description",
    "id": "@id",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    }
  }
}