Skip to main content

ark:Vehicle

idstring<uri>required

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

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

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

Constant value: ark:Vehicle
Example: ark:Vehicle
owner object

The owner of the vehicle, either a reference to a person or a category of owner.

anyOf
string<uri>
registeredKeeper object

The owner of the vehicle, either a reference to a person or a category of owner.

anyOf
string<uri>
vinstring
LinkableGDPR

Vehicle Identification Number (VIN).

Possible values: Value must match regular expression ^[A-HJ-NPR-Z0-9]{17}$

Example: WVWZZZ3CZWE123456
registrationNumberstring
LinkableGDPR

Vehicle registration or licence plate number.

Example: AB12 CDE
importedboolean

Indicates whether the vehicle has been imported to the country.

Example: false
mileagenumber

Current odometer reading in miles.

Example: 45000
makeModelstring

Vehicle make and model (e.g., Ford Focus, BMW 3 Series).

Example: Ford Focus
registrationYearstring

Year the vehicle was first registered.

Possible values: Value must match regular expression ^[0-9]{4}$

Example: 2020
manufactureYearstring

Year the vehicle was manufactured.

Possible values: Value must match regular expression ^[0-9]{4}$

Example: 2020
bodyTypestring

Body style of the vehicle (e.g., Hatchback, Saloon, Estate, SUV).

Example: Hatchback
fuelTypestring

Fuel or power type of the vehicle.

Possible values: [Petrol, Diesel, Electric, Hybrid, LPG]

Example: Petrol
numberOfSeatsnumber

Number of passenger seats in the vehicle.

Example: 5
transmissionstring

Transmission type.

Possible values: [Manual, Automatic]

Example: Manual
engineSizenumber

Engine displacement in cubic centimetres (cc).

Example: 1600
colourstring

Colour of the vehicle.

Example: Silver
modifications object

Vehicle modifications.

anyOf
boolean
purchaseDatestring<date>

Date the vehicle was purchased.

Example: 2020-06-15
driveSidestring

Side of the vehicle the steering wheel is located on.

Possible values: [Left, Right]

Example: Right
usedBystring<uri>[]

References to persons who use this vehicle.

Example: ["https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000"]
ark:Vehicle
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Vehicle",
"owner": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"registeredKeeper": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"vin": "WVWZZZ3CZWE123456",
"registrationNumber": "AB12 CDE",
"imported": false,
"mileage": 45000,
"makeModel": "Ford Focus",
"registrationYear": "2020",
"manufactureYear": "2020",
"bodyType": "Hatchback",
"fuelType": "Petrol",
"numberOfSeats": 5,
"transmission": "Manual",
"engineSize": 1600,
"colour": "Silver",
"modifications": "Roof rack",
"purchaseDate": "2020-06-15",
"driveSide": "Right",
"usedBy": [
"https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000"
]
}