ark:VehicleValuation
idstring<uri>required
URI format identifier used to refer to this node within the graph.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000typestringrequired
A type identifier used to indicate the data model that the node conforms to.
Constant value:
ark:VehicleValuationExample:
ark:VehicleValuationrelatedTostring<uri>
The vehicle that this valuation relates to.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000datestring<date>
The date of the valuation.
Example:
2026-01-15value objectrequiredFinancialGDPR
The market value of the vehicle.
type
Constant value:
ark:CurrencyValueamountstringrequired
Possible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
currencystringrequired
Possible values: Value must match regular expression ^[A-Z]{3}$
ark:VehicleValuation
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:VehicleValuation",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"date": "2026-01-15",
"value": {
"amount": "string",
"currency": "string"
}
}