ark:Policyholder
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:PolicyholderExample:
ark:PolicyholderrelatedTostring<uri>required
The person who is a policyholder.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000appliesTostring<uri>required
The insurance policy or quote that this policyholder is associated with.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000prioritystring
The priority level of the policyholder (e.g., Primary or Secondary).
Possible values: [Primary, Secondary]
Example:
Primaryark:Policyholder
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Policyholder",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"appliesTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"priority": "Primary"
}