VSSo: Vehicle Signal Specification Ontology

W3C Discontinued Draft

More details about this document
This version:
https://www.w3.org/TR/2024/DISC-vsso-20240222/
Latest published version:
https://www.w3.org/TR/vsso/
Latest editor's draft:
https://w3c.github.io/vsso/
History:
https://www.w3.org/standards/history/vsso/
Commit history
Editors:
Benjamin Klotz
Raphaël Troncy (Institut Mines-Télécom)
Daniel Wilms (BMW)
Feedback:
GitHub w3c/vsso (pull requests, new issue, open issues)
Contributors
Daniel Alvarez-Coello
Felix Lösch

Abstract

As the core ontology defined the structure, VSSo holds the vocabulary as defined by the standard catalogue. The main objective is, that VSSo doesn't diverege from the standard catalogue, so this is done automatically through tooling provided in the corresponding repository. The tooling takes the standard catalogue and maps it to concepts defined in the core ontology. The result is an OWL complient ontology, following the standard catalogue of VSS.

Status of This Document

This section describes the status of this document at the time of its publication. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at https://www.w3.org/TR/.

This document was published by the Automotive Working Group as a Discontinued Draft using the Recommendation track.

Publication as a Discontinued Draft does not imply endorsement by W3C and its Members.

Publication as a Discontinued Draft implies that this document is no longer intended to advance or to be maintained. It is inappropriate to cite this document as other than abandoned work.

This document was produced by a group operating under the W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy.

This document is governed by the 03 November 2023 W3C Process Document.

1. Namespaces

The namespace for VSSo Core is https://github.com/w3c/vsso#. VSSo Core serves as a domain ontology and relies on the following other ontologies:

1.1 Normative namespaces

Namespaces and prefixes used in normative parts of this recommendation are shown in the following table.

PrefixNamespace IRISource
xmlhttp://www.w3.org/XML/1998/namespace
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfshttp://www.w3.org/2000/01/rdf-schema#
xsdhttp://www.w3.org/2001/XMLSchema#
dctermshttp://purl.org/dc/terms/
owlhttp://www.w3.org/2002/07/owl#
skoshttp://www.w3.org/2004/02/skos/core#
vannhttp://purl.org/vocab/vann/
vssohttps://github.com/w3c/vsso#
vsso-corehttps://github.com/w3c/vsso-core#

2. Vocabulary specification

2.1 OWL Classes

2.1.1 ABSError

Owl Class:vsso:ABSError
Definition:

Indicates if ABS incurred an error condition. True = Error. False = No Error.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.ABS.Error
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASABS

2.1.2 ABSIsActive

Owl Class:vsso:ABSIsActive
Definition:

Indicates if ABS is enabled. True = Enabled. False = Disabled.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.ABS.IsActive
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASABS

2.1.3 ABSIsEngaged

Owl Class:vsso:ABSIsEngaged
Definition:

Indicates if ABS is currently regulating brake pressure. True = Engaged. False = Not Engaged.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.ABS.IsEngaged
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASABS

2.1.4 AccelerationLateral

Owl Class:vsso:AccelerationLateral
Definition:

Vehicle acceleration in Y (lateral acceleration).

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Acceleration.Lateral
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Acceleration

2.1.5 AccelerationLongitudinal

Owl Class:vsso:AccelerationLongitudinal
Definition:

Vehicle acceleration in X (longitudinal acceleration).

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Acceleration.Longitudinal
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Acceleration

2.1.6 AccelerationVertical

Owl Class:vsso:AccelerationVertical
Definition:

Vehicle acceleration in Z (vertical acceleration).

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Acceleration.Vertical
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Acceleration

2.1.7 AcceleratorPedalPosition

Owl Class:vsso:AcceleratorPedalPosition
Definition:

Accelerator pedal position as percent. 0 = Not depressed. 100 = Fully depressed.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.Accelerator.PedalPosition
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisAccelerator

2.1.8 AirbagIsDeployed

Owl Class:vsso:AirbagIsDeployed
Definition:

Airbag deployment status. True = Airbag deployed. False = Airbag not deployed.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Airbag.IsDeployed
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SeatAirbag

2.1.9 AmbientAirTemperature

Owl Class:vsso:AmbientAirTemperature
Definition:

Ambient air temperature outside the vehicle.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.AmbientAirTemperature
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.10 AngularVelocityPitch

Owl Class:vsso:AngularVelocityPitch
Definition:

Vehicle rotation rate along Y (lateral).

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.AngularVelocity.Pitch
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only AngularVelocity

2.1.11 AngularVelocityRoll

Owl Class:vsso:AngularVelocityRoll
Definition:

Vehicle rotation rate along X (longitudinal).

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.AngularVelocity.Roll
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only AngularVelocity

2.1.12 AngularVelocityYaw

Owl Class:vsso:AngularVelocityYaw
Definition:

Vehicle rotation rate along Z (vertical).

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.AngularVelocity.Yaw
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only AngularVelocity

2.1.13 AverageSpeed

Owl Class:vsso:AverageSpeed
Definition:

Average speed for the current trip

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.AverageSpeed
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.14 AxleTireAspectRatio

Owl Class:vsso:AxleTireAspectRatio
Definition:

Aspect ratio between tire section height and tire section width, as per ETRTO / TRA standard.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.Axle.TireAspectRatio
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisAxle

2.1.15 AxleTireDiameter

Owl Class:vsso:AxleTireDiameter
Definition:

Outer diameter of tires, in inches, as per ETRTO / TRA standard.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.Axle.TireDiameter
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisAxle

2.1.16 AxleTireWidth

Owl Class:vsso:AxleTireWidth
Definition:

Nominal section width of tires, in mm, as per ETRTO / TRA standard.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.Axle.TireWidth
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisAxle

2.1.17 AxleWheelCount

Owl Class:vsso:AxleWheelCount
Definition:

Number of wheels on the axle

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.Axle.WheelCount
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisAxle

2.1.18 AxleWheelDiameter

Owl Class:vsso:AxleWheelDiameter
Definition:

Diameter of wheels (rims without tires), in inches, as per ETRTO / TRA standard.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.Axle.WheelDiameter
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisAxle

2.1.19 AxleWheelWidth

Owl Class:vsso:AxleWheelWidth
Definition:

Width of wheels (rims without tires), in inches, as per ETRTO / TRA standard.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.Axle.WheelWidth
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisAxle

2.1.20 Bank1Temperature1

Owl Class:vsso:Bank1Temperature1
Definition:

PID 3C - Catalyst temperature from bank 1, sensor 1

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.Catalyst.Bank1.Temperature1
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CatalystBank1

2.1.21 Bank1Temperature2

Owl Class:vsso:Bank1Temperature2
Definition:

PID 3E - Catalyst temperature from bank 1, sensor 2

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.Catalyst.Bank1.Temperature2
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CatalystBank1

2.1.22 Bank2Temperature1

Owl Class:vsso:Bank2Temperature1
Definition:

PID 3D - Catalyst temperature from bank 2, sensor 1

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.Catalyst.Bank2.Temperature1
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CatalystBank2

2.1.23 Bank2Temperature2

Owl Class:vsso:Bank2Temperature2
Definition:

PID 3F - Catalyst temperature from bank 2, sensor 2

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.Catalyst.Bank2.Temperature2
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CatalystBank2

2.1.24 BatteryAccumulatedChargedEnergy

Owl Class:vsso:BatteryAccumulatedChargedEnergy
Definition:

The accumulated energy delivered to the battery during charging over lifetime.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.AccumulatedChargedEnergy
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainBattery

2.1.25 BatteryAccumulatedConsumedEnergy

Owl Class:vsso:BatteryAccumulatedConsumedEnergy
Definition:

The accumulated energy leaving HV battery for propulsion and auxiliary loads over lifetime.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.AccumulatedConsumedEnergy
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainBattery

2.1.26 BatteryGrossCapacity

Owl Class:vsso:BatteryGrossCapacity
Definition:

Gross capacity of the battery

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.Battery.GrossCapacity
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainBattery

2.1.27 BatteryGroundConnected

Owl Class:vsso:BatteryGroundConnected
Definition:

Indicating if the ground (negative terminator) of the traction battery is connected to the powertrain.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.GroundConnected
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainBattery

2.1.28 BatteryNetCapacity

Owl Class:vsso:BatteryNetCapacity
Definition:

Net capacity of the battery

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.Battery.NetCapacity
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainBattery

2.1.29 BatteryNominalVoltage

Owl Class:vsso:BatteryNominalVoltage
Definition:

Nominal Voltage of the battery

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.Battery.NominalVoltage
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainBattery

2.1.30 BatteryPowerConnected

Owl Class:vsso:BatteryPowerConnected
Definition:

Indicating if the power (positive terminator) of the traction battery is connected to the powertrain.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.PowerConnected
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainBattery

2.1.31 BatteryRange

Owl Class:vsso:BatteryRange
Definition:

Remaining range in meters using only battery.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Range
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainBattery

2.1.32 BatteryReferentVoltage

Owl Class:vsso:BatteryReferentVoltage
Definition:

Referent Voltage of the battery

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.Battery.ReferentVoltage
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainBattery

2.1.33 BatteryTemperature

Owl Class:vsso:BatteryTemperature
Definition:

Temperature of the battery pack

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Temperature
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainBattery

2.1.34 BodyBodyType

Owl Class:vsso:BodyBodyType
Definition:

Body type code as defined by ISO 3779

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Body.BodyType
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Body

2.1.35 BodyRefuelPosition

Owl Class:vsso:BodyRefuelPosition
Definition:

Location of the fuel cap or charge port

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Body.RefuelPosition
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Body

2.1.36 BrakeBrakesWorn

Owl Class:vsso:BrakeBrakesWorn
Definition:

Brake pad wear status. True = Worn. False = Not Worn.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.Axle.Wheel.Brake.BrakesWorn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only WheelBrake

2.1.37 BrakeFluidLevel

Owl Class:vsso:BrakeFluidLevel
Definition:

Brake fluid level as percent. 0 = Empty. 100 = Full.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.Axle.Wheel.Brake.FluidLevel
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only WheelBrake

2.1.38 BrakeFluidLevelLow

Owl Class:vsso:BrakeFluidLevelLow
Definition:

Brake fluid level status. True = Brake fluid level low. False = Brake fluid level OK.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.Axle.Wheel.Brake.FluidLevelLow
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only WheelBrake

2.1.39 BrakePadWear

Owl Class:vsso:BrakePadWear
Definition:

Brake pad wear as percent. 0 = No Wear. 100 = Worn.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.Axle.Wheel.Brake.PadWear
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only WheelBrake

2.1.40 BrakePedalPosition

Owl Class:vsso:BrakePedalPosition
Definition:

Brake pedal position as percent. 0 = Not depressed. 100 = Fully depressed.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.Brake.PedalPosition
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisBrake

2.1.41 CabinDoorCount

Owl Class:vsso:CabinDoorCount
Definition:

Number of doors in vehicle

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Cabin.DoorCount
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Cabin

2.1.42 CabinDriverPosition

Owl Class:vsso:CabinDriverPosition
Definition:

The position of the driver seat in row 1.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Cabin.DriverPosition
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Cabin

2.1.43 CabinSeatPosCount

Owl Class:vsso:CabinSeatPosCount
Definition:

Number of seats across each row from the front to the rear

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Cabin.SeatPosCount
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Cabin

2.1.44 CabinSeatRowCount

Owl Class:vsso:CabinSeatRowCount
Definition:

Number of seat rows in vehicle

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Cabin.SeatRowCount
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Cabin

2.1.45 ChargingChargeCurrent

Owl Class:vsso:ChargingChargeCurrent
Definition:

Current charging current.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.ChargeCurrent
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryCharging

2.1.46 ChargingChargeLimit

Owl Class:vsso:ChargingChargeLimit
Definition:

Maximum charge level for battery, can potentially be set manually.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.ChargeLimit
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryCharging

2.1.47 ChargingChargePlugStatus

Owl Class:vsso:ChargingChargePlugStatus
Definition:

Signal indicating if charge plug is connected or not.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.ChargePlugStatus
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryCharging

2.1.48 ChargingChargePlugType

Owl Class:vsso:ChargingChargePlugType
Definition:

Type of charge plug available on the vehicle (CSS includes Type2).

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.ChargePlugType
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryCharging

2.1.49 ChargingChargePortFlap

Owl Class:vsso:ChargingChargePortFlap
Definition:

