{ "@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" } } }