ark:InsurancePolicy
idurirequired
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:InsurancePolicyExample:
ark:InsurancePolicyprovidedByuri
The insuring organisation that provides this policy.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000relatedTouri
The asset that this insurance policy covers (e.g., property, vehicle).
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000policyNumberstring
FinancialGDPR
The unique identifier for this insurance policy.
Example:
POL123456789startDatedate
The date when the insurance policy begins.
Example:
2026-01-01endDatedate
The date when the insurance policy expires.
Example:
2027-01-01renewalDatedate
The date when the insurance policy is due for renewal.
Example:
2027-01-01ark: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"
}