ark:TaxRecord
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:TaxRecordExample:
ark:TaxRecordrelatedTostring<uri>required
The person to whom this tax record belongs.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000countrystring
The country where the tax record applies, using ISO 3166-1 alpha-2 country code.
Example:
GBschemestring
The tax or national insurance scheme to which this record applies.
Example:
GB_NATIONAL_INSURANCEschemeUniqueIdentifierstring
PIIGDPR
The unique identifier within the specified scheme (e.g., National Insurance number).
Example:
AB123456Cark:TaxRecord
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:TaxRecord",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"country": "GB",
"scheme": "GB_NATIONAL_INSURANCE",
"schemeUniqueIdentifier": "AB123456C"
}