WABCO Holdings · JSON-LD Context

Wabco Holdings Context

JSON-LD context defining the semantic vocabulary for Wabco Holdings from WABCO Holdings.

33 Classes 2 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
auto: https://schema.org/
wabco: https://www.wabco-holdings.com/vocab/

Classes

Organization name description Vehicle CommercialVehicle vehicleId vehicleType vin Fleet fleetId fleetName vehicleCount TelematicsDevice deviceId deviceType firmwareVersion DiagnosticEvent eventId eventType faultCode severity BrakingSystem AbsBraking ElectronicBraking StabilityControl AirSuspension TransmissionAutomation Location latitude longitude altitude speed heading

Properties

Property Type Container
url reference
timestamp dateTime

JSON-LD Document

wabco-holdings-context.jsonld Raw ↑
{
  "@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"
  }
}