ark:Bill
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:BillExample:
ark:BillrelatedTostring<uri>required
The property bill or account that this bill relates to.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000issuedBystring<uri>required
The organisation that issued this bill.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000issuedOnstring<date>
The date when the bill was issued.
Example:
2026-01-15referencestring
FinancialGDPR
The reference number or account number for this bill.
Example:
CT123456789ark: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"
}