Skip to main content

ark:Bill

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

The property bill or account that this bill relates to.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
issuedBystring<uri>required

The organisation that issued this bill.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
issuedOnstring<date>

The date when the bill was issued.

Example: 2026-01-15
referencestring
FinancialGDPR

The reference number or account number for this bill.

Example: CT123456789
ark:Bill
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Bill",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"issuedBy": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"issuedOn": "2026-01-15",
"reference": "CT123456789"
}