{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "auto": "https://schema.org/", "wabco": "https://www.wabco-holdings.com/vocab/", "Organization": "schema:Organization", "name": "schema:name", "description": "schema:description", "url": { "@id": "schema:url", "@type": "@id" }, "Vehicle": "schema:Vehicle", "CommercialVehicle": "auto:BusOrCoach", "vehicleId": "@id", "vehicleType": "auto:vehicleModelDate", "vin": "auto:vehicleIdentificationNumber", "Fleet": "wabco:Fleet", "fleetId": "@id", "fleetName": "schema:name", "vehicleCount": "schema:numberOfEmployees", "TelematicsDevice": "wabco:TelematicsDevice", "deviceId": "@id", "deviceType": "schema:additionalType", "firmwareVersion": "schema:version", "DiagnosticEvent": "wabco:DiagnosticEvent", "eventId": "@id", "eventType": "schema:additionalType", "timestamp": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" }, "faultCode": "wabco:faultCode", "severity": "wabco:severity", "BrakingSystem": "wabco:BrakingSystem", "AbsBraking": "wabco:AbsBraking", "ElectronicBraking": "wabco:ElectronicBraking", "StabilityControl": "wabco:StabilityControl", "AirSuspension": "wabco:AirSuspension", "TransmissionAutomation": "wabco:TransmissionAutomation", "Location": "schema:GeoCoordinates", "latitude": "schema:latitude", "longitude": "schema:longitude", "altitude": "schema:elevation", "speed": "wabco:speed", "heading": "wabco:heading" } }