Signal indicating if charge port cover is open or closed, can potentially be controlled manually.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.ChargePortFlap
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryCharging

2.1.50 ChargingChargeRate

Owl Class:vsso:ChargingChargeRate
Definition:

Current charging rate, as in kilometers of range added per hour.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.ChargeRate
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryCharging

2.1.51 ChargingChargeVoltage

Owl Class:vsso:ChargingChargeVoltage
Definition:

Current charging voltage.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.ChargeVoltage
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryCharging

2.1.52 ChargingMaximumChargingCurrent

Owl Class:vsso:ChargingMaximumChargingCurrent
Definition:

Maximum charging current that can be accepted by the system.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.MaximumChargingCurrent
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryCharging

2.1.53 ChargingMode

Owl Class:vsso:ChargingMode
Definition:

Control of the charge process - manually initiated (plug-in event, companion app, etc), timer-based or grid-controlled (eg ISO 15118).

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.Mode
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryCharging

2.1.54 ChargingPortType

Owl Class:vsso:ChargingPortType
Definition:

Indicates the primary charging type fitted to the vehicle

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Body.ChargingPort.Type
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyChargingPort

2.1.55 ChargingStartStopCharging

Owl Class:vsso:ChargingStartStopCharging
Definition:

Start or stop the charging process.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.StartStopCharging
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryCharging

2.1.56 ChargingStatus

Owl Class:vsso:ChargingStatus
Definition:

State of charging process.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.Status
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryCharging

2.1.57 ChargingTimeToComplete

Owl Class:vsso:ChargingTimeToComplete
Definition:

The time needed to complete the current charging process to the set charge limit. 0 if charging is complete, negative number if no charging process is active.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.TimeToComplete
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryCharging

2.1.58 ChassisAxleCount

Owl Class:vsso:ChassisAxleCount
Definition:

Number of axles on the vehicle

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.AxleCount
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Chassis

2.1.59 ChassisCurbWeight

Owl Class:vsso:ChassisCurbWeight
Definition:

Vehicle curb weight, in kg, including all liquids and full tank of fuel, but no cargo or passengers.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.CurbWeight
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Chassis

2.1.60 ChassisGrossWeight

Owl Class:vsso:ChassisGrossWeight
Definition:

Curb weight of vehicle, including all liquids and full tank of fuel and full load of cargo and passengers.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.GrossWeight
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Chassis

2.1.61 ChassisHeight

Owl Class:vsso:ChassisHeight
Definition:

Overall vehicle height, in mm.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.Height
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Chassis

2.1.62 ChassisLength

Owl Class:vsso:ChassisLength
Definition:

Overall vehicle length, in mm.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.Length
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Chassis

2.1.63 ChassisTowWeight

Owl Class:vsso:ChassisTowWeight
Definition:

Maximum weight, in kilos, of trailer.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.TowWeight
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Chassis

2.1.64 ChassisTrack

Owl Class:vsso:ChassisTrack
Definition:

Overall wheel tracking, in mm.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.Track
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Chassis

2.1.65 ChassisTrailerConnected

Owl Class:vsso:ChassisTrailerConnected
Definition:

Signal indicating if trailer is connected or not.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.Trailer.Connected
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisTrailer

2.1.66 ChassisWheelbase

Owl Class:vsso:ChassisWheelbase
Definition:

Overall wheel base, in mm.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.Wheelbase
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Chassis

2.1.67 ChassisWidth

Owl Class:vsso:ChassisWidth
Definition:

Overall vehicle width, in mm.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.Width
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Chassis

2.1.68 CombustionEngineAspirationType

Owl Class:vsso:CombustionEngineAspirationType
Definition:

Type of aspiration (natural, turbocharger, supercharger etc).

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.AspirationType
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.69 CombustionEngineBore

Owl Class:vsso:CombustionEngineBore
Definition:

Bore in millimetres.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.Bore
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.70 CombustionEngineCompressionRatio

Owl Class:vsso:CombustionEngineCompressionRatio
Definition:

Engine compression ratio.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.CompressionRatio
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.71 CombustionEngineConfiguration

Owl Class:vsso:CombustionEngineConfiguration
Definition:

Engine configuration.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.Configuration
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.72 CombustionEngineDisplacement

Owl Class:vsso:CombustionEngineDisplacement
Definition:

Displacement in cubic centimetres.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.Displacement
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.73 CombustionEngineEngineCoolantCapacity

Owl Class:vsso:CombustionEngineEngineCoolantCapacity
Definition:

Engine coolant capacity in liters.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.EngineCoolantCapacity
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.74 CombustionEngineEngineOilCapacity

Owl Class:vsso:CombustionEngineEngineOilCapacity
Definition:

Engine oil capacity in liters.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.EngineOilCapacity
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.75 CombustionEngineEngineOilLevel

Owl Class:vsso:CombustionEngineEngineOilLevel
Definition:

Vehicle oil level.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.EngineOilLevel
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.76 CombustionEngineFuelType

Owl Class:vsso:CombustionEngineFuelType
Definition:

Type of fuel that the engine runs on.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.FuelType
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.77 CombustionEngineMaxPower

Owl Class:vsso:CombustionEngineMaxPower
Definition:

Peak power, in kilowatts, that engine can generate.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.MaxPower
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.78 CombustionEngineMaxTorque

Owl Class:vsso:CombustionEngineMaxTorque
Definition:

Peak power, in newton meter, that the engine can generate.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.MaxTorque
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.79 CombustionEngineNumberOfCylinders

Owl Class:vsso:CombustionEngineNumberOfCylinders
Definition:

Number of cylinders.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.NumberOfCylinders
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.80 CombustionEngineNumberOfValvesPerCylinder

Owl Class:vsso:CombustionEngineNumberOfValvesPerCylinder
Definition:

Number of valves per cylinder.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.NumberOfValvesPerCylinder
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.81 CombustionEngineOilLifeRemaining

Owl Class:vsso:CombustionEngineOilLifeRemaining
Definition:

Remaining engine oil life in seconds. Negative values can be used to indicate that lifetime has been exceeded.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.OilLifeRemaining
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.82 CombustionEngineStrokeLength

Owl Class:vsso:CombustionEngineStrokeLength
Definition:

Stroke length in millimetres.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.StrokeLength
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainCombustionEngine

2.1.83 ConvertibleStatus

Owl Class:vsso:ConvertibleStatus
Definition:

Roof status on convertible vehicles

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Convertible.Status
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinConvertible

2.1.84 CruiseControlError

Owl Class:vsso:CruiseControlError
Definition:

Indicates if cruise control system incurred and error condition. True = Error. False = NoError.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.CruiseControl.Error
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASCruiseControl

2.1.85 CruiseControlIsActive

Owl Class:vsso:CruiseControlIsActive
Definition:

Indicates if cruise control system is enabled. True = Enabled. False = Disabled.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.CruiseControl.IsActive
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASCruiseControl

2.1.86 CruiseControlSpeedSet

Owl Class:vsso:CruiseControlSpeedSet
Definition:

Set cruise control speed in kilometers per hour

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.CruiseControl.SpeedSet
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASCruiseControl

2.1.87 CurbWeight

Owl Class:vsso:CurbWeight
Definition:

Vehicle curb weight, including all liquids and full tank of fuel, but no cargo or passengers.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.CurbWeight
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.88 CurrentLocationAccuracy

Owl Class:vsso:CurrentLocationAccuracy
Definition:

Accuracy level of the latitude and longitude coordinates.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.CurrentLocation.Accuracy
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CurrentLocation

2.1.89 CurrentLocationAltitude

Owl Class:vsso:CurrentLocationAltitude
Definition:

Current elevation of the position.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.CurrentLocation.Altitude
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CurrentLocation

2.1.90 CurrentLocationHeading

Owl Class:vsso:CurrentLocationHeading
Definition:

Current magnetic compass heading.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.CurrentLocation.Heading
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CurrentLocation

2.1.91 CurrentLocationLatitude

Owl Class:vsso:CurrentLocationLatitude
Definition:

Current latitude of vehicle.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.CurrentLocation.Latitude
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CurrentLocation

2.1.92 CurrentLocationLongitude

Owl Class:vsso:CurrentLocationLongitude
Definition:

Current longitude of vehicle.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.CurrentLocation.Longitude
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CurrentLocation

2.1.93 CurrentLocationSpeed

Owl Class:vsso:CurrentLocationSpeed
Definition:

Vehicle speed, as sensed by the GPS receiver.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.Navigation.CurrentLocation.Speed
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only NavigationCurrentLocation

2.1.94 CurrentOverallWeight

Owl Class:vsso:CurrentOverallWeight
Definition:

Current overall Vehicle weight. Including passengers, cargo and other load inside the car.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.CurrentOverallWeight
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.95 CushionBackward

Owl Class:vsso:CushionBackward
Definition:

Seat cushion backward/shorten switch engaged (SingleSeat.Cushion.Length)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Cushion.Backward
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchCushion

2.1.96 CushionDown

Owl Class:vsso:CushionDown
Definition:

Seat cushion down switch engaged (SingleSeat.Cushion.Height)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Cushion.Down
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchCushion

2.1.97 CushionForward

Owl Class:vsso:CushionForward
Definition:

Seat cushion forward/lengthen switch engaged (SingleSeat.Cushion.Length)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Cushion.Forward
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchCushion

2.1.98 CushionHeight

Owl Class:vsso:CushionHeight
Definition:

Height of the seat cushion (leg support), relative to seat. 0 = Lowermost. 500 = Uppermost.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Cushion.Height
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SeatCushion

2.1.99 CushionLength

Owl Class:vsso:CushionLength
Definition:

Forward length of cushion (leg support), relative to seat. 0 = Rearmost. 500 = Forwardmost.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Cushion.Length
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SeatCushion

2.1.100 CushionUp

Owl Class:vsso:CushionUp
Definition:

Seat cushion up switch engaged (SingleSeat.Cushion.Height)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Cushion.Up
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchCushion

2.1.101 DestinationSetLatitude

Owl Class:vsso:DestinationSetLatitude
Definition:

Latitude of destination

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.Navigation.DestinationSet.Latitude
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only NavigationDestinationSet

2.1.102 DestinationSetLongitude

Owl Class:vsso:DestinationSetLongitude
Definition:

Longitude of destination

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.Navigation.DestinationSet.Longitude
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only NavigationDestinationSet

2.1.103 DieselParticulateFilterDeltaPressure

Owl Class:vsso:DieselParticulateFilterDeltaPressure
Definition:

Delta Pressure of Diesel Particulate Filter.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.DieselParticulateFilter.DeltaPressure
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CombustionEngineDieselParticulateFilter

2.1.104 DieselParticulateFilterInletTemperature

Owl Class:vsso:DieselParticulateFilterInletTemperature
Definition:

Inlet temperature of Diesel Particulate Filter.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.DieselParticulateFilter.InletTemperature
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CombustionEngineDieselParticulateFilter

2.1.105 DieselParticulateFilterOutletTemperature

Owl Class:vsso:DieselParticulateFilterOutletTemperature
Definition:

Outlet temperature of Diesel Particulate Filter.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.DieselParticulateFilter.OutletTemperature
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CombustionEngineDieselParticulateFilter

2.1.106 DoorIsChildLockActive

Owl Class:vsso:DoorIsChildLockActive
Definition:

Is door child lock engaged. True = Engaged. False = Disengaged.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Door.IsChildLockActive
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinDoor

2.1.107 DoorIsLocked

Owl Class:vsso:DoorIsLocked
Definition:

Is door locked or unlocked. True = Locked. False = Unlocked.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Door.IsLocked
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinDoor

2.1.108 DoorIsOpen

Owl Class:vsso:DoorIsOpen
Definition:

Is door open or closed

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Door.IsOpen
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinDoor

2.1.109 DoorShadePosition

Owl Class:vsso:DoorShadePosition
Definition:

Position of window blind. 0 = Fully retracted. 100 = Fully deployed.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Door.Shade.Position
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only DoorShade

2.1.110 DoorShadeSwitch

Owl Class:vsso:DoorShadeSwitch
Definition:

Switch controlling sliding action such as window, sunroof, or blind.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Door.Shade.Switch
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only DoorShade

2.1.111 DriveCycleStatusDTCCount

Owl Class:vsso:DriveCycleStatusDTCCount
Definition:

Number of sensor Trouble Codes (DTC)

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.DriveCycleStatus.DTCCount
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBDDriveCycleStatus

2.1.112 DriveCycleStatusIgnitionType

