Skip to main content

ark:TaxRecord

idstring<uri>required

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:TaxRecord
Example: ark:TaxRecord
relatedTostring<uri>required

The person to whom this tax record belongs.

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

The country where the tax record applies, using ISO 3166-1 alpha-2 country code.

Example: GB
schemestring

The tax or national insurance scheme to which this record applies.

Example: GB_NATIONAL_INSURANCE
schemeUniqueIdentifierstring
PIIGDPR

The unique identifier within the specified scheme (e.g., National Insurance number).

Example: AB123456C
ark: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"
}