ark:InsurancePolicy
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:InsurancePolicyExample:
ark:InsurancePolicyrelatedTostring<uri>
The property that this insurance policy covers.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000policyNumberstring
FinancialGDPR
The unique identifier for this insurance policy.
Example:
POL123456789startDatestring<date>
The date when the insurance policy begins.
Example:
2026-01-01endDatestring<date>
The date when the insurance policy expires.
Example:
2027-01-01renewalDatestring<date>
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",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"policyNumber": "POL123456789",
"startDate": "2026-01-01",
"endDate": "2027-01-01",
"renewalDate": "2027-01-01"
}