Owl Class:vsso:DriveCycleStatusIgnitionType
Definition:

Type of the ignition for ICE - spark = spark plug ignition, compression = self-igniting (Diesel engines)

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.DriveCycleStatus.IgnitionType
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBDDriveCycleStatus

2.1.113 DriveCycleStatusMIL

Owl Class:vsso:DriveCycleStatusMIL
Definition:

Malfunction Indicator Light (MIL) - False = Off, True = On

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.DriveCycleStatus.MIL
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBDDriveCycleStatus

2.1.114 DriveTime

Owl Class:vsso:DriveTime
Definition:

Accumulated drive time in seconds.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.DriveTime
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.115 DriverAttentiveProbability

Owl Class:vsso:DriverAttentiveProbability
Definition:

Probability of attentiveness of the driver.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Driver.AttentiveProbability
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Driver

2.1.116 DriverDistractionLevel

Owl Class:vsso:DriverDistractionLevel
Definition:

Distraction level of the driver will be the level how much the driver is distracted, by multiple factors. E.g. Driving situation, acustical or optical signales inside the cockpit, phone calls

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Driver.DistractionLevel
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Driver

2.1.117 DriverEyesOnRoad

Owl Class:vsso:DriverEyesOnRoad
Definition:

Has driver the eyes on road or not?

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Driver.EyesOnRoad
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Driver

2.1.118 DriverFatigueLevel

Owl Class:vsso:DriverFatigueLevel
Definition:

Fatigueness level of driver. Evaluated by multiple factors like trip time, behaviour of steering, eye status.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Driver.FatigueLevel
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Driver

2.1.119 DriverHeartRate

Owl Class:vsso:DriverHeartRate
Definition:

Heart rate of the driver.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Driver.HeartRate
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Driver

2.1.120 DriverIdentifierIssuer

Owl Class:vsso:DriverIdentifierIssuer
Definition:

Unique Issuer for the authentification of the occupant. E.g. https://accounts.funcorp.com

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Driver.Identifier.Issuer
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only DriverIdentifier

2.1.121 DriverIdentifierSubject

Owl Class:vsso:DriverIdentifierSubject
Definition:

Subject for the authentification of the occupant. E.g. UserID 7331677

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Driver.Identifier.Subject
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only DriverIdentifier

2.1.122 ESCError

Owl Class:vsso:ESCError
Definition:

Indicates if ESC incurred an error condition. True = Error. False = No Error.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.ESC.Error
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASESC

2.1.123 ESCIsActive

Owl Class:vsso:ESCIsActive
Definition:

Indicates if ECS is enabled. True = Enabled. False = Disabled.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.ESC.IsActive
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASESC

2.1.124 ESCIsEngaged

Owl Class:vsso:ESCIsEngaged
Definition:

Indicates if ESC is currently regulating vehicle stability. True = Engaged. False = Not Engaged.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.ESC.IsEngaged
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASESC

2.1.125 ElectricMotorMaxPower

Owl Class:vsso:ElectricMotorMaxPower
Definition:

Peak power, in kilowatts, that motor(s) can generate.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.ElectricMotor.MaxPower
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainElectricMotor

2.1.126 ElectricMotorMaxRegenPower

Owl Class:vsso:ElectricMotorMaxRegenPower
Definition:

Peak regen/brake power, in kilowatts, that motor(s) can generate.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.ElectricMotor.MaxRegenPower
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainElectricMotor

2.1.127 ElectricMotorMaxRegenTorque

Owl Class:vsso:ElectricMotorMaxRegenTorque
Definition:

Peak regen/brake torque, in newton meter, that the motor(s) can generate.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.ElectricMotor.MaxRegenTorque
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainElectricMotor

2.1.128 ElectricMotorMaxTorque

Owl Class:vsso:ElectricMotorMaxTorque
Definition:

Peak power, in newton meter, that the motor(s) can generate.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.ElectricMotor.MaxTorque
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainElectricMotor

2.1.129 EngineECT

Owl Class:vsso:EngineECT
Definition:

Engine coolant temperature.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.Engine.ECT
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CombustionEngineEngine

2.1.130 EngineEOP

Owl Class:vsso:EngineEOP
Definition:

Engine oil pressure.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.Engine.EOP
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CombustionEngineEngine

2.1.131 EngineEOT

Owl Class:vsso:EngineEOT
Definition:

Engine oil temperature.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.Engine.EOT
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CombustionEngineEngine

2.1.132 EngineMAF

Owl Class:vsso:EngineMAF
Definition:

Grams of air drawn into engine per second.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.Engine.MAF
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CombustionEngineEngine

2.1.133 EngineMAP

Owl Class:vsso:EngineMAP
Definition:

Manifold air pressure possibly boosted using forced induction.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.Engine.MAP
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CombustionEngineEngine

2.1.134 EnginePower

Owl Class:vsso:EnginePower
Definition:

Current engine power output.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.Engine.Power
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CombustionEngineEngine

2.1.135 EngineSpeed

Owl Class:vsso:EngineSpeed
Definition:

Engine speed measured as rotations per minute.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.Engine.Speed
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CombustionEngineEngine

2.1.136 EngineTPS

Owl Class:vsso:EngineTPS
Definition:

Current throttle position.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.Engine.TPS
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CombustionEngineEngine

2.1.137 EngineTorque

Owl Class:vsso:EngineTorque
Definition:

Current engine torque.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.CombustionEngine.Engine.Torque
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CombustionEngineEngine

2.1.138 FuelSystemAverageConsumption

Owl Class:vsso:FuelSystemAverageConsumption
Definition:

Average consumption in liters per 100 km.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.FuelSystem.AverageConsumption
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainFuelSystem

2.1.139 FuelSystemConsumptionSinceStart

Owl Class:vsso:FuelSystemConsumptionSinceStart
Definition:

Fuel amount in liters consumed since start of current trip.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.FuelSystem.ConsumptionSinceStart
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainFuelSystem

2.1.140 FuelSystemEngineStopStartEnabled

Owl Class:vsso:FuelSystemEngineStopStartEnabled
Definition:

Indicates whether eco start stop is currently enabled

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.FuelSystem.EngineStopStartEnabled
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainFuelSystem

2.1.141 FuelSystemFuelType

Owl Class:vsso:FuelSystemFuelType
Definition:

Defines the fuel type of the vehicle

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.FuelSystem.FuelType
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainFuelSystem

2.1.142 FuelSystemHybridType

Owl Class:vsso:FuelSystemHybridType
Definition:

Defines the hybrid type of the vehicle

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.FuelSystem.HybridType
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainFuelSystem

2.1.143 FuelSystemInstantConsumption

Owl Class:vsso:FuelSystemInstantConsumption
Definition:

Current consumption in liters per 100 km.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.FuelSystem.InstantConsumption
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainFuelSystem

2.1.144 FuelSystemLevel

Owl Class:vsso:FuelSystemLevel
Definition:

Level in fuel tank as percent of capacity. 0 = empty. 100 = full.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.FuelSystem.Level
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainFuelSystem

2.1.145 FuelSystemLowFuelLevel

Owl Class:vsso:FuelSystemLowFuelLevel
Definition:

Indicates that the fuel level is low (e.g. <50km range)

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.FuelSystem.LowFuelLevel
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainFuelSystem

2.1.146 FuelSystemRange

Owl Class:vsso:FuelSystemRange
Definition:

Remaining range in meters using only liquid fuel.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.FuelSystem.Range
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainFuelSystem

2.1.147 FuelSystemTankCapacity

Owl Class:vsso:FuelSystemTankCapacity
Definition:

Capacity of the fuel tank in liters

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.FuelSystem.TankCapacity
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainFuelSystem

2.1.148 FuelSystemTimeSinceStart

Owl Class:vsso:FuelSystemTimeSinceStart
Definition:

Time in seconds elapsed since start of current trip.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.FuelSystem.TimeSinceStart
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainFuelSystem

2.1.149 GrossWeight

Owl Class:vsso:GrossWeight
Definition:

Curb weight of vehicle, including all liquids and full tank of fuel and full load of cargo and passengers.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.GrossWeight
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.150 HMICurrentLanguage

Owl Class:vsso:HMICurrentLanguage
Definition:

ISO 639-1 standard language code for the current HMI

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.HMI.CurrentLanguage
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only InfotainmentHMI

2.1.151 HMIDateFormat

Owl Class:vsso:HMIDateFormat
Definition:

Date format used in the current HMI

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.HMI.DateFormat
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only InfotainmentHMI

2.1.152 HMIDayNightMode

Owl Class:vsso:HMIDayNightMode
Definition:

Current display theme

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.HMI.DayNightMode
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only InfotainmentHMI

2.1.153 HMIDistanceUnit

Owl Class:vsso:HMIDistanceUnit
Definition:

Distance unit used in the current HMI

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.HMI.DistanceUnit
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only InfotainmentHMI

2.1.154 HMIEVEconomyUnits

Owl Class:vsso:HMIEVEconomyUnits
Definition:

EV fuel economy unit used in the current HMI

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.HMI.EVEconomyUnits
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only InfotainmentHMI

2.1.155 HMIFuelEconomyUnits

Owl Class:vsso:HMIFuelEconomyUnits
Definition:

Fuel economy unit used in the current HMI

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.HMI.FuelEconomyUnits
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only InfotainmentHMI

2.1.156 HMITemperatureUnit

Owl Class:vsso:HMITemperatureUnit
Definition:

Temperature unit used in the current HMI

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.HMI.TemperatureUnit
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only InfotainmentHMI

2.1.157 HMITimeFormat

Owl Class:vsso:HMITimeFormat
Definition:

Time format used in the current HMI

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.HMI.TimeFormat
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only InfotainmentHMI

2.1.158 HVACAmbientAirTemperature

Owl Class:vsso:HVACAmbientAirTemperature
Definition:

Ambient air temperature inside the vehicle.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.HVAC.AmbientAirTemperature
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinHVAC

2.1.159 HVACIsAirConditioningActive

Owl Class:vsso:HVACIsAirConditioningActive
Definition:

Is Air conditioning active.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.HVAC.IsAirConditioningActive
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinHVAC

2.1.160 HVACIsFrontDefrosterActive

Owl Class:vsso:HVACIsFrontDefrosterActive
Definition:

Is front defroster active.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.HVAC.IsFrontDefrosterActive
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinHVAC

2.1.161 HVACIsRearDefrosterActive

Owl Class:vsso:HVACIsRearDefrosterActive
Definition:

Is rear defroster active.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.HVAC.IsRearDefrosterActive
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinHVAC

2.1.162 HVACIsRecirculationActive

Owl Class:vsso:HVACIsRecirculationActive
Definition:

Is recirculation active.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.HVAC.IsRecirculationActive
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinHVAC

2.1.163 HeadRestraintDown

Owl Class:vsso:HeadRestraintDown
Definition:

Head restraint down switch engaged (SingleSeat.HeadRestraint.Height)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.HeadRestraint.Down
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchHeadRestraint

2.1.164 HeadRestraintHeight

Owl Class:vsso:HeadRestraintHeight
Definition:

Height of head restraint. 0 = Bottommost. 255 = Uppermost.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.HeadRestraint.Height
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SeatHeadRestraint

2.1.165 HeadRestraintUp

Owl Class:vsso:HeadRestraintUp
Definition:

Head restraint up switch engaged (SingleSeat.HeadRestraint.Height)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.HeadRestraint.Up
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchHeadRestraint

2.1.166 HeatingStatus

Owl Class:vsso:HeatingStatus
Definition:

Windshield heater status. 0 - off, 1 - on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Windshield.Heating.Status
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only WindshieldHeating

2.1.167 Height

Owl Class:vsso:Height
Definition:

Overall vehicle height.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Height
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.168 HoodIsOpen

Owl Class:vsso:HoodIsOpen
Definition:

hood open or closed. True = Open. False = Closed

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Hood.IsOpen
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyHood

2.1.169 HornIsActive

Owl Class:vsso:HornIsActive
Definition:

Horn active or inactive. True = Active. False = Inactive.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Horn.IsActive
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyHorn

2.1.170 IdentifierIssuer

Owl Class:vsso:IdentifierIssuer
Definition:

Unique Issuer for the authentification of the occupant. E.g. https://accounts.funcorp.com

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Occupant.Identifier.Issuer
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OccupantIdentifier

2.1.171 IdentifierSubject

Owl Class:vsso:IdentifierSubject
Definition:

