ark:Vehicle
URI format identifier used to refer to this node within the graph.
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000A type identifier used to indicate the data model that the node conforms to.
ark:Vehicleark:Vehicleowner object
The owner of the vehicle, either a reference to a person or a category of owner.
- string<uri>
- string
registeredKeeper object
The owner of the vehicle, either a reference to a person or a category of owner.
- string<uri>
- string
Vehicle Identification Number (VIN).
Possible values: Value must match regular expression ^[A-HJ-NPR-Z0-9]{17}$
WVWZZZ3CZWE123456Vehicle registration or licence plate number.
AB12 CDEIndicates whether the vehicle has been imported to the country.
falseCurrent odometer reading in miles.
45000Vehicle make and model (e.g., Ford Focus, BMW 3 Series).
Ford FocusYear the vehicle was first registered.
Possible values: Value must match regular expression ^[0-9]{4}$
2020Year the vehicle was manufactured.
Possible values: Value must match regular expression ^[0-9]{4}$
2020Body style of the vehicle (e.g., Hatchback, Saloon, Estate, SUV).
HatchbackFuel or power type of the vehicle.
Possible values: [Petrol, Diesel, Electric, Hybrid, LPG]
PetrolNumber of passenger seats in the vehicle.
5Transmission type.
Possible values: [Manual, Automatic]
ManualEngine displacement in cubic centimetres (cc).
1600Colour of the vehicle.
Silvermodifications object
Vehicle modifications.
- boolean
- string
Date the vehicle was purchased.
2020-06-15Side of the vehicle the steering wheel is located on.
Possible values: [Left, Right]
RightReferences to persons who use this vehicle.
["https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000"]{
"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"
]
}