Skip to main content

ark:InsuranceQuote

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:InsuranceQuote
Example: ark:InsuranceQuote
relatedTostring<uri>

The property that this insurance quote covers.

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

The unique identifier for this insurance quote.

Example: QTE123456789
startDatestring<date>

The proposed start date for the insurance coverage.

Example: 2026-01-01
endDatestring<date>

The proposed end date for the insurance coverage.

Example: 2027-01-01
ark: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"
}