Subject for the authentification of the occupant. E.g. UserID 7331677

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Occupant.Identifier.Subject
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OccupantIdentifier

2.1.172 IdleTime

Owl Class:vsso:IdleTime
Definition:

Accumulated idle time in seconds.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.IdleTime
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.173 IgnitionOffTime

Owl Class:vsso:IgnitionOffTime
Definition:

Accumulated ignition off time in seconds.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.IgnitionOffTime
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.174 IgnitionOn

Owl Class:vsso:IgnitionOn
Definition:

Indicates whether the vehicle ignition is on or off.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.IgnitionOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.175 IgnitionOnTime

Owl Class:vsso:IgnitionOnTime
Definition:

Accumulated ignition on time in seconds.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.IgnitionOnTime
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.176 IsMoving

Owl Class:vsso:IsMoving
Definition:

Indicates whether the vehicle is stationary or moving

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.IsMoving
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.177 LaneDepartureDetectionError

Owl Class:vsso:LaneDepartureDetectionError
Definition:

Indicates if lane departure system incurred an error condition. True = Error. False = No Error.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.LaneDepartureDetection.Error
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASLaneDepartureDetection

2.1.178 LaneDepartureDetectionIsActive

Owl Class:vsso:LaneDepartureDetectionIsActive
Definition:

Indicates if lane departure detection system is enabled. True = Enabled. False = Disabled.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.LaneDepartureDetection.IsActive
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASLaneDepartureDetection

2.1.179 LaneDepartureDetectionWarning

Owl Class:vsso:LaneDepartureDetectionWarning
Definition:

Indicates if lane departure detection registered a lane departure

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.LaneDepartureDetection.Warning
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASLaneDepartureDetection

2.1.180 Length

Owl Class:vsso:Length
Definition:

Overall vehicle length.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Length
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.181 LightsAmbientLight

Owl Class:vsso:LightsAmbientLight
Definition:

How much ambient light is detected in cabin. 0 = No ambient light. 100 = Full brightness

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Lights.AmbientLight
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinLights

2.1.182 LightsIsBackupOn

Owl Class:vsso:LightsIsBackupOn
Definition:

Is backup (reverse) light on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Lights.IsBackupOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyLights

2.1.183 LightsIsBrakeOn

Owl Class:vsso:LightsIsBrakeOn
Definition:

Is brake light on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Lights.IsBrakeOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyLights

2.1.184 LightsIsDomeOn

Owl Class:vsso:LightsIsDomeOn
Definition:

Is central dome light light on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Lights.IsDomeOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinLights

2.1.185 LightsIsFrontFogOn

Owl Class:vsso:LightsIsFrontFogOn
Definition:

Is front fog light on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Lights.IsFrontFogOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyLights

2.1.186 LightsIsGloveBoxOn

Owl Class:vsso:LightsIsGloveBoxOn
Definition:

Is glove box light on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Lights.IsGloveBoxOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinLights

2.1.187 LightsIsHazardOn

Owl Class:vsso:LightsIsHazardOn
Definition:

Are hazards on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Lights.IsHazardOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyLights

2.1.188 LightsIsHighBeamOn

Owl Class:vsso:LightsIsHighBeamOn
Definition:

Is high beam on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Lights.IsHighBeamOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyLights

2.1.189 LightsIsLeftIndicatorOn

Owl Class:vsso:LightsIsLeftIndicatorOn
Definition:

Is left indicator flashing

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Lights.IsLeftIndicatorOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyLights

2.1.190 LightsIsLowBeamOn

Owl Class:vsso:LightsIsLowBeamOn
Definition:

Is low beam on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Lights.IsLowBeamOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyLights

2.1.191 LightsIsParkingOn

Owl Class:vsso:LightsIsParkingOn
Definition:

Is parking light on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Lights.IsParkingOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyLights

2.1.192 LightsIsRearFogOn

Owl Class:vsso:LightsIsRearFogOn
Definition:

Is rear fog light on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Lights.IsRearFogOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyLights

2.1.193 LightsIsRightIndicatorOn

Owl Class:vsso:LightsIsRightIndicatorOn
Definition:

Is right indicator flashing

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Lights.IsRightIndicatorOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyLights

2.1.194 LightsIsRunningOn

Owl Class:vsso:LightsIsRunningOn
Definition:

Are running lights on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Lights.IsRunningOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyLights

2.1.195 LightsIsTrunkOn

Owl Class:vsso:LightsIsTrunkOn
Definition:

Is trunk light light on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Lights.IsTrunkOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinLights

2.1.196 LightsLightIntensity

Owl Class:vsso:LightsLightIntensity
Definition:

Intensity of the interior lights. 0 = Off. 100 = Full brightness.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Lights.LightIntensity
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinLights

2.1.197 LowVoltageSystemState

Owl Class:vsso:LowVoltageSystemState
Definition:

State of the supply voltage of the control units (usually 12V).

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.LowVoltageSystemState
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.198 LumbarDeflate

Owl Class:vsso:LumbarDeflate
Definition:

Lumbar deflation switch engaged (SingleSeat.Lumbar.Inflation)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Lumbar.Deflate
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchLumbar

2.1.199 LumbarDown

Owl Class:vsso:LumbarDown
Definition:

Lumbar down switch engaged (SingleSeat.Lumbar.Height)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Lumbar.Down
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchLumbar

2.1.200 LumbarHeight

Owl Class:vsso:LumbarHeight
Definition:

Lumbar support position. 0 = Lowermost. 255 = Uppermost.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Lumbar.Height
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SeatLumbar

2.1.201 LumbarInflate

Owl Class:vsso:LumbarInflate
Definition:

Lumbar inflation switch engaged (SingleSeat.Lumbar.Inflation)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Lumbar.Inflate
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchLumbar

2.1.202 LumbarInflation

Owl Class:vsso:LumbarInflation
Definition:

Lumbar support inflation. 0 = Fully deflated. 255 = Fully inflated.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Lumbar.Inflation
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SeatLumbar

2.1.203 LumbarUp

Owl Class:vsso:LumbarUp
Definition:

Lumbar up switch engaged (SingleSeat.Lumbar.Height)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Lumbar.Up
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchLumbar

2.1.204 MassageDecrease

Owl Class:vsso:MassageDecrease
Definition:

Decrease massage level switch engaged (SingleSeat.Massage)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Massage.Decrease
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchMassage

2.1.205 MassageIncrease

Owl Class:vsso:MassageIncrease
Definition:

Increase massage level switch engaged (SingleSeat.Massage)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Massage.Increase
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchMassage

2.1.206 MaxTowBallWeight

Owl Class:vsso:MaxTowBallWeight
Definition:

Maximum vertical weight on the tow ball of a trailer.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.MaxTowBallWeight
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.207 MaxTowWeight

Owl Class:vsso:MaxTowWeight
Definition:

Maximum weight of trailer.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.MaxTowWeight
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.208 MediaAction

Owl Class:vsso:MediaAction
Definition:

Tells if the media was

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.Media.Action
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only InfotainmentMedia

2.1.209 MediaDeclinedURI

Owl Class:vsso:MediaDeclinedURI
Definition:

URI of suggested media that was declined

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.Media.DeclinedURI
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only InfotainmentMedia

2.1.210 MediaSelectedURI

Owl Class:vsso:MediaSelectedURI
Definition:

URI of suggested media that was selected

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.Media.SelectedURI
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only InfotainmentMedia

2.1.211 MediaVolume

Owl Class:vsso:MediaVolume
Definition:

Current Media Volume

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.Media.Volume
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only InfotainmentMedia

2.1.212 MirrorsHeatingStatus

Owl Class:vsso:MirrorsHeatingStatus
Definition:

Mirror Heater on or off. True = Heater On. False = Heater Off.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Mirrors.Heating.Status
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only MirrorsHeating

2.1.213 MirrorsPan

Owl Class:vsso:MirrorsPan
Definition:

Mirror pan as a percent. 0 = Center Position. 100 = Fully Left Position. -100 = Fully Right Position.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Mirrors.Pan
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyMirrors

2.1.214 MirrorsTilt

Owl Class:vsso:MirrorsTilt
Definition:

Mirror tilt as a percent. 0 = Center Position. 100 = Fully Upward Position. -100 = Fully Downward Position.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Mirrors.Tilt
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyMirrors

2.1.215 MotorCoolantTemperature

Owl Class:vsso:MotorCoolantTemperature
Definition:

Motor coolant temperature (if applicable).

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.ElectricMotor.Motor.CoolantTemperature
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ElectricMotorMotor

2.1.216 MotorPower

Owl Class:vsso:MotorPower
Definition:

Current motor power output. Negative values indicate regen mode.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.ElectricMotor.Motor.Power
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ElectricMotorMotor

2.1.217 MotorRpm

Owl Class:vsso:MotorRpm
Definition:

Motor rotational speed measured as rotations per minute. Negative values indicate reverse driving mode.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.ElectricMotor.Motor.Rpm
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ElectricMotorMotor

2.1.218 MotorTemperature

Owl Class:vsso:MotorTemperature
Definition:

Motor temperature.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.ElectricMotor.Motor.Temperature
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ElectricMotorMotor

2.1.219 MotorTorque

Owl Class:vsso:MotorTorque
Definition:

Current motor torque. Negative values indicate regen mode.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.ElectricMotor.Motor.Torque
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ElectricMotorMotor

2.1.225 O2ShortTermFuelTrim

Owl Class:vsso:O2ShortTermFuelTrim
Definition:

PID 1x (byte B) - Short term fuel trim

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.O2.ShortTermFuelTrim
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBDO2

2.1.226 O2Voltage

Owl Class:vsso:O2Voltage
Definition:

PID 1x (byte A) - Sensor voltage

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.O2.Voltage
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBDO2

2.1.227 O2WRCurrent

Owl Class:vsso:O2WRCurrent
Definition:

PID 3x (byte CD) - Current for wide range/band oxygen sensor

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.O2WR.Current
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBDO2WR

2.1.228 O2WRLambda

Owl Class:vsso:O2WRLambda
Definition:

PID 2x (byte AB) and PID 3x (byte AB) - Lambda for wide range/band oxygen sensor

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.O2WR.Lambda
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBDO2WR

2.1.229 O2WRVoltage

Owl Class:vsso:O2WRVoltage
Definition:

PID 2x (byte CD) - Voltage for wide range/band oxygen sensor

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.O2WR.Voltage
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBDO2WR

2.1.230 OBDAbsoluteLoad

Owl Class:vsso:OBDAbsoluteLoad
Definition:

PID 43 - Absolute load value

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.AbsoluteLoad
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.231 OBDAcceleratorPositionD

Owl Class:vsso:OBDAcceleratorPositionD
Definition:

PID 49 - Accelerator pedal position D

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.AcceleratorPositionD
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.232 OBDAcceleratorPositionE

Owl Class:vsso:OBDAcceleratorPositionE
Definition:

PID 4A - Accelerator pedal position E

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.AcceleratorPositionE
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.233 OBDAcceleratorPositionF

Owl Class:vsso:OBDAcceleratorPositionF
Definition:

PID 4B - Accelerator pedal position F

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.AcceleratorPositionF
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.234 OBDAirStatus

Owl Class:vsso:OBDAirStatus
Definition:

PID 12 - Secondary air status

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.AirStatus
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.235 OBDAmbientAirTemperature

Owl Class:vsso:OBDAmbientAirTemperature
Definition:

PID 46 - Ambient air temperature

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.AmbientAirTemperature
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.236 OBDAuxInputStatus

Owl Class:vsso:OBDAuxInputStatus
Definition:

PID 1E - Auxiliary input status (power take off)

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.AuxInputStatus
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.237 OBDBarometricPressure

Owl Class:vsso:OBDBarometricPressure
Definition:

PID 33 - Barometric pressure

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.BarometricPressure
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.238 OBDCommandedEGR

Owl Class:vsso:OBDCommandedEGR
Definition:

PID 2C - Commanded exhaust gas recirculation (EGR)

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.CommandedEGR
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.239 OBDCommandedEVAP

Owl Class:vsso:OBDCommandedEVAP
Definition:

PID 2E - Commanded evaporative purge (EVAP) valve

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.CommandedEVAP
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.240 OBDCommandedEquivalenceRatio

Owl Class:vsso:OBDCommandedEquivalenceRatio
Definition:

PID 44 - Commanded equivalence ratio

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.CommandedEquivalenceRatio
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.241 OBDControlModuleVoltage

Owl Class:vsso:OBDControlModuleVoltage
Definition:

