Skip to main content

ark:InsurancePolicy

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

The property that this insurance policy covers.

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

The unique identifier for this insurance policy.

Example: POL123456789
startDatestring<date>

The date when the insurance policy begins.

Example: 2026-01-01
endDatestring<date>

The date when the insurance policy expires.

Example: 2027-01-01
renewalDatestring<date>

The date when the insurance policy is due for renewal.

Example: 2027-01-01
ark:InsurancePolicy
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:InsurancePolicy",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"policyNumber": "POL123456789",
"startDate": "2026-01-01",
"endDate": "2027-01-01",
"renewalDate": "2027-01-01"
}