Skip to main content

ark-gb:DrivingEntitlement

idurirequired

URI format identifier used to refer to this node within the graph.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark-gb:DrivingEntitlement
Example: ark-gb:DrivingEntitlement
providedByuri

The driving licence that provides this entitlement.

Example: https://graph.onteric.com/.draft-nodes/c57ae0606463ff569bb600191954aaaa
addedDatedate

The date the entitlement was obtained/added or the test was passed.

Example: 2015-06-20
vehicleClassCodesstring[]

Vehicle class codes that the entitlement covers.

Example: ["AM","A","B1","B","BE","f","k","p","q"]
isProvisionalboolean

Indicates whether this entitlement is provisional.

Example: false
ark-gb:DrivingEntitlement
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark-gb:DrivingEntitlement",
"providedBy": "https://graph.onteric.com/.draft-nodes/c57ae0606463ff569bb600191954aaaa",
"addedDate": "2015-06-20",
"vehicleClassCodes": [
"AM",
"A",
"B1",
"B",
"BE",
"f",
"k",
"p",
"q"
],
"isProvisional": false
}