PID 42 - Control module voltage

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.ControlModuleVoltage
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.242 OBDCoolantTemperature

Owl Class:vsso:OBDCoolantTemperature
Definition:

PID 05 - Coolant temperature

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.CoolantTemperature
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.243 OBDDTCList

Owl Class:vsso:OBDDTCList
Definition:

List of currently active DTCs formatted according OBD II (SAE-J2012DA_201812) standard ([P|C|B|U]XXXXX )

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.DTCList
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.244 OBDDistanceSinceDTCClear

Owl Class:vsso:OBDDistanceSinceDTCClear
Definition:

PID 31 - Distance traveled since codes cleared

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.DistanceSinceDTCClear
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.245 OBDDistanceWithMIL

Owl Class:vsso:OBDDistanceWithMIL
Definition:

PID 21 - Distance traveled with MIL on

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.DistanceWithMIL
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.246 OBDEGRError

Owl Class:vsso:OBDEGRError
Definition:

PID 2D - Exhaust gas recirculation (EGR) error

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.EGRError
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.247 OBDEVAPVaporPressure

Owl Class:vsso:OBDEVAPVaporPressure
Definition:

PID 32 - Evaporative purge (EVAP) system pressure

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.EVAPVaporPressure
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.248 OBDEVAPVaporPressureAbsolute

Owl Class:vsso:OBDEVAPVaporPressureAbsolute
Definition:

PID 53 - Absolute evaporative purge (EVAP) system pressure

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.EVAPVaporPressureAbsolute
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.249 OBDEVAPVaporPressureAlternate

Owl Class:vsso:OBDEVAPVaporPressureAlternate
Definition:

PID 54 - Alternate evaporative purge (EVAP) system pressure

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.EVAPVaporPressureAlternate
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.250 OBDEngineLoad

Owl Class:vsso:OBDEngineLoad
Definition:

PID 04 - Engine load in percent - 0 = no load, 100 = full load

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.EngineLoad
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.251 OBDEngineSpeed

Owl Class:vsso:OBDEngineSpeed
Definition:

PID 0C - Engine speed measured as rotations per minute

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.EngineSpeed
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.252 OBDEthanolPercent

Owl Class:vsso:OBDEthanolPercent
Definition:

PID 52 - Percentage of ethanol in the fuel

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.EthanolPercent
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.253 OBDFreezeDTC

Owl Class:vsso:OBDFreezeDTC
Definition:

PID 02 - DTC that triggered the freeze frame

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.FreezeDTC
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.254 OBDFuelInjectionTiming

Owl Class:vsso:OBDFuelInjectionTiming
Definition:

PID 5D - Fuel injection timing

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.FuelInjectionTiming
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.255 OBDFuelLevel

Owl Class:vsso:OBDFuelLevel
Definition:

PID 2F - Fuel level in the fuel tank

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.FuelLevel
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.256 OBDFuelPressure

Owl Class:vsso:OBDFuelPressure
Definition:

PID 0A - Fuel pressure

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.FuelPressure
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.257 OBDFuelRailPressureAbsolute

Owl Class:vsso:OBDFuelRailPressureAbsolute
Definition:

PID 59 - Absolute fuel rail pressure

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.FuelRailPressureAbsolute
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.258 OBDFuelRailPressureDirect

Owl Class:vsso:OBDFuelRailPressureDirect
Definition:

PID 23 - Fuel rail pressure direct inject

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.FuelRailPressureDirect
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.259 OBDFuelRailPressureVac

Owl Class:vsso:OBDFuelRailPressureVac
Definition:

PID 22 - Fuel rail pressure relative to vacuum

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.FuelRailPressureVac
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.260 OBDFuelRate

Owl Class:vsso:OBDFuelRate
Definition:

PID 5E - Engine fuel rate

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.FuelRate
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.261 OBDFuelStatus

Owl Class:vsso:OBDFuelStatus
Definition:

PID 03 - Fuel status

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.FuelStatus
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.262 OBDFuelType

Owl Class:vsso:OBDFuelType
Definition:

PID 51 - Fuel type

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.FuelType
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.263 OBDHybridBatteryRemaining

Owl Class:vsso:OBDHybridBatteryRemaining
Definition:

PID 5B - Remaining life of hybrid battery

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.HybridBatteryRemaining
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.264 OBDIntakeTemp

Owl Class:vsso:OBDIntakeTemp
Definition:

PID 0F - Intake temperature

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.IntakeTemp
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.265 OBDLongTermFuelTrim1

Owl Class:vsso:OBDLongTermFuelTrim1
Definition:

PID 07 - Long Term (learned) Fuel Trim - Bank 1 - negative percent leaner, positive percent richer

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.LongTermFuelTrim1
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.266 OBDLongTermFuelTrim2

Owl Class:vsso:OBDLongTermFuelTrim2
Definition:

PID 09 - Long Term (learned) Fuel Trim - Bank 2 - negative percent leaner, positive percent richer

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.LongTermFuelTrim2
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.267 OBDLongTermO2Trim1

Owl Class:vsso:OBDLongTermO2Trim1
Definition:

PID 56 (byte A) - Long term secondary O2 trim - Bank 1

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.LongTermO2Trim1
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.268 OBDLongTermO2Trim2

Owl Class:vsso:OBDLongTermO2Trim2
Definition:

PID 58 (byte A) - Long term secondary O2 trim - Bank 2

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.LongTermO2Trim2
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.269 OBDLongTermO2Trim3

Owl Class:vsso:OBDLongTermO2Trim3
Definition:

PID 56 (byte B) - Long term secondary O2 trim - Bank 3

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.LongTermO2Trim3
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.270 OBDLongTermO2Trim4

Owl Class:vsso:OBDLongTermO2Trim4
Definition:

PID 58 (byte B) - Long term secondary O2 trim - Bank 4

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.LongTermO2Trim4
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.271 OBDMAF

Owl Class:vsso:OBDMAF
Definition:

PID 10 - Grams of air drawn into engine per second

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.MAF
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.272 OBDMAP

Owl Class:vsso:OBDMAP
Definition:

PID 0B - Intake manifold pressure

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.MAP
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.273 OBDMaxMAF

Owl Class:vsso:OBDMaxMAF
Definition:

PID 50 - Maximum flow for mass air flow sensor

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.MaxMAF
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.274 OBDOBDStandards

Owl Class:vsso:OBDOBDStandards
Definition:

PID 1C - OBD standards this vehicle conforms to

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.OBD.OBDStandards
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.275 OBDOilTemperature

Owl Class:vsso:OBDOilTemperature
Definition:

PID 5C - Engine oil temperature

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.OilTemperature
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.276 OBDOxygenSensorsIn2Banks

Owl Class:vsso:OBDOxygenSensorsIn2Banks
Definition:

PID 13 - Presence of oxygen sensors in 2 banks. [A0..A3] == Bank 1, Sensors 1-4. [A4..A7] == Bank 2, Sensors 1-4

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.OxygenSensorsIn2Banks
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.277 OBDOxygenSensorsIn4Banks

Owl Class:vsso:OBDOxygenSensorsIn4Banks
Definition:

PID 1D - Presence of oxygen sensors in 4 banks. Similar to PID 13, but [A0..A7] == [B1S1, B1S2, B2S1, B2S2, B3S1, B3S2, B4S1, B4S2]

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.OxygenSensorsIn4Banks
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.278 OBDPidsA

Owl Class:vsso:OBDPidsA
Definition:

PID 00 - Bit array of the supported pids 01 to 20

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.PidsA
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.279 OBDPidsB

Owl Class:vsso:OBDPidsB
Definition:

PID 20 - Bit array of the supported pids 21 to 40

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.PidsB
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.280 OBDPidsC

Owl Class:vsso:OBDPidsC
Definition:

PID 40 - Bit array of the supported pids 41 to 60

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.PidsC
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.281 OBDRelativeAcceleratorPosition

Owl Class:vsso:OBDRelativeAcceleratorPosition
Definition:

PID 5A - Relative accelerator pedal position

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.RelativeAcceleratorPosition
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.282 OBDRelativeThrottlePosition

Owl Class:vsso:OBDRelativeThrottlePosition
Definition:

PID 45 - Relative throttle position

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.RelativeThrottlePosition
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.283 OBDRunTime

Owl Class:vsso:OBDRunTime
Definition:

PID 1F - Engine run time

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.RunTime
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.284 OBDRunTimeMIL

Owl Class:vsso:OBDRunTimeMIL
Definition:

PID 4D - Run time with MIL on

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.RunTimeMIL
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.285 OBDShortTermFuelTrim1

Owl Class:vsso:OBDShortTermFuelTrim1
Definition:

PID 06 - Short Term (immediate) Fuel Trim - Bank 1 - negative percent leaner, positive percent richer

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.ShortTermFuelTrim1
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.286 OBDShortTermFuelTrim2

Owl Class:vsso:OBDShortTermFuelTrim2
Definition:

PID 08 - Short Term (immediate) Fuel Trim - Bank 2 - negative percent leaner, positive percent richer

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.ShortTermFuelTrim2
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.287 OBDShortTermO2Trim1

Owl Class:vsso:OBDShortTermO2Trim1
Definition:

PID 55 (byte A) - Short term secondary O2 trim - Bank 1

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.ShortTermO2Trim1
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.288 OBDShortTermO2Trim2

Owl Class:vsso:OBDShortTermO2Trim2
Definition:

PID 57 (byte A) - Short term secondary O2 trim - Bank 2

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.ShortTermO2Trim2
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.289 OBDShortTermO2Trim3

Owl Class:vsso:OBDShortTermO2Trim3
Definition:

PID 55 (byte B) - Short term secondary O2 trim - Bank 3

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.ShortTermO2Trim3
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.290 OBDShortTermO2Trim4

Owl Class:vsso:OBDShortTermO2Trim4
Definition:

PID 57 (byte B) - Short term secondary O2 trim - Bank 4

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.ShortTermO2Trim4
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.291 OBDSpeed

Owl Class:vsso:OBDSpeed
Definition:

PID 0D - Vehicle speed

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.Speed
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.292 OBDThrottleActuator

Owl Class:vsso:OBDThrottleActuator
Definition:

PID 4C - Commanded throttle actuator

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.ThrottleActuator
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.293 OBDThrottlePosition

Owl Class:vsso:OBDThrottlePosition
Definition:

PID 11 - Throttle position - 0 = closed throttle, 100 = open throttle

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.ThrottlePosition
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.294 OBDThrottlePositionB

Owl Class:vsso:OBDThrottlePositionB
Definition:

PID 47 - Absolute throttle position B

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.ThrottlePositionB
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.295 OBDThrottlePositionC

Owl Class:vsso:OBDThrottlePositionC
Definition:

PID 48 - Absolute throttle position C

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.ThrottlePositionC
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.296 OBDTimeSinceDTCCleared

Owl Class:vsso:OBDTimeSinceDTCCleared
Definition:

PID 4E - Time since trouble codes cleared

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.TimeSinceDTCCleared
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.297 OBDTimingAdvance

Owl Class:vsso:OBDTimingAdvance
Definition:

PID 0E - Time advance

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.TimingAdvance
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.298 OBDWarmupsSinceDTCClear

Owl Class:vsso:OBDWarmupsSinceDTCClear
Definition:

PID 30 - Number of warm-ups since codes cleared

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.WarmupsSinceDTCClear
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBD

2.1.299 ObstacleDetectionError

Owl Class:vsso:ObstacleDetectionError
Definition:

Indicates if obstacle sensor system incurred an error condition. True = Error. False = No Error.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.ObstacleDetection.Error
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASObstacleDetection

2.1.300 ObstacleDetectionIsActive

Owl Class:vsso:ObstacleDetectionIsActive
Definition:

Indicates if obstacle sensor system is enabled. True = Enabled. False = Disabled.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.ObstacleDetection.IsActive
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASObstacleDetection

2.1.301 ParkingBrakeIsEngaged

Owl Class:vsso:ParkingBrakeIsEngaged
Definition:

Parking brake status. True = Parking Brake is Engaged. False = Parking Brake is not Engaged.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.ParkingBrake.IsEngaged
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisParkingBrake

2.1.302 PlayedAlbum

Owl Class:vsso:PlayedAlbum
Definition:

Name of album being played

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.Media.Played.Album
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only MediaPlayed

2.1.303 PlayedArtist

Owl Class:vsso:PlayedArtist
Definition:

Name of artist being played

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.Media.Played.Artist
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only MediaPlayed

2.1.304 PlayedSource

Owl Class:vsso:PlayedSource
Definition:

