ark:InsuranceQuote
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:InsuranceQuoteExample:
ark:InsuranceQuoterelatedTostring<uri>
The property that this insurance quote covers.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000quoteNumberstring
FinancialGDPR
The unique identifier for this insurance quote.
Example:
QTE123456789startDatestring<date>
The proposed start date for the insurance coverage.
Example:
2026-01-01endDatestring<date>
The proposed end date for the insurance coverage.
Example:
2027-01-01ark:InsuranceQuote
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:InsuranceQuote",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"quoteNumber": "QTE123456789",
"startDate": "2026-01-01",
"endDate": "2027-01-01"
}