Skip to main content

ark:InsurancePolicy

idurirequired

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
providedByuri

The insuring organisation that provides this policy.

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

The asset that this insurance policy covers (e.g., property, vehicle).

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

The unique identifier for this insurance policy.

Example: POL123456789
startDatedate

The date when the insurance policy begins.

Example: 2026-01-01
endDatedate

The date when the insurance policy expires.

Example: 2027-01-01
renewalDatedate

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",
"providedBy": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"policyNumber": "POL123456789",
"startDate": "2026-01-01",
"endDate": "2027-01-01",
"renewalDate": "2027-01-01"
}