Media selected for playback

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.Media.Played.Source
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only MediaPlayed

2.1.305 PlayedTrack

Owl Class:vsso:PlayedTrack
Definition:

Name of track being played

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.Media.Played.Track
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only MediaPlayed

2.1.306 PlayedURI

Owl Class:vsso:PlayedURI
Definition:

User Resource associated with the media

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Infotainment.Media.Played.URI
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only MediaPlayed

2.1.307 PowertrainAccumulatedBrakingEnergy

Owl Class:vsso:PowertrainAccumulatedBrakingEnergy
Definition:

The accumulated energy from regenerative braking over lifetime.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.AccumulatedBrakingEnergy
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Powertrain

2.1.308 PowertrainRange

Owl Class:vsso:PowertrainRange
Definition:

Remaining range in meters using all energy sources available in the vehicle.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Range
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Powertrain

2.1.309 Private

Owl Class:vsso:Private
Definition:

Uncontrolled branch where non-public signals can be defined.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Private
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.310 Raindetectionintensity

Owl Class:vsso:Raindetectionintensity
Definition:

Rain intensity. 0 = Dry, No Rain. 100 = Covered.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Raindetection.intensity
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyRaindetection

2.1.311 RearShadePosition

Owl Class:vsso:RearShadePosition
Definition:

Position of window blind. 0 = Fully retracted. 100 = Fully deployed.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.RearShade.Position
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinRearShade

2.1.312 RearShadeSwitch

Owl Class:vsso:RearShadeSwitch
Definition:

Switch controlling sliding action such as window, sunroof, or blind.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.RearShade.Switch
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinRearShade

2.1.313 RearviewMirrorDimmingLevel

Owl Class:vsso:RearviewMirrorDimmingLevel
Definition:

Dimming level of rearview mirror. 0 = undimmed. 100 = fully dimmed

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.RearviewMirror.DimmingLevel
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinRearviewMirror

2.1.314 ReclineBackward

Owl Class:vsso:ReclineBackward
Definition:

Seatback recline backward switch engaged (SingleSeat.Recline)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Recline.Backward
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchRecline

2.1.315 ReclineForward

Owl Class:vsso:ReclineForward
Definition:

Seatback recline forward switch engaged (SingleSeat.Recline)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Recline.Forward
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchRecline

2.1.316 RoofLoad

Owl Class:vsso:RoofLoad
Definition:

The permitted total weight of cargo and installations (e.g. a roof rack) on top of the vehicle.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.RoofLoad
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.317 SeatHasPassenger

Owl Class:vsso:SeatHasPassenger
Definition:

Does the seat have a passenger in it.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.HasPassenger
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinSeat

2.1.318 SeatHeating

Owl Class:vsso:SeatHeating
Definition:

Seat cooling / heating. 0 = off. -100 = max cold. +100 = max heat.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Heating
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinSeat

2.1.319 SeatHeight

Owl Class:vsso:SeatHeight
Definition:

Seat vertical position. 0 = Lowermost. 1000 = Uppermost.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Height
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinSeat

2.1.320 SeatIsBelted

Owl Class:vsso:SeatIsBelted
Definition:

Is the belt engaged.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.IsBelted
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinSeat

2.1.321 SeatMassage

Owl Class:vsso:SeatMassage
Definition:

Seat massage level. 0 = off. 100 = max massage.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Massage
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinSeat

2.1.322 SeatPosition

Owl Class:vsso:SeatPosition
Definition:

Seat horizontal position. 0 = Frontmost. 1000 = Rearmost.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Position
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinSeat

2.1.323 SeatRecline

Owl Class:vsso:SeatRecline
Definition:

Recline level. -90 = Max forward recline. 90 max backward recline.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Recline
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinSeat

2.1.324 ServiceDistanceToService

Owl Class:vsso:ServiceDistanceToService
Definition:

Remaining distance to service (of any kind). Negative values indicate service overdue.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Service.DistanceToService
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Service

2.1.325 ServiceServiceDue

Owl Class:vsso:ServiceServiceDue
Definition:

Indicates if vehicle needs service (of any kind). True = Service needed now or in the near future. False = No known need for service.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Service.ServiceDue
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Service

2.1.326 ServiceTimeToService

Owl Class:vsso:ServiceTimeToService
Definition:

Remaining time to service (of any kind). Negative values indicate service overdue.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Service.TimeToService
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Service

2.1.327 ShadePosition

Owl Class:vsso:ShadePosition
Definition:

Position of window blind. 0 = Fully retracted. 100 = Fully deployed.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Sunroof.Shade.Position
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SunroofShade

2.1.328 ShadeSwitch

Owl Class:vsso:ShadeSwitch
Definition:

Switch controlling sliding action such as window, sunroof, or blind.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Sunroof.Shade.Switch
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SunroofShade

2.1.329 SideBolsterDeflate

Owl Class:vsso:SideBolsterDeflate
Definition:

Side bolster deflation switch engaged (SingleSeat.SideBolster.Inflation)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.SideBolster.Deflate
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchSideBolster

2.1.330 SideBolsterInflate

Owl Class:vsso:SideBolsterInflate
Definition:

Side bolster inflation switch engaged (SingleSeat.SideBolster.Inflation)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.SideBolster.Inflate
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SwitchSideBolster

2.1.331 SideBolsterInflation

Owl Class:vsso:SideBolsterInflation
Definition:

Side bolster support inflation. 0 = Fully deflated. 255 = Fully inflated.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.SideBolster.Inflation
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SeatSideBolster

2.1.332 Speed

Owl Class:vsso:Speed
Definition:

Vehicle speed

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Speed
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.333 SpotlightIsLeftOn

Owl Class:vsso:SpotlightIsLeftOn
Definition:

Is light on the left side switched on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Lights.Spotlight.IsLeftOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only LightsSpotlight

2.1.334 SpotlightIsRightOn

Owl Class:vsso:SpotlightIsRightOn
Definition:

Is light on the right side switched on

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Lights.Spotlight.IsRightOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only LightsSpotlight

2.1.335 SpotlightIsSharedOn

Owl Class:vsso:SpotlightIsSharedOn
Definition:

Is a shared light across a specific row on

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Lights.Spotlight.IsSharedOn
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only LightsSpotlight

2.1.336 StateOfChargeCurrent

Owl Class:vsso:StateOfChargeCurrent
Definition:

Physical state of charge of the high voltage battery. This is not necessarily the state of charge being displayed to the customer.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.StateOfCharge.Current
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryStateOfCharge

2.1.337 StateOfChargeDisplayed

Owl Class:vsso:StateOfChargeDisplayed
Definition:

State of charge displayed to the customer.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.StateOfCharge.Displayed
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryStateOfCharge

2.1.338 StateOfChargeTarget

Owl Class:vsso:StateOfChargeTarget
Definition:

Target state of charge set (eg. by customer).

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.StateOfCharge.Target
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BatteryStateOfCharge

2.1.339 StationAirDistribution

Owl Class:vsso:StationAirDistribution
Definition:

Direction of airstream

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.HVAC.Station.AirDistribution
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only HVACStation

2.1.340 StationFanSpeed

Owl Class:vsso:StationFanSpeed
Definition:

Fan Speed, 0 = off. 100 = max

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.HVAC.Station.FanSpeed
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only HVACStation

2.1.341 StationTemperature

Owl Class:vsso:StationTemperature
Definition:

Temperature

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.HVAC.Station.Temperature
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only HVACStation

2.1.342 StatusDTCCount

Owl Class:vsso:StatusDTCCount
Definition:

Number of sensor Trouble Codes (DTC)

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.Status.DTCCount
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBDStatus

2.1.343 StatusIgnitionType

Owl Class:vsso:StatusIgnitionType
Definition:

Type of the ignition for ICE - spark = spark plug ignition, compression = self-igniting (Diesel engines)

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.Status.IgnitionType
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBDStatus

2.1.344 StatusMIL

Owl Class:vsso:StatusMIL
Definition:

Malfunction Indicator Light (MIL) False = Off, True = On

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.OBD.Status.MIL
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only OBDStatus

2.1.345 SteeringWheelAngle

Owl Class:vsso:SteeringWheelAngle
Definition:

Steering wheel angle. Positive = degrees to the left. Negative = degrees to the right.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.SteeringWheel.Angle
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisSteeringWheel

2.1.346 SteeringWheelExtension

Owl Class:vsso:SteeringWheelExtension
Definition:

Steering wheel column extension from dashboard. 0 = Closest to dashboard. 100 = Furthest from dashboard.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.SteeringWheel.Extension
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisSteeringWheel

2.1.347 SteeringWheelPosition

Owl Class:vsso:SteeringWheelPosition
Definition:

Position of the steering wheel on the left or right side of the vehicle.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Chassis.SteeringWheel.Position
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisSteeringWheel

2.1.348 SteeringWheelTilt

Owl Class:vsso:SteeringWheelTilt
Definition:

Steering wheel column tilt. 0 = Lowest position. 100 = Highest position.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.SteeringWheel.Tilt
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChassisSteeringWheel

2.1.349 SunroofPosition

Owl Class:vsso:SunroofPosition
Definition:

Sunroof position. 0 = Fully closed 100 = Fully opened. -100 = Fully tilted

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Sunroof.Position
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinSunroof

2.1.350 SunroofSwitch

Owl Class:vsso:SunroofSwitch
Definition:

Switch controlling sliding action such as window, sunroof, or shade.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Sunroof.Switch
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only CabinSunroof

2.1.351 SwitchBackward

Owl Class:vsso:SwitchBackward
Definition:

Seat backward switch engaged (SingleSeat.Position)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Backward
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SeatSwitch

2.1.352 SwitchCooler

Owl Class:vsso:SwitchCooler
Definition:

Cooler switch for Seat heater (SingleSeat.Heating)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Cooler
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SeatSwitch

2.1.353 SwitchDown

Owl Class:vsso:SwitchDown
Definition:

Seat down switch engaged (SingleSeat.Height)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Down
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SeatSwitch

2.1.354 SwitchForward

Owl Class:vsso:SwitchForward
Definition:

Seat forward switch engaged (SingleSeat.Position)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Forward
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SeatSwitch

2.1.355 SwitchUp

Owl Class:vsso:SwitchUp
Definition:

Seat up switch engaged (SingleSeat.Height)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Up
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SeatSwitch

2.1.356 SwitchWarmer

Owl Class:vsso:SwitchWarmer
Definition:

Warmer switch for Seat heater (SingleSeat.Heating)

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Seat.Switch.Warmer
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only SeatSwitch

2.1.357 TCSError

Owl Class:vsso:TCSError
Definition:

Indicates if TCS incurred an error condition. True = Error. False = No Error.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.TCS.Error
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASTCS

2.1.358 TCSIsActive

Owl Class:vsso:TCSIsActive
Definition:

Indicates if TCS is enabled. True = Enabled. False = Disabled.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.TCS.IsActive
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASTCS

2.1.359 TCSIsEngaged

Owl Class:vsso:TCSIsEngaged
Definition:

Indicates if TCS is currently regulating traction. True = Engaged. False = Not Engaged.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.ADAS.TCS.IsEngaged
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ADASTCS

2.1.360 TimerMode

Owl Class:vsso:TimerMode
Definition:

Defines whether Timer.Time is defining start- or endtime of a charging action; departuretime denotes that target time should be taken from vehicle-level desired departure-time setting.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.Timer.Mode
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChargingTimer

2.1.361 TimerTime

Owl Class:vsso:TimerTime
Definition:

Time value for next charging-related action (Unix timestamp, seconds).

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Battery.Charging.Timer.Time
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only ChargingTimer

2.1.362 TirePressure

Owl Class:vsso:TirePressure
Definition:

Tire pressure in kilo-Pascal

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.Axle.Wheel.Tire.Pressure
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only WheelTire

2.1.363 TirePressureLow

Owl Class:vsso:TirePressureLow
Definition:

Tire Pressure Status. True = Low tire pressure. False = Good tire pressure.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.Axle.Wheel.Tire.PressureLow
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only WheelTire

2.1.364 TireTemperature

Owl Class:vsso:TireTemperature
Definition:

Tire temperature in Celsius.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Chassis.Axle.Wheel.Tire.Temperature
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only WheelTire

2.1.365 TrailerConnected

Owl Class:vsso:TrailerConnected
Definition:

Signal indicating if trailer is connected or not.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Trailer.Connected
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only Trailer

2.1.366 TransmissionClutchWear

Owl Class:vsso:TransmissionClutchWear
Definition:

Clutch wear as a percent. 0 = no wear. 100 = worn.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Transmission.ClutchWear
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainTransmission

2.1.367 TransmissionCurrentGear

Owl Class:vsso:TransmissionCurrentGear
Definition:

The current gear. 0=Neutral, 1/2/..=Forward, -1/..=Reverse

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Transmission.CurrentGear
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainTransmission

2.1.368 TransmissionDriveType

Owl Class:vsso:TransmissionDriveType
Definition:

Drive type.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.Transmission.DriveType
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainTransmission

2.1.369 TransmissionGear

Owl Class:vsso:TransmissionGear
Definition:

Current gear. 0=Neutral. -1=Reverse

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Transmission.Gear
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainTransmission

2.1.370 TransmissionGearChangeMode

Owl Class:vsso:TransmissionGearChangeMode
Definition:

Is the gearbox in automatic or manual (paddle) mode.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Transmission.GearChangeMode
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainTransmission

2.1.371 TransmissionGearCount

Owl Class:vsso:TransmissionGearCount
Definition:

Number of forward gears in the transmission. -1 = CVT.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.Transmission.GearCount
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainTransmission

2.1.372 TransmissionPerformanceMode

Owl Class:vsso:TransmissionPerformanceMode
Definition:

Current gearbox performance mode.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Transmission.PerformanceMode
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainTransmission

2.1.373 TransmissionSelectedGear

Owl Class:vsso:TransmissionSelectedGear
Definition:

The selected gear. 0=Neutral, 1/2/..=Forward, -1/..=Reverse, 126=Park, 127=Drive

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Transmission.SelectedGear
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainTransmission

2.1.374 TransmissionSpeed

Owl Class:vsso:TransmissionSpeed
Definition:

Vehicle speed, as sensed by the gearbox.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Transmission.Speed
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainTransmission

2.1.375 TransmissionTemperature

Owl Class:vsso:TransmissionTemperature
Definition:

The current gearbox temperature

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Transmission.Temperature
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainTransmission

2.1.376 TransmissionTravelledDistance

Owl Class:vsso:TransmissionTravelledDistance
Definition:

Odometer reading, total distance travelled during the lifetime of the transmission.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Powertrain.Transmission.TravelledDistance
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainTransmission

2.1.377 TransmissionType

Owl Class:vsso:TransmissionType
Definition:

Transmission type.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Powertrain.Transmission.Type
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only PowertrainTransmission

2.1.378 TravelledDistance

Owl Class:vsso:TravelledDistance
Definition:

Odometer reading, total distance travelled during the lifetime of the vehicle.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.TravelledDistance
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.379 TripMeterReading

Owl Class:vsso:TripMeterReading
Definition:

Current trip meter reading

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.TripMeterReading
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.380 TrunkIsLocked

Owl Class:vsso:TrunkIsLocked
Definition:

Is trunk locked or unlocked. True = Locked. False = Unlocked.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Trunk.IsLocked
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyTrunk

2.1.381 TrunkIsOpen

Owl Class:vsso:TrunkIsOpen
Definition:

Trunk open or closed. True = Open. False = Closed

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Trunk.IsOpen
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only BodyTrunk

2.1.382 VehicleIdentificationACRISSCode

Owl Class:vsso:VehicleIdentificationACRISSCode
Definition:

The ACRISS Car Classification Code is a code used by many car rental companies.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.ACRISSCode
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.383 VehicleIdentificationBrand

Owl Class:vsso:VehicleIdentificationBrand
Definition:

Vehicle brand or manufacturer

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.Brand
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.384 VehicleIdentificationModel

Owl Class:vsso:VehicleIdentificationModel
Definition:

Vehicle model

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.Model
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.385 VehicleIdentificationVIN

Owl Class:vsso:VehicleIdentificationVIN
Definition:

17-character Vehicle Identification Number (VIN) as defined by ISO 3779

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.VIN
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.386 VehicleIdentificationWMI

Owl Class:vsso:VehicleIdentificationWMI
Definition:

3-character World Manufacturer Identification (WMI) as defined by ISO 3780

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.WMI
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.387 VehicleIdentificationYear

Owl Class:vsso:VehicleIdentificationYear
Definition:

Model year of the vehicle

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.Year
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.388 VehicleIdentificationbodyType

Owl Class:vsso:VehicleIdentificationbodyType
Definition:

Indicates the design and body style of the vehicle (e.g. station wagon, hatchback, etc.).

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.bodyType
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.389 VehicleIdentificationdateVehicleFirstRegistered

Owl Class:vsso:VehicleIdentificationdateVehicleFirstRegistered
Definition:

The date of the first registration of the vehicle with the respective public authorities.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.dateVehicleFirstRegistered
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.390 VehicleIdentificationknownVehicleDamages

Owl Class:vsso:VehicleIdentificationknownVehicleDamages
Definition:

A textual description of known damages, both repaired and unrepaired.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.knownVehicleDamages
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.391 VehicleIdentificationmeetsEmissionStandard

Owl Class:vsso:VehicleIdentificationmeetsEmissionStandard
Definition:

Indicates that the vehicle meets the respective emission standard.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.meetsEmissionStandard
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.392 VehicleIdentificationproductionDate

Owl Class:vsso:VehicleIdentificationproductionDate
Definition:

The date of production of the item, e.g. vehicle.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.productionDate
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.393 VehicleIdentificationpurchaseDate

Owl Class:vsso:VehicleIdentificationpurchaseDate
Definition:

The date the item e.g. vehicle was purchased by the current owner.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.purchaseDate
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.394 VehicleIdentificationvehicleConfiguration

Owl Class:vsso:VehicleIdentificationvehicleConfiguration
Definition:

A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.vehicleConfiguration
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.395 VehicleIdentificationvehicleModelDate

Owl Class:vsso:VehicleIdentificationvehicleModelDate
Definition:

The release date of a vehicle model (often used to differentiate versions of the same make and model).

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.vehicleModelDate
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.396 VehicleIdentificationvehicleSeatingCapacity

Owl Class:vsso:VehicleIdentificationvehicleSeatingCapacity
Definition:

The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.vehicleSeatingCapacity
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.397 VehicleIdentificationvehicleSpecialUsage

Owl Class:vsso:VehicleIdentificationvehicleSpecialUsage
Definition:

Indicates whether the vehicle has been used for special purposes, like commercial rental, driving school.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.vehicleSpecialUsage
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.398 VehicleIdentificationvehicleinteriorColor

Owl Class:vsso:VehicleIdentificationvehicleinteriorColor
Definition:

The color or color combination of the interior of the vehicle.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.vehicleinteriorColor
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.399 VehicleIdentificationvehicleinteriorType

Owl Class:vsso:VehicleIdentificationvehicleinteriorType
Definition:

The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.).

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VehicleIdentification.vehicleinteriorType
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VehicleIdentification

2.1.400 VersionVSSLabel

Owl Class:vsso:VersionVSSLabel
Definition:

Label to further describe the version

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VersionVSS.Label
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VersionVSS

2.1.401 VersionVSSMajor

Owl Class:vsso:VersionVSSMajor
Definition:

Supported Version of VSS - Major version

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VersionVSS.Major
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VersionVSS

2.1.402 VersionVSSMinor

Owl Class:vsso:VersionVSSMinor
Definition:

Supported Version of VSS - Minor version

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VersionVSS.Minor
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VersionVSS

2.1.403 VersionVSSPatch

Owl Class:vsso:VersionVSSPatch
Definition:

Supported Version of VSS - Patch version

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.VersionVSS.Patch
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only VersionVSS

2.1.404 WasherFluidLevel

Owl Class:vsso:WasherFluidLevel
Definition:

Washer fluid level as a percent. 0 = Empty. 100 = Full.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Windshield.WasherFluid.Level
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only WindshieldWasherFluid

2.1.405 WasherFluidLevelLow

Owl Class:vsso:WasherFluidLevelLow
Definition:

Low level indication for washer fluid. True = Level Low. False = Level OK.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Windshield.WasherFluid.LevelLow
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only WindshieldWasherFluid

2.1.406 Width

Owl Class:vsso:Width
Definition:

Overall vehicle width.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.Width
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.407 WindowChildLock

Owl Class:vsso:WindowChildLock
Definition:

Is window child lock engaged. True = Engaged. False = Disengaged.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Door.Window.ChildLock
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only DoorWindow

2.1.408 WindowPosition

Owl Class:vsso:WindowPosition
Definition:

Window position. 0 = Fully closed 100 = Fully opened.

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Door.Window.Position
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only DoorWindow

2.1.409 WindowSwitch

Owl Class:vsso:WindowSwitch
Definition:

Switch controlling sliding action such as window, sunroof, or blind.

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Door.Window.Switch
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only DoorWindow

2.1.410 WindowisOpen

Owl Class:vsso:WindowisOpen
Definition:

Is window open or closed

Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Cabin.Door.Window.isOpen
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only DoorWindow

2.1.411 WipingStatus

Owl Class:vsso:WipingStatus
Definition:

Wiper status

Sub-class of:https://github.com/w3c/vsso-core#ActuatableVehicleProperty
Sub-class of:https://github.com/w3c/vsso-core#ObservableVehicleProperty
VSS path:Vehicle.Body.Windshield.Wiping.Status
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only WindshieldWiping

2.1.412 accelerationTime

Owl Class:vsso:accelerationTime
Definition:

The time needed to accelerate the vehicle from a given start velocity to a given target velocity.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.accelerationTime
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.413 cargoVolume

Owl Class:vsso:cargoVolume
Definition:

The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.cargoVolume
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.414 emissionsCO2

Owl Class:vsso:emissionsCO2
Definition:

The CO2 emissions.

Sub-class of:https://github.com/w3c/vsso-core#StaticVehicleProperty
VSS path:Vehicle.emissionsCO2
Restrictions:Property https://github.com/w3c/vsso-core#belongsToVehicleComponent Only https://github.com/w3c/vsso-core#Vehicle

2.1.415 BodyChargingPort

Owl Class:vsso:BodyChargingPort
Definition:

Collects Information about the charging port

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Body.ChargingPort
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Body

2.1.416 BodyHood

Owl Class:vsso:BodyHood
Definition:

Hood status

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Body.Hood
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Body

2.1.417 BodyHorn

Owl Class:vsso:BodyHorn
Definition:

Horn signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Body.Horn
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Body

2.1.418 BodyRaindetection

Owl Class:vsso:BodyRaindetection
Definition:

Rainsensor signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Body.Raindetection
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Body

2.1.419 CabinConvertible

Owl Class:vsso:CabinConvertible
Definition:

Convertible roof

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Convertible
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Cabin

2.1.420 CabinRearviewMirror

Owl Class:vsso:CabinRearviewMirror
Definition:

Rearview mirror

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.RearviewMirror
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Cabin

2.1.421 ChassisAccelerator

Owl Class:vsso:ChassisAccelerator
Definition:

Accelerator signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Chassis.Accelerator
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Chassis

2.1.422 ChassisBrake

Owl Class:vsso:ChassisBrake
Definition:

Brake system signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Chassis.Brake
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Chassis

2.1.423 ChassisParkingBrake

Owl Class:vsso:ChassisParkingBrake
Definition:

Parking brake signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Chassis.ParkingBrake
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Chassis

2.1.424 ChassisTrailer

Owl Class:vsso:ChassisTrailer
Definition:

Trailer signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Chassis.Trailer
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Chassis

2.1.425 MirrorsHeating

Owl Class:vsso:MirrorsHeating
Definition:

Mirror heater signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Body.Mirrors.Heating
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only BodyMirrors

2.1.426 SeatAirbag

Owl Class:vsso:SeatAirbag
Definition:

Airbag signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.Airbag
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinSeat

2.1.427 SeatHeadRestraint

Owl Class:vsso:SeatHeadRestraint
Definition:

Head restraint settings

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.HeadRestraint
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinSeat

2.1.428 SeatOccupant

Owl Class:vsso:SeatOccupant
Definition:

Occupant data.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.Occupant
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinSeat

2.1.429 SeatSideBolster

Owl Class:vsso:SeatSideBolster
Definition:

Side bolster settings

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.SideBolster
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinSeat

2.1.430 Trailer

Owl Class:vsso:Trailer
Definition:

Trailer signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Trailer
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.431 WindshieldHeating

Owl Class:vsso:WindshieldHeating
Definition:

Windshield heater signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Body.Windshield.Heating
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only BodyWindshield

2.1.432 WindshieldWiping

Owl Class:vsso:WindshieldWiping
Definition:

Windshield wiper signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Body.Windshield.Wiping
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only BodyWindshield

2.1.433 ADASObstacleDetection

Owl Class:vsso:ADASObstacleDetection
Definition:

Signals form Obstacle Sensor System

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.ADAS.ObstacleDetection
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only ADAS

2.1.434 AxleWheel

Owl Class:vsso:AxleWheel
Definition:

Wheel signals for axle

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Chassis.Axle.Wheel
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only ChassisAxle

2.1.435 BodyTrunk

Owl Class:vsso:BodyTrunk
Definition:

Trunk status

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Body.Trunk
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Body

2.1.436 CabinRearShade

Owl Class:vsso:CabinRearShade
Definition:

Rear window shade.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.RearShade
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Cabin

2.1.437 CatalystBank1

Owl Class:vsso:CatalystBank1
Definition:

Catalyst bank 1 signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.OBD.Catalyst.Bank1
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only OBDCatalyst

2.1.438 CatalystBank2

Owl Class:vsso:CatalystBank2
Definition:

Catalyst bank 2 signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.OBD.Catalyst.Bank2
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only OBDCatalyst

2.1.439 ChargingTimer

Owl Class:vsso:ChargingTimer
Definition:

Properties related to timing of battery charging sessions.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Powertrain.Battery.Charging.Timer
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only BatteryCharging

2.1.440 DoorShade

Owl Class:vsso:DoorShade
Definition:

Side window shade

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Door.Shade
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinDoor

2.1.441 DriverIdentifier

Owl Class:vsso:DriverIdentifier
Definition:

Identifier attributes based on OAuth 2.0.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Driver.Identifier
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Driver

2.1.442 InfotainmentNavigation

Owl Class:vsso:InfotainmentNavigation
Definition:

All navigation actions

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Infotainment.Navigation
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinInfotainment

2.1.444 OBDCatalyst

Owl Class:vsso:OBDCatalyst
Definition:

Catalyst signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.OBD.Catalyst
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only OBD

2.1.445 OBDO2

Owl Class:vsso:OBDO2
Definition:

Oxygen sensors (PID 14 - PID 1B)

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.OBD.O2
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only OBD

2.1.446 OccupantIdentifier

Owl Class:vsso:OccupantIdentifier
Definition:

Identifier attributes based on OAuth 2.0.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.Occupant.Identifier
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only SeatOccupant

2.1.447 SeatCushion

Owl Class:vsso:SeatCushion
Definition:

Cushion (leg support) signals.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.Cushion
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinSeat

2.1.448 SeatLumbar

Owl Class:vsso:SeatLumbar
Definition:

Lumbar signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.Lumbar
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinSeat

2.1.449 SunroofShade

Owl Class:vsso:SunroofShade
Definition:

Sun roof shade status

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Sunroof.Shade
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinSunroof

2.1.450 SwitchHeadRestraint

Owl Class:vsso:SwitchHeadRestraint
Definition:

Switches for SingleSeat.HeadRestraint.Height

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.Switch.HeadRestraint
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only SeatSwitch

2.1.451 SwitchMassage

Owl Class:vsso:SwitchMassage
Definition:

Switches for SingleSeat.Massage

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.Switch.Massage
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only SeatSwitch

2.1.452 SwitchRecline

Owl Class:vsso:SwitchRecline
Definition:

Switches for SingleSeat.Recline

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.Switch.Recline
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only SeatSwitch

2.1.453 SwitchSideBolster

Owl Class:vsso:SwitchSideBolster
Definition:

Switches for SingleSeat.SideBolster

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.Switch.SideBolster
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only SeatSwitch

2.1.454 WindshieldWasherFluid

Owl Class:vsso:WindshieldWasherFluid
Definition:

Windshield washer fluid signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Body.Windshield.WasherFluid
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only BodyWindshield

2.1.455 ADASABS

Owl Class:vsso:ADASABS
Definition:

Antilock Braking System signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.ADAS.ABS
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only ADAS

2.1.456 ADASCruiseControl

Owl Class:vsso:ADASCruiseControl
Definition:

Signals from Cruise Control system

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.ADAS.CruiseControl
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only ADAS

2.1.457 ADASESC

Owl Class:vsso:ADASESC
Definition:

Electronic Stability Control System signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.ADAS.ESC
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only ADAS

2.1.458 ADASLaneDepartureDetection

Owl Class:vsso:ADASLaneDepartureDetection
Definition:

Signals from Land Departure Detection System

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.ADAS.LaneDepartureDetection
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only ADAS

2.1.459 ADASTCS

Owl Class:vsso:ADASTCS
Definition:

Traction Control System signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.ADAS.TCS
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only ADAS

2.1.460 Acceleration

Owl Class:vsso:Acceleration
Definition:

Spatial acceleration

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Acceleration
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.461 AngularVelocity

Owl Class:vsso:AngularVelocity
Definition:

Spatial rotation

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.AngularVelocity
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.462 BatteryStateOfCharge

Owl Class:vsso:BatteryStateOfCharge
Definition:

Information on the state of charge of the vehicle's high voltage battery.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Powertrain.Battery.StateOfCharge
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only PowertrainBattery

2.1.463 BodyMirrors

Owl Class:vsso:BodyMirrors
Definition:

All mirrors

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Body.Mirrors
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Body

2.1.464 BodyWindshield

Owl Class:vsso:BodyWindshield
Definition:

Windshield signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Body.Windshield
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Body

2.1.465 CabinInfotainment

Owl Class:vsso:CabinInfotainment
Definition:

Infotainment system

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Infotainment
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Cabin

2.1.466 CabinSunroof

Owl Class:vsso:CabinSunroof
Definition:

Sun roof status.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Sunroof
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Cabin

2.1.467 CombustionEngineDieselParticulateFilter

Owl Class:vsso:CombustionEngineDieselParticulateFilter
Definition:

Diesel Particulate Filter signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Powertrain.CombustionEngine.DieselParticulateFilter
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only PowertrainCombustionEngine

2.1.468 HVACStation

Owl Class:vsso:HVACStation
Definition:

HVAC for single station in the vehicle

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.HVAC.Station
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinHVAC

2.1.469 LightsSpotlight

Owl Class:vsso:LightsSpotlight
Definition:

Spotlight for a specific area in the vehicle.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Lights.Spotlight
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinLights

2.1.470 OBDDriveCycleStatus

Owl Class:vsso:OBDDriveCycleStatus
Definition:

PID 41 - OBD status for the current drive cycle

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.OBD.DriveCycleStatus
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only OBD

2.1.471 OBDO2WR

Owl Class:vsso:OBDO2WR
Definition:

Wide range/band oxygen sensors (PID 24 - 2B and PID 34 - 3B)

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.OBD.O2WR
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only OBD

2.1.472 OBDStatus

Owl Class:vsso:OBDStatus
Definition:

PID 01 - OBD status

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.OBD.Status
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only OBD

2.1.473 Service

Owl Class:vsso:Service
Definition:

Service data.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Service
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.474 WheelTire

Owl Class:vsso:WheelTire
Definition:

Tire signals for wheel

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Chassis.Axle.Wheel.Tire
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only AxleWheel

2.1.475 ChassisSteeringWheel

Owl Class:vsso:ChassisSteeringWheel
Definition:

Steering wheel signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Chassis.SteeringWheel
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Chassis

2.1.476 DoorWindow

Owl Class:vsso:DoorWindow
Definition:

Door window status

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Door.Window
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinDoor

2.1.477 SwitchCushion

Owl Class:vsso:SwitchCushion
Definition:

Switches for SingleSeat.Cushion

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.Switch.Cushion
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only SeatSwitch

2.1.478 SwitchLumbar

Owl Class:vsso:SwitchLumbar
Definition:

Switches for SingleSeat.Lumbar

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.Switch.Lumbar
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only SeatSwitch

2.1.479 VersionVSS

Owl Class:vsso:VersionVSS
Definition:

Supported Version of VSS

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.VersionVSS
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.480 WheelBrake

Owl Class:vsso:WheelBrake
Definition:

Brake signals for wheel

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Chassis.Axle.Wheel.Brake
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only AxleWheel

2.1.481 CabinDoor

Owl Class:vsso:CabinDoor
Definition:

All doors, including windows and switches

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Door
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Cabin

2.1.482 CurrentLocation

Owl Class:vsso:CurrentLocation
Definition:

The current latitude and longitude of the vehicle.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.CurrentLocation
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.483 ElectricMotorMotor

Owl Class:vsso:ElectricMotorMotor
Definition:

motor signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Powertrain.ElectricMotor.Motor
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only PowertrainElectricMotor

2.1.484 InfotainmentMedia

Owl Class:vsso:InfotainmentMedia
Definition:

All Media actions

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Infotainment.Media
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinInfotainment

2.1.485 MediaPlayed

Owl Class:vsso:MediaPlayed
Definition:

Collection of signals updated in concert when a new media is played

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Infotainment.Media.Played
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only InfotainmentMedia

2.1.486 PowertrainElectricMotor

Owl Class:vsso:PowertrainElectricMotor
Definition:

Electric Motor specific data.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Powertrain.ElectricMotor
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Powertrain

2.1.487 ADAS

Owl Class:vsso:ADAS
Definition:

All Advanced Driver Assist Systems data.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.ADAS
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.488 CabinHVAC

Owl Class:vsso:CabinHVAC
Definition:

Climate control

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.HVAC
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Cabin

2.1.489 CabinLights

Owl Class:vsso:CabinLights
Definition:

Interior lights signals and sensors

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Lights
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Cabin

2.1.490 Driver

Owl Class:vsso:Driver
Definition:

Driver data.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Driver
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.492 ChassisAxle

Owl Class:vsso:ChassisAxle
Definition:

Axle signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Chassis.Axle
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Chassis

2.1.493 Powertrain

Owl Class:vsso:Powertrain
Definition:

Powertrain data for battery management, etc.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Powertrain
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.494 InfotainmentHMI

Owl Class:vsso:InfotainmentHMI
Definition:

HMI related signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Infotainment.HMI
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinInfotainment

2.1.495 CombustionEngineEngine

Owl Class:vsso:CombustionEngineEngine
Definition:

Engine signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Powertrain.CombustionEngine.Engine
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only PowertrainCombustionEngine

2.1.496 Body

Owl Class:vsso:Body
Definition:

All body components.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Body
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.497 BodyLights

Owl Class:vsso:BodyLights
Definition:

All lights

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Body.Lights
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Body

2.1.498 PowertrainFuelSystem

Owl Class:vsso:PowertrainFuelSystem
Definition:

Fuel system data.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Powertrain.FuelSystem
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Powertrain

2.1.499 PowertrainBattery

Owl Class:vsso:PowertrainBattery
Definition:

Battery Management data.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Powertrain.Battery
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Powertrain

2.1.500 PowertrainTransmission

Owl Class:vsso:PowertrainTransmission
Definition:

Transmission-specific data, stopping at the drive shafts.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Powertrain.Transmission
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Powertrain

2.1.501 SeatSwitch

Owl Class:vsso:SeatSwitch
Definition:

Seat switch signals

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat.Switch
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only CabinSeat

2.1.502 BatteryCharging

Owl Class:vsso:BatteryCharging
Definition:

Properties related to battery charging

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Powertrain.Battery.Charging
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only PowertrainBattery

2.1.503 Cabin

Owl Class:vsso:Cabin
Definition:

All in-cabin components, including doors.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.504 CabinSeat

Owl Class:vsso:CabinSeat
Definition:

All seats.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Cabin.Seat
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Cabin

2.1.505 Chassis

Owl Class:vsso:Chassis
Definition:

All data concerning steering, suspension, wheels, and brakes.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Chassis
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.506 PowertrainCombustionEngine

Owl Class:vsso:PowertrainCombustionEngine
Definition:

Engine-specific data, stopping at the bell housing.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.Powertrain.CombustionEngine
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only Powertrain

2.1.507 VehicleIdentification

Owl Class:vsso:VehicleIdentification
Definition:

Attributes that identify a vehicle

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.VehicleIdentification
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle

2.1.508 OBD

Owl Class:vsso:OBD
Definition:

OBD data.

Sub-class of:https://github.com/w3c/vsso-core#VehicleComponent
VSS path:Vehicle.OBD
Restrictions:Property https://github.com/w3c/vsso-core#partOf Only https://github.com/w3c/vsso-core#Vehicle